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

1 2

  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 17 struct S12 {
35 void Del12(S12 *x) {
39 void Del12NoThrow(S12 *x) {
43 void Del12Ar(S12 *x) {
47 void Del12ArNoThrow(S12 *x) {
56 Del12(new S12);
57 Del12NoThrow(new S12);
58 Del12Ar(new S12[100]);
59 Del12ArNoThrow(new S12[100]);
63 Del12Ar(reinterpret_cast<S12*>(new S20[100]))
    [all...]
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 65 struct S12 {
67 char c; // expected-warning {{padding struct 'S12' with 7 bits to align 'c'}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
microsoft-abi-static-initializers.cpp 71 static S S12;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13337.go 26 type S12 struct{ S11 }
27 type S13 struct{ S12 }
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13337.go 26 type S12 struct{ S11 }
27 type S13 struct{ S12 }
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 46 S12 = 0.64038150078671872796678569586315881020659912139412e-25;
56 z*(S9+z*(S10+z*(S11+z*S12)))))))));
  /art/runtime/arch/arm/
registers_arm.h 69 S12 = 12,
context_arm.cc 93 fprs_[S12] = nullptr;
quick_method_frame_info_arm.h 47 (1 << art::arm::S12) | (1 << art::arm::S13) | (1 << art::arm::S14) | (1 << art::arm::S15);
  /external/clang/test/PCH/
cxx-key-functions.cpp 20 struct S12 { virtual void f(); };
83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
  /external/dng_sdk/source/
dng_fingerprint.cpp 463 S12 = 12,
513 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
517 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
521 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
525 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
  /external/libjpeg-turbo/md5/
md5.c 238 #define S12 12
242 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
246 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
250 FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
254 FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
  /external/syslinux/com32/libutil/
md5.c 180 #define S12 12
184 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
188 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
192 FF(d, a, b, c, x[9], S12, 0x8b44f7af); /* 10 */
196 FF(d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
  /art/runtime/arch/arm64/
registers_arm64.h 165 S12 = 12,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 155 private static final int S12 = 12;
239 d = rotateLeft(d + F(a, b, c) + X[ 1] + 0xe8c7b756, S12) + a;
243 d = rotateLeft(d + F(a, b, c) + X[ 5] + 0x4787c62a, S12) + a;
247 d = rotateLeft(d + F(a, b, c) + X[ 9] + 0x8b44f7af, S12) + a;
251 d = rotateLeft(d + F(a, b, c) + X[13] + 0xfd987193, S12) + a;
  /external/ppp/pppd/
md5.c 211 #define S12 12
215 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
219 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
223 FF ( d, a, b, c, in[ 9], S12, UL(2336552879)); /* 10 */
227 FF ( d, a, b, c, in[13], S12, UL(4254626195)); /* 14 */
  /external/syslinux/core/lwip/src/netif/ppp/
md5.c 226 #define S12 12
230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
234 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
238 FF ( d, a, b, c, in[ 9], S12, UL(2336552879)); /* 10 */
242 FF ( d, a, b, c, in[13], S12, UL(4254626195)); /* 14 */
  /toolchain/binutils/binutils-2.25/opcodes/
frv-opc.c     [all...]
  /frameworks/rs/script_api/
rs_value_types.spec 57 <code>myVar.yz</code>, <code>myVar.gb</code>, <code>myVar.s12</code>, and <code>myVar.S12</code>.
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 167 case R12: case S12: case D12: case Q12: return 12;
  /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 168 ARM::S12, ARM::S13, ARM::S14, ARM::S15 };
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 103 case AArch64::S12:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 169 S12
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 169 S12

Completed in 921 milliseconds

1 2