/external/dhcpcd-6.8.2/compat/ |
arc4random.c | 45 #define S64(n) S16(n), S16(n + 16), S16(n + 32), S16(n + 48) 46 #define S256 S64(0), S64(64), S64(128), S64(192) 54 #undef S64
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsABIFlagsSection.cpp | 24 case FpABIKind::S64: 40 case FpABIKind::S64:
|
MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; 166 FpABI = FpABIKind::S64; 171 FpABI = FpABIKind::S64;
|
/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);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | 75 S64 = 1 << 31 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 72 S64 = 1 << 31 [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | 75 S64 = 1 << 31 [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 72 S64 = 1 << 31 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_16x16_s.s | 102 qHV QN Q11.S64 104 qHV1 QN Q12.S64 111 dHV10 DN D24.S64 112 dHV11 DN D25.S64 133 dLeftDiff64 DN D17.S64 137 dAboveDiff64 DN D9.S64 158 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 | 506 int64_t S64; 530 bool S64Success = StringRef(Signed[i].Str).getAsInteger(0, S64); 533 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 | 220 VRSHR.S64 q11,q11,#6
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | [all...] |