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

1 2

  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 60 struct S11 {
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
microsoft-abi-static-initializers.cpp 70 static S S11;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinhl.c 53 S11 = 2.5052108406704084e-8, /* 0x1ae6456857530f.0p-78 */
67 S11 = 2.50521083854417187749675637460977997e-8L, /* 0x1ae64567f544e38fe59b3380d7413.0p-138L */
110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 45 S11 = -0.38680813379701966970673724299207480965452616911420e-22,
56 z*(S9+z*(S10+z*(S11+z*S12)))))))));
  /art/runtime/arch/arm/
registers_arm.h 68 S11 = 11,
context_arm.cc 92 fprs_[S11] = nullptr;
quick_method_frame_info_arm.h 43 (1 << art::arm::S8) | (1 << art::arm::S9) | (1 << art::arm::S10) | (1 << art::arm::S11) |
  /external/clang/test/PCH/
cxx-key-functions.cpp 19 struct S11 { virtual void f(); };
83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
  /external/dng_sdk/source/
dng_fingerprint.cpp 462 S11 = 7,
512 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
516 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
520 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
524 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
  /external/libjpeg-turbo/md5/
md5.c 237 #define S11 7
241 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
245 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
249 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
253 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
  /external/v8/test/webkit/fast/js/kde/
md5-1.js 159 var S11 = 7;
242 a = FF ( a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
246 a = FF ( a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
250 a = FF ( a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
254 a = FF ( a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
  /art/runtime/arch/arm64/
registers_arm64.h 164 S11 = 11,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 136 private static final int S11 = 7;
220 a = rotateLeft(a + F(b, c, d) + X[ 0] + 0xd76aa478, S11) + b;
224 a = rotateLeft(a + F(b, c, d) + X[ 4] + 0xf57c0faf, S11) + b;
228 a = rotateLeft(a + F(b, c, d) + X[ 8] + 0x698098d8, S11) + b;
232 a = rotateLeft(a + F(b, c, d) + X[12] + 0x6b901122, S11) + b;
  /external/ppp/pppd/
md5.c 210 #define S11 7
214 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
218 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
222 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */
226 FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 31 S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 167 ARM::S8, ARM::S9, ARM::S10, ARM::S11,
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 53 case AArch64::S11:
  /art/compiler/optimizing/
code_generator_arm.h 40 { S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 };
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 79 #define S11 (kExitReplace1S0)
341 #undef S11
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc     [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1022 @S9 S10 S11 S12 A9 A10 A11 A12
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 308 AArch64::S10, AArch64::S11, AArch64::S12, AArch64::S13, AArch64::S14,
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 663 milliseconds

1 2