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

  /external/openssh/openbsd-compat/
sha2.c 159 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b))))
172 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x)))
173 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x)))
174 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x)))
175 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 88 qHV QN Q11.S64
90 qHV1 QN Q12.S64
97 dHV10 DN D24.S64
98 dHV11 DN D25.S64
119 dLeftDiff64 DN D17.S64
123 dAboveDiff64 DN D9.S64
144 dBPlusCMult7 DN D1.S64
  /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...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 397 int64_t S64;
421 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64);
424 EXPECT_EQ(S64, Signed[i].Expected);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntra_16x16_s.S 208 VRSHR.S64 q11,q11,#6

Completed in 282 milliseconds