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

/external/dhcpcd-6.8.2/compat/
H A Darc4random.c45 #define S64(n) S16(n), S16(n + 16), S16(n + 32), S16(n + 48) macro
46 #define S256 S64(0), S64(64), S64(128), S64(192)
54 #undef S64 macro
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
174 FpABI = FpABIKind::S64;
179 FpABI = FpABIKind::S64;
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp506 int64_t S64; local
530 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64);
533 EXPECT_EQ(S64, Signed[i].Expected);
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp72 struct S64 { virtual void f(); }; struct
88 S60, S61, S62, S63, S64, S65, S66, S67, S68, S69);
/external/lz4/programs/
H A Dutil.h61 typedef int64_t S64; typedef
69 typedef signed long long S64; typedef
/external/openssh/openbsd-compat/
H A Dsha2.c164 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
177 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
178 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
179 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
180 #define sigma1_512(x) (S64(1
[all...]
/external/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...]

Completed in 1551 milliseconds