Home
last modified time | relevance | path

Searched refs:col3 (Results 1 – 25 of 25) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DAESEngine.java304 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
308 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
312 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
322 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
337 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
338 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
345 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
352 col4 ^= col3; in generateWorkingKey()
363 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
377 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
DAESFastEngine.java633 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
637 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
641 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
651 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
666 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
667 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
674 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
681 col4 ^= col3; in generateWorkingKey()
692 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
706 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/
DAESEngine.java304 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
308 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
312 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
322 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
337 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
338 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
345 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
352 col4 ^= col3; in generateWorkingKey()
363 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
377 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
DAESFastEngine.java633 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
637 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
641 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
651 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
666 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
667 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
674 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
681 col4 ^= col3; in generateWorkingKey()
692 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
706 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DAESEngine.java302 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
306 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
310 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
320 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
335 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
336 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
343 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
350 col4 ^= col3; in generateWorkingKey()
361 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
375 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
DAESFastEngine.java631 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
635 int colx = subWord(shift(col3, 8)) ^ rcon[i - 1]; in generateWorkingKey()
639 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
649 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
664 col3 ^= col2; W[i + 1][1] = col3; in generateWorkingKey()
665 col4 ^= col3; W[i + 1][2] = col4; in generateWorkingKey()
672 col3 ^= col2; W[i + 2][3] = col3; in generateWorkingKey()
679 col4 ^= col3; in generateWorkingKey()
690 int col3 = Pack.littleEndianToInt(key, 12); W[0][3] = col3; in generateWorkingKey() local
704 col3 ^= col2; W[i][3] = col3; in generateWorkingKey()
[all …]
/external/erofs-utils/dump/
Dmain.c453 double col3; in erofsdump_filesize_distribution() local
473 col3 = (double)(100 * col2) / in erofsdump_filesize_distribution()
476 col3 = 0.0; in erofsdump_filesize_distribution()
477 memset(col4, '#', col3 / 2); in erofsdump_filesize_distribution()
478 fprintf(stdout, chart_format, col1, col2, col3, col4); in erofsdump_filesize_distribution()
488 double col3; in erofsdump_filetype_distribution() local
500 col3 = (double)(100 * col2) / in erofsdump_filetype_distribution()
503 col3 = 0.0; in erofsdump_filetype_distribution()
504 memset(col4, '#', col3 / 2); in erofsdump_filetype_distribution()
505 fprintf(stdout, chart_format, col1, col2, col3, col4); in erofsdump_filetype_distribution()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java265 RuleBasedCollator col3 = null; in TestDuplicate() local
267 col3 = new RuleBasedCollator(ruleset); in TestDuplicate()
272 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
273 col3 = (RuleBasedCollator)col1; in TestDuplicate()
274 doAssert(col1.equals(col3), "Copied object is not equal to the original"); in TestDuplicate()
415 Collator col3 = null; in TestHashCode() local
417 col3 = Collator.getInstance(Locale.ENGLISH); in TestHashCode()
427 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
436 sortk1 = col3.getCollationKey(test1); in TestHashCode()
437 sortk2 = col3.getCollationKey(test2); in TestHashCode()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java262 RuleBasedCollator col3 = null; in TestDuplicate() local
264 col3 = new RuleBasedCollator(ruleset); in TestDuplicate()
269 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
270 col3 = (RuleBasedCollator)col1; in TestDuplicate()
271 doAssert(col1.equals(col3), "Copied object is not equal to the original"); in TestDuplicate()
412 Collator col3 = null; in TestHashCode() local
414 col3 = Collator.getInstance(Locale.ENGLISH); in TestHashCode()
424 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
433 sortk1 = col3.getCollationKey(test1); in TestHashCode()
434 sortk2 = col3.getCollationKey(test2); in TestHashCode()
[all …]
/external/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c78 int16x8_t col3 = cols_37.val[0]; in jsimd_fdct_ifast_neon() local
95 int16x8_t tmp3 = vaddq_s16(col3, col4); in jsimd_fdct_ifast_neon()
96 int16x8_t tmp4 = vsubq_s16(col3, col4); in jsimd_fdct_ifast_neon()
128 col3 = vsubq_s16(z13, z2); in jsimd_fdct_ifast_neon()
134 int16x8x2_t cols_23 = vtrnq_s16(col2, col3); in jsimd_fdct_ifast_neon()
Djfdctint-neon.c115 int16x8_t col3 = cols_37.val[0]; in jsimd_fdct_islow_neon() local
129 int16x8_t tmp3 = vaddq_s16(col3, col4); in jsimd_fdct_islow_neon()
130 int16x8_t tmp4 = vsubq_s16(col3, col4); in jsimd_fdct_islow_neon()
221 col3 = vcombine_s16(vrshrn_n_s32(tmp6_l, DESCALE_P1), in jsimd_fdct_islow_neon()
233 int16x8x2_t cols_23 = vtrnq_s16(col2, col3); in jsimd_fdct_islow_neon()
Djidctfst-neon.c354 int16x8_t col3 = vreinterpretq_s16_s32(cols_37.val[0]); in jsimd_idct_ifast_neon() local
378 int16x8_t z13 = vaddq_s16(col5, col3); in jsimd_idct_ifast_neon()
379 int16x8_t neg_z10 = vsubq_s16(col3, col5); in jsimd_idct_ifast_neon()
409 col3 = vsubq_s16(tmp3, tmp4); in jsimd_idct_ifast_neon()
417 vqshrn_n_s16(col3, PASS1_BITS + 3)); in jsimd_idct_ifast_neon()
Djidctred-neon.c432 int16x4_t col3 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[1])); in jsimd_idct_4x4_neon() local
450 tmp0 = vmlal_lane_s16(tmp0, col3, consts.val[1], 0); in jsimd_idct_4x4_neon()
455 tmp2 = vmlal_lane_s16(tmp2, col3, consts.val[2], 0); in jsimd_idct_4x4_neon()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
281 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status); in TestRuleBasedColl()
289 delete col3; in TestRuleBasedColl()
292 col3 = (RuleBasedCollator *)Collator::createInstance(status); in TestRuleBasedColl()
303 UnicodeString rule3 = col3->getRules(); in TestRuleBasedColl()
330 delete col3; in TestRuleBasedColl()
461 Collator *col3 = 0; in TestHashCode() local
462 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode()
485 col3->getCollationKey(test1, sortk1, status); in TestHashCode()
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
281 col3 = (RuleBasedCollator *)Collator::createInstance(locale, status); in TestRuleBasedColl()
289 delete col3; in TestRuleBasedColl()
292 col3 = (RuleBasedCollator *)Collator::createInstance(status); in TestRuleBasedColl()
303 UnicodeString rule3 = col3->getRules(); in TestRuleBasedColl()
330 delete col3; in TestRuleBasedColl()
461 Collator *col3 = 0; in TestHashCode() local
462 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode()
485 col3->getCollationKey(test1, sortk1, status); in TestHashCode()
[all …]
/external/guava/android/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java151 byte[] col3 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0xff}; in testCollisionsDueToIncorrectSignExtension()
157 SIP_WITH_KEY.hashBytes(col3)); in testCollisionsDueToIncorrectSignExtension()
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java151 byte[] col3 = new byte[] {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0xff}; in testCollisionsDueToIncorrectSignExtension()
157 SIP_WITH_KEY.hashBytes(col3)); in testCollisionsDueToIncorrectSignExtension()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dbq_upload_result.py39 (col1, col2, col3) = f.read().split(',')
42 latency99 = float(col3.strip()) * 1000
/external/grpc-grpc/tools/run_tests/performance/
Dbq_upload_result.py39 (col1, col2, col3) = f.read().split(',')
42 latency99 = float(col3.strip()) * 1000
/external/llvm/test/CodeGen/Hexagon/
Dswp-epilog-reuse.ll26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh…
28 …%col3.31506.reg2mem.0.ur = phi float [ %add689.ur, %while.body661.ur ], [ undef, %while.body661.pr…
/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
Dsparse_cross_op_test.py252 col3 = []
257 col3.append(['batch%d-FC3-F1' % b, 'batch%d-FC3-F2' % b])
262 self._sparse_tensor(col3)
770 col3 = []
777 col3.append(['batch%d-FC3-F1' % b, 'batch%d-FC3-F2' % b])
780 sp_inp_3 = self._sparse_tensor(col3)
/external/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c208 const int32_t col3 = _mm_extract_epi16(v_diff_mv_w, 7); in vp9_diamond_search_sad_avx() local
214 const uint32_t cost3 = x->nmvsadcost[0][row3] + x->nmvsadcost[0][col3]; in vp9_diamond_search_sad_avx()
/external/cronet/third_party/icu/source/test/cintltst/
Dcapitst.c454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
485 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
495 rule3 = ucol_getRules(col3, &tempLength); in TestRuleBasedColl()
511 ucol_close(col3); in TestRuleBasedColl()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
485 col3= ucol_open(NULL, &status); in TestRuleBasedColl()
495 rule3 = ucol_getRules(col3, &tempLength); in TestRuleBasedColl()
511 ucol_close(col3); in TestRuleBasedColl()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowLanguages.java664 Comparator col3 = new ArrayComparator(new Comparator[] { col, col, col }); field in ShowLanguages.LanguageInfo
751 territory_currency.put(countryName, info = new TreeSet(col3)); in LanguageInfo()