/external/clang/test/CodeGenCXX/ |
warn-padded-packed.cpp | 70 struct S13 { // expected-warning {{padding size of 'S13' with 6 bits to alignment boundary}} 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
|
/art/runtime/arch/arm/ |
registers_arm.h | 70 S13 = 13,
|
/external/dropbear/libtomcrypt/src/hashes/ |
md4.c | 40 #define S13 11 98 FF (c, d, a, b, x[ 2], S13); /* 3 */ 102 FF (c, d, a, b, x[ 6], S13); /* 7 */ 106 FF (c, d, a, b, x[10], S13); /* 11 */ 110 FF (c, d, a, b, x[14], S13); /* 15 */
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
md5-1.js | 161 var S13 = 17; 244 c = FF ( c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ 248 c = FF ( c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ 252 c = FF ( c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ 256 c = FF ( c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
MD5Digest.java | 138 private static final int S13 = 17; 222 c = rotateLeft(c + F(d, a, b) + X[ 2] + 0x242070db, S13) + d; 226 c = rotateLeft(c + F(d, a, b) + X[ 6] + 0xa8304613, S13) + d; 230 c = rotateLeft(c + F(d, a, b) + X[10] + 0xffff5bb1, S13) + d; 234 c = rotateLeft(c + F(d, a, b) + X[14] + 0xa679438e, S13) + d;
|
/external/ppp/pppd/ |
md5.c | 212 #define S13 17 216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ 220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ 224 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ 228 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
|
/art/runtime/ |
runtime.cc | [all...] |
/art/compiler/utils/arm/ |
managed_register_arm_test.cc | 159 EXPECT_EQ(S13, reg.AsOverlappingDRegisterHigh()); [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | [all...] |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |