HomeSort by relevance Sort by last modified time
    Searched refs:S11 (Results 1 - 25 of 45) 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 +
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13337.go 25 type S11 struct{ S10 }
26 type S12 struct{ S11 }
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13337.go 25 type S11 struct{ S10 }
26 type S12 struct{ S11 }
  /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 46 (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/syslinux/com32/libutil/
md5.c 179 #define S11 7
183 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
187 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
191 FF(a, b, c, d, x[8], S11, 0x698098d8); /* 9 */
195 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 154 private static final int S11 = 7;
238 a = rotateLeft(a + F(b, c, d) + X[ 0] + 0xd76aa478, S11) + b;
242 a = rotateLeft(a + F(b, c, d) + X[ 4] + 0xf57c0faf, S11) + b;
246 a = rotateLeft(a + F(b, c, d) + X[ 8] + 0x698098d8, S11) + b;
250 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 */
  /external/syslinux/core/lwip/src/netif/ppp/
md5.c 225 #define S11 7
229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
233 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
237 FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */
241 FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 166 case R11: case S11: case D11: case Q11: return 11;
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 50 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:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 168 S11
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 168 S11
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h     [all...]
  /art/compiler/optimizing/
code_generator_arm.h 42 { S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 };

Completed in 7108 milliseconds

1 2