Symbol: s64
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2142
struct ppp_stats64 s64;
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2146
if (strioctl(pppfd, PPPIO_GETSTAT64, &s64, 0, sizeof (s64)) >= 0) {
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2147
stats->bytes_in = s64.p.ppp_ibytes;
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2148
stats->bytes_out = s64.p.ppp_obytes;
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2149
stats->pkts_in = s64.p.ppp_ipackets;
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
2150
stats->pkts_out = s64.p.ppp_opackets;
usr/src/cmd/cxgbetool/cudbg_view.c
358
void *poutbuf, s64 *poutbuf_size)
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1594
const Elf64_Sym *s64;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1608
u.s64 = gelf64_sym_search(gst->gst_asmap, gst->gst_aslen, addr);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1609
if (gelf64_to_sym(u.s64, sym) == NULL)
usr/src/cmd/od/od.c
140
DECL_GET(s64)
usr/src/cmd/od/od.c
168
DECL_OUT(sig_q, s64, " %20.019lld")
usr/src/cmd/od/od.c
172
DECL_OUT(hex_q, s64, " %016llx")
usr/src/cmd/sgs/elfedit/common/_elfedit.h
195
elfedit64_obj_state_t *s64; /* ELFCLASS64 */
usr/src/cmd/sgs/elfedit/common/elfconst.c
385
*osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI];
usr/src/cmd/sgs/elfedit/common/elfconst.c
386
*mach = state.elf.obj_state.s64->os_ehdr->e_machine;
usr/src/cmd/sgs/elfedit/common/elfconst.c
449
cur_osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI];
usr/src/cmd/sgs/elfedit/common/elfconst.c
450
cur_mach = state.elf.obj_state.s64->os_ehdr->e_machine;
usr/src/cmd/sgs/elfedit/common/elfedit.c
2190
cmd_ret = (* cmd_func)(state.elf.obj_state.s64,
usr/src/cmd/sgs/elfedit/common/elfedit.c
3374
(* cmdcpl_func)(state.elf.obj_state.s64,
usr/src/cmd/sgs/elfedit/common/elfedit_machelf.c
429
state.elf.obj_state.s64 = obj_state;
usr/src/common/crypto/edonr/edonr.c
367
s64(8);
usr/src/common/crypto/edonr/edonr.c
368
s64(9);
usr/src/common/crypto/edonr/edonr.c
369
s64(10);
usr/src/common/crypto/edonr/edonr.c
370
s64(11);
usr/src/common/crypto/edonr/edonr.c
371
s64(12);
usr/src/common/crypto/edonr/edonr.c
372
s64(13);
usr/src/common/crypto/edonr/edonr.c
373
s64(14);
usr/src/common/crypto/edonr/edonr.c
374
s64(15);
usr/src/common/crypto/edonr/edonr.c
379
s64(0);
usr/src/common/crypto/edonr/edonr.c
380
s64(1);
usr/src/common/crypto/edonr/edonr.c
381
s64(2);
usr/src/common/crypto/edonr/edonr.c
382
s64(3);
usr/src/common/crypto/edonr/edonr.c
383
s64(4);
usr/src/common/crypto/edonr/edonr.c
384
s64(5);
usr/src/common/crypto/edonr/edonr.c
385
s64(6);
usr/src/common/crypto/edonr/edonr.c
386
s64(7);
usr/src/common/crypto/edonr/edonr.c
694
uint64_t *s64 = hashState384(state)->DoublePipe + 10;
usr/src/common/crypto/edonr/edonr.c
698
st_swap64(s64[j], d64 + j);
usr/src/common/crypto/edonr/edonr.c
709
uint64_t *s64 = hashState512(state)->DoublePipe + 8;
usr/src/common/crypto/edonr/edonr.c
713
st_swap64(s64[j], d64 + j);
usr/src/common/crypto/edonr/edonr_byteorder.h
101
h = (s64) >> 32; \
usr/src/common/crypto/edonr/edonr_byteorder.h
103
: "+r"(s4) : "r"(s64), "r"(h), "b"(d64)); \
usr/src/common/crypto/edonr/edonr_byteorder.h
107
#define aix_ld_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
111
: "+r"(s4), "=r"(l), "=r"(h) : "b"(s64)); \
usr/src/common/crypto/edonr/edonr_byteorder.h
115
#define aix_st_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
118
l = (s64) & 0xfffffffful, h = (s64) >> 32; \
usr/src/common/crypto/edonr/edonr_byteorder.h
141
#define sparc_ld_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
142
__asm__("ldxa [%1]0x88,%0" : "=r"(d64) : "r"(s64))
usr/src/common/crypto/edonr/edonr_byteorder.h
143
#define sparc_st_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
144
__asm__ volatile("stxa %0,[%1]0x88" : : "r"(s64), "r"(d64))
usr/src/common/crypto/edonr/edonr_byteorder.h
147
#define sparc_ld_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
151
: "+r"(s4), "=r"(l), "=r"(h) : "r"(s64)); \
usr/src/common/crypto/edonr/edonr_byteorder.h
154
#define sparc_st_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
157
l = (s64) & 0xfffffffful, h = (s64) >> 32; \
usr/src/common/crypto/edonr/edonr_byteorder.h
85
#define aix_ld_swap64(s64, d64)\
usr/src/common/crypto/edonr/edonr_byteorder.h
86
__asm__("ldbrx %0,0,%1" : "=r"(d64) : "r"(s64))
usr/src/common/crypto/edonr/edonr_byteorder.h
87
#define aix_st_swap64(s64, d64)\
usr/src/common/crypto/edonr/edonr_byteorder.h
88
__asm__ volatile("stdbrx %1,0,%0" : : "r"(d64), "r"(s64))
usr/src/common/crypto/edonr/edonr_byteorder.h
90
#define aix_ld_swap64(s64, d64) \
usr/src/common/crypto/edonr/edonr_byteorder.h
95
: "+r"(s4), "=r"(d64), "=r"(h) : "b"(s64)); \
usr/src/common/crypto/edonr/edonr_byteorder.h
98
#define aix_st_swap64(s64, d64) \
usr/src/common/crypto/sha2/sha2.c
370
uint64_t a = ctx->state.s64[0];
usr/src/common/crypto/sha2/sha2.c
371
uint64_t b = ctx->state.s64[1];
usr/src/common/crypto/sha2/sha2.c
372
uint64_t c = ctx->state.s64[2];
usr/src/common/crypto/sha2/sha2.c
373
uint64_t d = ctx->state.s64[3];
usr/src/common/crypto/sha2/sha2.c
374
uint64_t e = ctx->state.s64[4];
usr/src/common/crypto/sha2/sha2.c
375
uint64_t f = ctx->state.s64[5];
usr/src/common/crypto/sha2/sha2.c
376
uint64_t g = ctx->state.s64[6];
usr/src/common/crypto/sha2/sha2.c
377
uint64_t h = ctx->state.s64[7];
usr/src/common/crypto/sha2/sha2.c
602
ctx->state.s64[0] += a;
usr/src/common/crypto/sha2/sha2.c
603
ctx->state.s64[1] += b;
usr/src/common/crypto/sha2/sha2.c
604
ctx->state.s64[2] += c;
usr/src/common/crypto/sha2/sha2.c
605
ctx->state.s64[3] += d;
usr/src/common/crypto/sha2/sha2.c
606
ctx->state.s64[4] += e;
usr/src/common/crypto/sha2/sha2.c
607
ctx->state.s64[5] += f;
usr/src/common/crypto/sha2/sha2.c
608
ctx->state.s64[6] += g;
usr/src/common/crypto/sha2/sha2.c
609
ctx->state.s64[7] += h;
usr/src/common/crypto/sha2/sha2.c
701
ctx->state.s64[0] = 0xcbbb9d5dc1059ed8ULL;
usr/src/common/crypto/sha2/sha2.c
702
ctx->state.s64[1] = 0x629a292a367cd507ULL;
usr/src/common/crypto/sha2/sha2.c
703
ctx->state.s64[2] = 0x9159015a3070dd17ULL;
usr/src/common/crypto/sha2/sha2.c
704
ctx->state.s64[3] = 0x152fecd8f70e5939ULL;
usr/src/common/crypto/sha2/sha2.c
705
ctx->state.s64[4] = 0x67332667ffc00b31ULL;
usr/src/common/crypto/sha2/sha2.c
706
ctx->state.s64[5] = 0x8eb44a8768581511ULL;
usr/src/common/crypto/sha2/sha2.c
707
ctx->state.s64[6] = 0xdb0c2e0d64f98fa7ULL;
usr/src/common/crypto/sha2/sha2.c
708
ctx->state.s64[7] = 0x47b5481dbefa4fa4ULL;
usr/src/common/crypto/sha2/sha2.c
713
ctx->state.s64[0] = 0x6a09e667f3bcc908ULL;
usr/src/common/crypto/sha2/sha2.c
714
ctx->state.s64[1] = 0xbb67ae8584caa73bULL;
usr/src/common/crypto/sha2/sha2.c
715
ctx->state.s64[2] = 0x3c6ef372fe94f82bULL;
usr/src/common/crypto/sha2/sha2.c
716
ctx->state.s64[3] = 0xa54ff53a5f1d36f1ULL;
usr/src/common/crypto/sha2/sha2.c
717
ctx->state.s64[4] = 0x510e527fade682d1ULL;
usr/src/common/crypto/sha2/sha2.c
718
ctx->state.s64[5] = 0x9b05688c2b3e6c1fULL;
usr/src/common/crypto/sha2/sha2.c
719
ctx->state.s64[6] = 0x1f83d9abfb41bd6bULL;
usr/src/common/crypto/sha2/sha2.c
720
ctx->state.s64[7] = 0x5be0cd19137e2179ULL;
usr/src/common/crypto/sha2/sha2.c
723
ctx->state.s64[0] = 0x8C3D37C819544DA2ULL;
usr/src/common/crypto/sha2/sha2.c
724
ctx->state.s64[1] = 0x73E1996689DCD4D6ULL;
usr/src/common/crypto/sha2/sha2.c
725
ctx->state.s64[2] = 0x1DFAB7AE32FF9C82ULL;
usr/src/common/crypto/sha2/sha2.c
726
ctx->state.s64[3] = 0x679DD514582F9FCFULL;
usr/src/common/crypto/sha2/sha2.c
727
ctx->state.s64[4] = 0x0F6D2B697BD44DA8ULL;
usr/src/common/crypto/sha2/sha2.c
728
ctx->state.s64[5] = 0x77E36F7304C48942ULL;
usr/src/common/crypto/sha2/sha2.c
729
ctx->state.s64[6] = 0x3F9D85A86A1D36C8ULL;
usr/src/common/crypto/sha2/sha2.c
730
ctx->state.s64[7] = 0x1112E6AD91D692A1ULL;
usr/src/common/crypto/sha2/sha2.c
733
ctx->state.s64[0] = 0x22312194FC2BF72CULL;
usr/src/common/crypto/sha2/sha2.c
734
ctx->state.s64[1] = 0x9F555FA3C84C64C2ULL;
usr/src/common/crypto/sha2/sha2.c
735
ctx->state.s64[2] = 0x2393B86B6F53B151ULL;
usr/src/common/crypto/sha2/sha2.c
736
ctx->state.s64[3] = 0x963877195940EABDULL;
usr/src/common/crypto/sha2/sha2.c
737
ctx->state.s64[4] = 0x96283EE2A88EFFE3ULL;
usr/src/common/crypto/sha2/sha2.c
738
ctx->state.s64[5] = 0xBE5E1E2553863992ULL;
usr/src/common/crypto/sha2/sha2.c
739
ctx->state.s64[6] = 0x2B0199FC2C85B8AAULL;
usr/src/common/crypto/sha2/sha2.c
740
ctx->state.s64[7] = 0x0EB72DDC81C52CA2ULL;
usr/src/common/crypto/sha2/sha2.c
946
ctx->state.s64[6] = ctx->state.s64[7] = 0;
usr/src/common/crypto/sha2/sha2.c
947
Encode64(digest, ctx->state.s64,
usr/src/common/crypto/sha2/sha2.c
959
Encode64(digest, ctx->state.s64, sizeof (uint64_t) * 3);
usr/src/common/crypto/sha2/sha2.c
960
Encode64(last, &ctx->state.s64[3], sizeof (uint64_t));
usr/src/common/crypto/sha2/sha2.c
963
Encode64(digest, ctx->state.s64, sizeof (uint64_t) * 4);
usr/src/common/crypto/sha2/sha2.c
965
Encode64(digest, ctx->state.s64,
usr/src/common/crypto/sha2/sha2.c
966
sizeof (ctx->state.s64));
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
108
s64 key;
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
110
s64 offset;
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
231
s64 endofprev, endofcur;
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
232
s64 offset, xadlen;
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
279
s64 di_size;
usr/src/grub/grub-0.97/stage2/fsys_jfs.c
61
isinxt (s64 key, s64 offset, s64 len)
usr/src/grub/grub-0.97/stage2/jfs.h
136
#define addressPXD(pxd) (((s64)((pxd)->addr1)) << 32 | ((pxd)->addr2))
usr/src/grub/grub-0.97/stage2/jfs.h
174
s64 s_size; /* 8: aggregate size in hardware/LVM blocks;
usr/src/grub/grub-0.97/stage2/jfs.h
231
s64 s_xsize; /* 8: extendfs s_size */
usr/src/grub/grub-0.97/stage2/jfs.h
380
s64 next; /* 8: next sibling */
usr/src/grub/grub-0.97/stage2/jfs.h
381
s64 prev; /* 8: previous sibling */
usr/src/grub/grub-0.97/stage2/jfs.h
414
#define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
usr/src/grub/grub-0.97/stage2/jfs.h
415
#define addressXAD(xad) (((s64)((xad)->addr1)) << 32 | ((xad)->addr2))
usr/src/grub/grub-0.97/stage2/jfs.h
427
s64 next; /* 8: */
usr/src/grub/grub-0.97/stage2/jfs.h
428
s64 prev; /* 8: */
usr/src/grub/grub-0.97/stage2/jfs.h
458
s64 di_size; /* 8: size */
usr/src/grub/grub-0.97/stage2/jfs.h
459
s64 di_nblocks; /* 8: number of blocks allocated */
usr/src/grub/grub-0.97/stage2/jfs.h
572
s64 agstart; /* 8: starting block of ag */
usr/src/uts/common/io/bnx/include/bcmtype.h
60
typedef s64 s64_t;
usr/src/uts/common/io/bnxe/577xx/include/bcmtype.h
78
typedef s64 s64_t;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
443
void *poutbuf, s64 *poutbuf_size);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1155
s64 lat_ns;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1156
s64 value;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1181
lat_ns = ((s64)rxa * 1024 -
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1182
(2 * (s64)hw->mac.max_frame_size)) * 8 * 1000;
usr/src/uts/common/sys/sha2.h
75
uint64_t s64[8]; /* for SHA384/512 */