Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Djfs.h104 typedef long long s64; typedef
136 #define addressPXD(pxd) (((s64)((pxd)->addr1)) << 32 | ((pxd)->addr2))
174 s64 s_size; /* 8: aggregate size in hardware/LVM blocks;
231 s64 s_xsize; /* 8: extendfs s_size */
380 s64 next; /* 8: next sibling */
381 s64 prev; /* 8: previous sibling */
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2))
415 #define addressXAD(xad) (((s64)((xad)->addr1)) << 32 | ((xad)->addr2))
427 s64 next; /* 8: */
428 s64 prev; /* 8: */
[all …]
H A Dfsys_jfs.c61 isinxt (s64 key, s64 offset, s64 len) in isinxt()
108 s64 key; in di_read()
110 s64 offset; in di_read()
231 s64 endofprev, endofcur; in jfs_read()
232 s64 offset, xadlen; in jfs_read()
279 s64 di_size; in jfs_dir()
/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c366 uint64_t a = ctx->state.s64[0]; in SHA512Transform()
367 uint64_t b = ctx->state.s64[1]; in SHA512Transform()
368 uint64_t c = ctx->state.s64[2]; in SHA512Transform()
369 uint64_t d = ctx->state.s64[3]; in SHA512Transform()
370 uint64_t e = ctx->state.s64[4]; in SHA512Transform()
371 uint64_t f = ctx->state.s64[5]; in SHA512Transform()
372 uint64_t g = ctx->state.s64[6]; in SHA512Transform()
373 uint64_t h = ctx->state.s64[7]; in SHA512Transform()
598 ctx->state.s64[0] += a; in SHA512Transform()
599 ctx->state.s64[1] += b; in SHA512Transform()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h78 typedef s64 s64_t;
113 typedef int64_t s64; typedef
244 typedef S64 s64; typedef
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c380 *osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI]; in init_libconv_strings()
381 *mach = state.elf.obj_state.s64->os_ehdr->e_machine; in init_libconv_strings()
443 cur_osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI]; in invalidate_libconv_strings()
444 cur_mach = state.elf.obj_state.s64->os_ehdr->e_machine; in invalidate_libconv_strings()
H A D_elfedit.h195 elfedit64_obj_state_t *s64; /* ELFCLASS64 */ member
H A Delfedit_machelf.c427 state.elf.obj_state.s64 = obj_state; in elfedit64_init_obj_state()
H A Delfedit.c2190 cmd_ret = (* cmd_func)(state.elf.obj_state.s64, in dispatch_user_cmds()
3371 (* cmdcpl_func)(state.elf.obj_state.s64, in cmd_match_fcn()
/titanic_41/usr/src/cmd/od/
H A Dod.c109 typedef long long s64; typedef
136 DECL_GET(s64)
164 DECL_OUT(sig_q, s64, " %20.019lld")
168 DECL_OUT(hex_q, s64, " %016llx")
/titanic_41/usr/src/uts/common/sys/
H A Dsha2.h68 uint64_t s64[8]; /* for SHA384/512 */ member
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h128 typedef int64_t s64; typedef
/titanic_41/usr/src/uts/common/io/igb/
H A De1000_osdep.h169 typedef int64_t s64; typedef
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2201 struct ppp_stats64 s64; local
2205 if (strioctl(pppfd, PPPIO_GETSTAT64, &s64, 0, sizeof (s64)) >= 0) {
2206 stats->bytes_in = s64.p.ppp_ibytes;
2207 stats->bytes_out = s64.p.ppp_obytes;
2208 stats->pkts_in = s64.p.ppp_ipackets;
2209 stats->pkts_out = s64.p.ppp_opackets;
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h184 typedef int64_t s64; typedef
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c1594 const Elf64_Sym *s64; in mdb_gelf_symtab_lookup_by_addr() member
1608 u.s64 = gelf64_sym_search(gst->gst_asmap, gst->gst_aslen, addr); in mdb_gelf_symtab_lookup_by_addr()
1609 if (gelf64_to_sym(u.s64, sym) == NULL) in mdb_gelf_symtab_lookup_by_addr()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1082 s64 lat_ns; /* latency (ns) */ in e1000_platform_pm_pch_lpt()
1083 s64 value; in e1000_platform_pm_pch_lpt()
1108 lat_ns = ((s64)rxa * 1024 - in e1000_platform_pm_pch_lpt()
1109 (2 * (s64)hw->mac.max_frame_size)) * 8 * 1000; in e1000_platform_pm_pch_lpt()