Searched refs:S64 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 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;
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_type.h | 100 } S64; typedef 121 typedef S64 *PS64;
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 99 #undef S64 264 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 277 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 278 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 279 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 280 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
|