HomeSort by relevance Sort by last modified time
    Searched refs:S21 (Results 1 - 25 of 35) sorted by null

1 2

  /art/runtime/arch/arm/
registers_arm.h 78 S21 = 21,
quick_method_frame_info_arm.h 50 (1 << art::arm::S20) | (1 << art::arm::S21) | (1 << art::arm::S22) | (1 << art::arm::S23) |
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinhl.c 73 S21= 1.9572943931418891e-20, /* 0x171b8f2fab9628.0p-118 */
115 S21)*x2 + S19)*x2 +
  /external/clang/test/PCH/
cxx-key-functions.cpp 29 struct S21 { virtual void f(); };
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
  /external/dng_sdk/source/
dng_fingerprint.cpp 466 S21 = 5,
530 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
534 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
538 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
542 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /external/libjpeg-turbo/md5/
md5.c 259 #define S21 5
263 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
267 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
271 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
275 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /external/syslinux/com32/libutil/
md5.c 201 #define S21 5
205 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
209 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
213 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */
217 GG(a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
  /art/runtime/arch/arm64/
registers_arm64.h 174 S21 = 21,
  /external/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp 80 static S S21;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 162 private static final int S21 = 5;
258 a = rotateLeft(a + G(b, c, d) + X[ 1] + 0xf61e2562, S21) + b;
262 a = rotateLeft(a + G(b, c, d) + X[ 5] + 0xd62f105d, S21) + b;
266 a = rotateLeft(a + G(b, c, d) + X[ 9] + 0x21e1cde6, S21) + b;
270 a = rotateLeft(a + G(b, c, d) + X[13] + 0xa9e3e905, S21) + b;
  /external/ppp/pppd/
md5.c 232 #define S21 5
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
244 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
248 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
  /external/syslinux/core/lwip/src/netif/ppp/
md5.c 247 #define S21 5
251 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
255 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
259 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
263 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 177 case S21: case D21: return 21;
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 65 } R20, R21, R22, R23, R24, S21, S22, S23, S24;
245 p->S21.v = _mm_mul_epu32(p->R21.v, FIVE);
316 T5 = _mm_mul_epu32(H4, p->S21.v);
374 T5 = _mm_mul_epu32(M4, p->S21.v);
513 T5 = _mm_mul_epu32(H4, p->S21.v);
603 p->S21.d[2] = p->R21.d[2] * 5;
626 T5 = _mm_mul_epu32(H4, p->S21.v);
  /external/clang/test/Misc/
diag-template-diffing.cpp 551 template<typename T> struct S21 {}
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 79 ArmManagedRegister::FromSRegister(S21),
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 58 case AArch64::S21:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 178 S21
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 178 S21
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 76 #define S21 (kExitReplace21)
338 #undef S21
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 715 case ARM::S21: return ARM::S20;
768 case ARM::S20: return ARM::S21;
    [all...]
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 310 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]

Completed in 133 milliseconds

1 2