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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.ml24 type elts = S8 | S16 | S32 | S64 | F32 | U8 | U16 | U32 | U64 | P8 | P16 Constructor in type:elts
245 | S64 | U64 | I64 | B64 -> 64
253 S8 | S16 | S32 | S64 -> Signed
267 | Signed, 64 -> S64
300 | S64 -> I64
402 | S64 -> T_int64x1
417 | S64 -> T_int64x2
432 | S64 -> T_int64
704 let su_8_64 = S64 :: U64 :: su_8_32
705 let su_16_64 = [S16; S32; S64; U1
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c142 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
155 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
156 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
157 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
158 #define sigma1_512(x) (S64(1
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c197 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
210 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
211 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
212 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
213 #define sigma1_512(x) (S64(1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
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(1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c202 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
215 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
216 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
217 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
218 #define sigma1_512(x) (S64(1
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha2.c347 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
360 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
361 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
362 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
363 #define sigma1_512(x) (S64(1
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmpt_mpilib.h98 } S64; typedef in typeref:struct:_S64
117 typedef S64 *PS64;

Completed in 108 milliseconds