/external/libjpeg-turbo/simd/arm/ |
D | jfdctfst-neon.c | 82 int16x8_t col7 = cols_37.val[1]; in jsimd_fdct_ifast_neon() local 89 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_ifast_neon() 90 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_ifast_neon() 130 col7 = vsubq_s16(z11, z4); in jsimd_fdct_ifast_neon() 136 int16x8x2_t cols_67 = vtrnq_s16(col6, col7); in jsimd_fdct_ifast_neon()
|
D | jfdctint-neon.c | 119 int16x8_t col7 = cols_37.val[1]; in jsimd_fdct_islow_neon() local 123 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_islow_neon() 124 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_islow_neon() 207 col7 = vcombine_s16(vrshrn_n_s32(tmp4_l, DESCALE_P1), in jsimd_fdct_islow_neon() 235 int16x8x2_t cols_67 = vtrnq_s16(col6, col7); in jsimd_fdct_islow_neon()
|
D | jidctfst-neon.c | 358 int16x8_t col7 = vreinterpretq_s16_s32(cols_37.val[1]); in jsimd_idct_ifast_neon() local 380 int16x8_t z11 = vaddq_s16(col1, col7); in jsimd_idct_ifast_neon() 381 int16x8_t z12 = vsubq_s16(col1, col7); in jsimd_idct_ifast_neon() 403 col7 = vsubq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon() 419 vqshrn_n_s16(col7, PASS1_BITS + 3)); in jsimd_idct_ifast_neon()
|
D | jidctred-neon.c | 435 int16x4_t col7 = vreinterpret_s16_s32(vget_high_s32(cols_1537.val[1])); in jsimd_idct_4x4_neon() local 448 tmp0 = vmull_lane_s16(col7, consts.val[0], 2); in jsimd_idct_4x4_neon() 453 tmp2 = vmull_lane_s16(col7, consts.val[1], 2); in jsimd_idct_4x4_neon()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 368 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 373 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 389 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
D | AESFastEngine.java | 697 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 702 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 718 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 368 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 373 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 389 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
D | AESFastEngine.java | 697 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 702 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 718 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | AESEngine.java | 366 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 371 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 387 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
D | AESFastEngine.java | 695 int col7 = Pack.littleEndianToInt(key, 28); W[1][3] = col7; in generateWorkingKey() local 700 colx = subWord(shift(col7, 8)) ^ rcon; rcon <<= 1; in generateWorkingKey() 716 col7 ^= col6; W[i][3] = col7; in generateWorkingKey()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 873 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success); in TestOperators() local 891 doAssert((*col7 != *col9), "The two different table collations compared equal"); in TestOperators() 901 delete col7; in TestOperators()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 873 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success); in TestOperators() local 891 doAssert((*col7 != *col9), "The two different table collations compared equal"); in TestOperators() 901 delete col7; in TestOperators()
|