Home
last modified time | relevance | path

Searched defs:S64 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h127 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
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h104 } S64; typedef
/titanic_50/usr/src/lib/libsum/common/
H A Dsum-sha2.c264 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro