Home
last modified time | relevance | path

Searched refs:S64 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/raid/asr/
H A Di2otypes.h99 } S64; typedef
112 typedef S64 *PS64;
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi_type.h105 } S64; typedef
124 typedef S64 *PS64;
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_type.h101 } S64; typedef
122 typedef S64 *PS64;
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_type.h108 } S64; typedef
129 typedef S64 *PS64;
/dragonfly/sys/crypto/sha2/
H A Dsha2.c188 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
201 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
202 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
203 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
204 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
/dragonfly/contrib/ldns/
H A Dsha2.c195 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
208 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
211 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
/dragonfly/contrib/zstd/lib/common/
H A Dmem.h59 typedef int64_t S64; typedef
79 typedef signed long long S64;