| /illumos-gate/usr/src/common/crypto/edonr/ |
| H A D | edonr_byteorder.h | 85 #define aix_ld_swap64(s64, d64)\ argument 86 __asm__("ldbrx %0,0,%1" : "=r"(d64) : "r"(s64)) 87 #define aix_st_swap64(s64, d64)\ argument 88 __asm__ volatile("stdbrx %1,0,%0" : : "r"(d64), "r"(s64)) 90 #define aix_ld_swap64(s64, d64) \ argument 95 : "+r"(s4), "=r"(d64), "=r"(h) : "b"(s64)); \ 98 #define aix_st_swap64(s64, d64) \ argument 101 h = (s64) >> 32; \ 103 : "+r"(s4) : "r"(s64), "r"(h), "b"(d64)); \ 107 #define aix_ld_swap64(s64, d64) \ argument [all …]
|
| H A D | edonr.c | 360 #define s64(j) ld_swap64((uint64_t *)data+j, swp##j) in Q512() macro 367 s64(8); in Q512() 368 s64(9); in Q512() 369 s64(10); in Q512() 370 s64(11); in Q512() 371 s64(12); in Q512() 372 s64(13); in Q512() 373 s64(14); in Q512() 374 s64(15); in Q512() 379 s64(0); in Q512() [all …]
|
| /illumos-gate/usr/src/common/crypto/sha2/ |
| H A D | sha2.c | 370 uint64_t a = ctx->state.s64[0]; in SHA512Transform() 371 uint64_t b = ctx->state.s64[1]; in SHA512Transform() 372 uint64_t c = ctx->state.s64[2]; in SHA512Transform() 373 uint64_t d = ctx->state.s64[3]; in SHA512Transform() 374 uint64_t e = ctx->state.s64[4]; in SHA512Transform() 375 uint64_t f = ctx->state.s64[5]; in SHA512Transform() 376 uint64_t g = ctx->state.s64[6]; in SHA512Transform() 377 uint64_t h = ctx->state.s64[7]; in SHA512Transform() 602 ctx->state.s64[0] += a; in SHA512Transform() 603 ctx->state.s64[1] += b; in SHA512Transform() [all …]
|
| /illumos-gate/usr/src/uts/common/io/bnx/include/ |
| H A D | bcmtype.h | 60 typedef s64 s64_t; 95 typedef int64_t s64; typedef 109 typedef s64_t S64; typedef 159 typedef signed __int64 S64; typedef 177 typedef signed long long S64; typedef 187 typedef signed __int64 S64; typedef 198 typedef signed char S64[8]; typedef 215 typedef S64 s64_t; 226 typedef S64 s64; typedef
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
| H A D | bcmtype.h | 78 typedef s64 s64_t; 113 typedef int64_t s64; typedef 127 typedef s64_t S64; typedef 177 typedef signed __int64 S64; typedef 195 typedef signed long long S64; typedef 205 typedef signed __int64 S64; typedef 216 typedef signed char S64[8]; typedef 233 typedef S64 s64_t; 244 typedef S64 s64; typedef
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | jfs.h | 104 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 D | fsys_jfs.c | 61 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()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libsum/ |
| H A D | sum-sha2.c | 81 #undef S64 246 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 259 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 260 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 261 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 262 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
|
| /illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
| H A D | elfconst.c | 385 *osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI]; in init_libconv_strings() 386 *mach = state.elf.obj_state.s64->os_ehdr->e_machine; in init_libconv_strings() 449 cur_osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI]; in invalidate_libconv_strings() 450 cur_mach = state.elf.obj_state.s64->os_ehdr->e_machine; in invalidate_libconv_strings()
|
| H A D | _elfedit.h | 195 elfedit64_obj_state_t *s64; /* ELFCLASS64 */ member
|
| H A D | elfedit_machelf.c | 429 state.elf.obj_state.s64 = obj_state; in elfedit64_init_obj_state()
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/ |
| H A D | mpi2_type.h | 104 } S64; typedef 125 typedef S64 *PS64;
|
| /illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
| H A D | and-extendx.c | 6 typedef long long s64; typedef
|
| /illumos-gate/usr/src/cmd/od/ |
| H A D | od.c | 113 typedef long long s64; typedef 140 DECL_GET(s64) 168 DECL_OUT(sig_q, s64, " %20.019lld") 172 DECL_OUT(hex_q, s64, " %016llx")
|
| /illumos-gate/usr/src/uts/common/io/qede/ |
| H A D | qede_types.h | 46 typedef int64_t s64; typedef
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
| H A D | osdep.h | 105 typedef int64_t s64; typedef
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | sha2.h | 75 uint64_t s64[8]; /* for SHA384/512 */ member
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_osdep.h | 141 typedef int64_t s64; typedef
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
| H A D | osal.txt | 702 - s64 OSAL_DIV_S64(s64 value, s64 base)
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
| H A D | smartpqi_init.c | 406 S64(s, pqi_registers.admin_iq_element_array_addr, in pqi_create_admin_queues() 408 S64(s, pqi_registers.admin_oq_element_array_addr, in pqi_create_admin_queues() 410 S64(s, pqi_registers.admin_iq_ci_addr, in pqi_create_admin_queues() 412 S64(s, pqi_registers.admin_oq_pi_addr, in pqi_create_admin_queues() 418 S64(s, pqi_registers.function_and_status_code, in pqi_create_admin_queues()
|
| /illumos-gate/usr/src/uts/common/io/igb/ |
| H A D | e1000_osdep.h | 165 typedef int64_t s64; typedef
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | sys-solaris.c | 2142 struct ppp_stats64 s64; local 2146 if (strioctl(pppfd, PPPIO_GETSTAT64, &s64, 0, sizeof (s64)) >= 0) { 2147 stats->bytes_in = s64.p.ppp_ibytes; 2148 stats->bytes_out = s64.p.ppp_obytes; 2149 stats->pkts_in = s64.p.ppp_ipackets; 2150 stats->pkts_out = s64.p.ppp_opackets;
|
| /illumos-gate/usr/src/uts/common/io/e1000g/ |
| H A D | e1000_osdep.h | 200 typedef int64_t s64; typedef
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
| H A D | cudbg.h | 443 void *poutbuf, s64 *poutbuf_size);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_gelf.c | 1594 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()
|