HomeSort by relevance Sort by last modified time
    Searched defs:S64 (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
StringRefTest.cpp 453 int64_t S64;
477 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64);
480 EXPECT_EQ(S64, Signed[i].Expected);
  /external/openssh/openbsd-compat/
sha2.c 164 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
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(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /external/clang/test/PCH/
cxx-key-functions.cpp 72 struct S64 { virtual void f(); };
88 S60, S61, S62, S63, S64, S65, S66, S67, S68, S69);
  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 197 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
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(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]

Completed in 1134 milliseconds