/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/ |
D | DecompressionTest.java | 46 int count1 = 0, count2 = 0; in decompressTest() local 48 count1 = myDecompressor.decompress(segment1, 0, segment1.length, in decompressTest() 53 "decompressed into " + count1 + " chars"); in decompressTest() 57 logln(charBuffer, 0, count1); in decompressTest() 58 s.append(charBuffer, 0, count1); in decompressTest() 62 charBuffer, count1, in decompressTest() 70 logln(charBuffer, count1, count2); in decompressTest() 72 s.append(charBuffer, count1, count2); in decompressTest() 75 logln(charBuffer, 0, count1 + count2); in decompressTest()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | DecompressionTest.java | 43 int count1 = 0, count2 = 0; in decompressTest() local 45 count1 = myDecompressor.decompress(segment1, 0, segment1.length, in decompressTest() 50 "decompressed into " + count1 + " chars"); in decompressTest() 54 logln(charBuffer, 0, count1); in decompressTest() 55 s.append(charBuffer, 0, count1); in decompressTest() 59 charBuffer, count1, in decompressTest() 67 logln(charBuffer, count1, count2); in decompressTest() 69 s.append(charBuffer, count1, count2); in decompressTest() 72 logln(charBuffer, 0, count1 + count2); in decompressTest()
|
/third_party/toybox/toys/pending/ |
D | vi.c | 28 int count0, count1, vi_mov_flag; 702 static int cur_left(int count0, int count1, char *unused) in cur_left() argument 704 int count = count0*count1; in cur_left() 714 static int cur_right(int count0, int count1, char *unused) in cur_right() argument 716 int count = count0*count1, len, width = 0; in cur_right() 741 static int cur_up(int count0, int count1, char *unused) in cur_up() argument 743 int count = count0*count1; in cur_up() 752 static int cur_down(int count0, int count1, char *unused) in cur_down() argument 754 int count = count0*count1; in cur_down() 760 static int vi_H(int count0, int count1, char *unused) in vi_H() argument [all …]
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-inst-combine-and-or-xor-switch/ |
D | 0-opt.spvasm | 12 OpName %count1 "count1" 45 %count1 = OpVariable %_ptr_Function_int Function 52 OpStore %count1 %31 76 %49 = OpLoad %int %count1 78 OpStore %count1 %50 88 %53 = OpLoad %int %count1
|
D | 0-opt.wgsl | 14 var count1 : i32; 19 count1 = x_31; 37 let x_49 : i32 = count1; 38 count1 = (x_49 + 1); 49 let x_53 : i32 = count1;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pixel_buffer.cpp | 45 uint32 &count1, in OptimizeOrder() argument 62 Abs_int32 (sStep1) * (count1 - 1) + in OptimizeOrder() 66 Abs_int32 (dStep1) * (count1 - 1) + in OptimizeOrder() 90 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize); in OptimizeOrder() 93 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize); in OptimizeOrder() 141 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize); in OptimizeOrder() 144 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize); in OptimizeOrder() 172 if (count1 == 1) step1 = 0xFFFFFFFF; in OptimizeOrder() 234 count [1] = count1; in OptimizeOrder() 238 count1 = count [index1]; in OptimizeOrder() [all …]
|
D | dng_utils.cpp | 438 uint32 count1 = tile.H (); in HistogramArea() local 448 count1, in HistogramArea() 458 for (uint32 row = 0; row < count1; row++) in HistogramArea() 571 uint32 count1 = tile.W (); in Process() local 595 count1, in Process() 618 for (uint32 index1 = 0; index1 < count1; index1++) in Process()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
D | 2-1.c | 199 int count1; /* number of children currently waiting (1st pass) */ member 224 td->count1++; in child() 226 timed = td->count1 & 1; in child() 254 td->count1--; in child() 528 td->count1 = 0; in main() 569 ch = td->count1; in main() 583 ch = td->count1; in main() 634 ch = td->count1; in main() 648 ch = td->count1; in main()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 378 FT_UInt count1 = mask1->num_bits; in ps_mask_table_test_intersect() local 383 count = FT_MIN( count1, count2 ); in ps_mask_table_test_intersect() 427 FT_UInt count1 = mask1->num_bits; in ps_mask_table_merge() local 441 if ( count2 > count1 ) in ps_mask_table_merge() 447 for ( pos = count1; pos < count2; pos++ ) in ps_mask_table_merge() 997 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask() local 1002 if ( bit_count != count1 + count2 ) in ps_hints_t2mask() 1006 bit_count, count1 + count2 )); in ps_hints_t2mask() 1013 error = ps_dimension_set_mask_bits( &dim[0], bytes, count2, count1, in ps_hints_t2mask() 1042 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter() local [all …]
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 509 snd_pcm_uframes_t count, count1, cpos, ppos; 517 count1 = count; 518 if (count1 + cpos > capt->buf_size) 519 count1 = capt->buf_size - cpos; 520 if (count1 > buf_avail(play)) 521 count1 = buf_avail(play); 522 if (count1 + ppos > play->buf_size) 523 count1 = play->buf_size - ppos; 524 if (count1 == 0) 528 count1 * capt->frame_size); [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | string_view.h | 422 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() argument 423 return substr(pos1, count1).compare(v); in compare() 428 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() argument 430 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare() 439 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() argument 440 return substr(pos1, count1).compare(string_view(s)); in compare() 445 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare() argument 447 return substr(pos1, count1).compare(string_view(s, count2)); in compare()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 515 int count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local 516 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) { in allocWeightsInMinLengthRanges() 519 --count1; in allocWeightsInMinLengthRanges() 520 assert((count1 + count2 * nextCountBytes) >= n); in allocWeightsInMinLengthRanges() 525 if(count1 == 0) { in allocWeightsInMinLengthRanges() 537 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 538 ranges[0].count = count1; in allocWeightsInMinLengthRanges()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 517 int count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local 518 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) { in allocWeightsInMinLengthRanges() 521 --count1; in allocWeightsInMinLengthRanges() 522 assert((count1 + count2 * nextCountBytes) >= n); in allocWeightsInMinLengthRanges() 527 if(count1 == 0) { in allocWeightsInMinLengthRanges() 539 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 540 ranges[0].count = count1; in allocWeightsInMinLengthRanges()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 454 int32_t count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local 455 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) { in allocWeightsInMinLengthRanges() 458 --count1; in allocWeightsInMinLengthRanges() 459 U_ASSERT((count1 + count2 * nextCountBytes) >= n); in allocWeightsInMinLengthRanges() 464 if(count1 == 0) { in allocWeightsInMinLengthRanges() 474 splitRange, rangeCount, count1, count2); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 479 ranges[0].count = count1; in allocWeightsInMinLengthRanges()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 454 int32_t count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local 455 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) { in allocWeightsInMinLengthRanges() 458 --count1; in allocWeightsInMinLengthRanges() 459 U_ASSERT((count1 + count2 * nextCountBytes) >= n); in allocWeightsInMinLengthRanges() 464 if(count1 == 0) { in allocWeightsInMinLengthRanges() 474 splitRange, rangeCount, count1, count2); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 479 ranges[0].count = count1; in allocWeightsInMinLengthRanges()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 454 int32_t count1 = count - count2; // number of minLength weights in allocWeightsInMinLengthRanges() local 455 if(count2 == 0 || (count1 + count2 * nextCountBytes) < n) { in allocWeightsInMinLengthRanges() 458 --count1; in allocWeightsInMinLengthRanges() 459 U_ASSERT((count1 + count2 * nextCountBytes) >= n); in allocWeightsInMinLengthRanges() 464 if(count1 == 0) { in allocWeightsInMinLengthRanges() 474 splitRange, rangeCount, count1, count2); in allocWeightsInMinLengthRanges() 478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges() 479 ranges[0].count = count1; in allocWeightsInMinLengthRanges()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscmp.c | 603 s64 count1 = 0, count2; in cmp_attribute_data() local 607 for (pos = 0; pos <= na1->data_size; pos += count1) { in cmp_attribute_data() 609 count1 = ntfs_attr_pread(na1, pos, NTFS_BUF_SIZE, buf1); in cmp_attribute_data() 612 if (count1 != count2) { in cmp_attribute_data() 618 (long long)count1, (long long)count2); in cmp_attribute_data() 623 if (count1 == -1) { in cmp_attribute_data() 631 if (count1 == 0) { in cmp_attribute_data() 633 if (pos + count1 == na1->data_size) in cmp_attribute_data() 638 printf("%lld != %lld\n", (long long)pos + count1, in cmp_attribute_data() 643 if (cmp_buffer(buf1, buf2, count1, na1)) in cmp_attribute_data() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 471 int curidx1, curidx2, sign1, count1, sign2, count2; in quantize_and_encode_band_cost_UPAIR7_mips() local 525 [sign1]"=&r"(sign1), [count1]"=&r"(count1), in quantize_and_encode_band_cost_UPAIR7_mips() 537 v_codes = (p_codes[curidx1] << count1) | sign1; in quantize_and_encode_band_cost_UPAIR7_mips() 538 v_bits = p_bits[curidx1] + count1; in quantize_and_encode_band_cost_UPAIR7_mips() 589 int curidx1, curidx2, sign1, count1, sign2, count2; in quantize_and_encode_band_cost_UPAIR12_mips() local 643 [sign1]"=&r"(sign1), [count1]"=&r"(count1), in quantize_and_encode_band_cost_UPAIR12_mips() 654 v_codes = (p_codes[curidx1] << count1) | sign1; in quantize_and_encode_band_cost_UPAIR12_mips() 655 v_bits = p_bits[curidx1] + count1; in quantize_and_encode_band_cost_UPAIR12_mips() 708 int curidx, curidx2, sign1, count1, sign2, count2; in quantize_and_encode_band_cost_ESC_mips() local 762 [sign1]"=&r"(sign1), [count1]"=&r"(count1), in quantize_and_encode_band_cost_ESC_mips() [all …]
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 902 FT_UInt GlyphCount, Count, count1; in otv_u_x_y_Ox_sy() local 918 for ( count1 = GlyphCount; count1 > 0; count1-- ) in otv_u_x_y_Ox_sy() 995 FT_UInt count1, count2; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local 1018 for ( count1 = InputGlyphCount; count1 > 0; count1-- ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
|
/third_party/vk-gl-cts/data/gles2/shaders/ |
D | loops.test | 15 int count1 = 0; 18 if (count1 == 2)
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 926 const int count1 = reflection1->FieldSize(message1, repeated_field); in CompareRepeatedField() local 933 if (count1 != count2 && reporter_ == NULL && !treated_as_subset) { in CompareRepeatedField() 937 if (count1 > count2 && reporter_ == NULL) { in CompareRepeatedField() 972 for (int i = 0; i < count1; i++) { in CompareRepeatedField() 1040 if (simple_list && i < count1) continue; in CompareRepeatedField() 1053 for (int i = 0; i < count1; ++i) { in CompareRepeatedField() 1480 MaximumMatcher(int count1, int count2, NodeMatchCallback callback, 1505 MaximumMatcher::MaximumMatcher(int count1, int count2, in MaximumMatcher() argument 1509 : count1_(count1), in MaximumMatcher() 1514 match_list1_->assign(count1, -1); in MaximumMatcher() [all …]
|
/third_party/googletest/googlemock/test/ |
D | gmock_stress_test.cc | 122 int count1 = 0; in TestConcurrentCallsOnSameObject() local 123 const Helper1Param param = {&foo, &count1}; in TestConcurrentCallsOnSameObject() 132 EXPECT_EQ(kRepeat, count1 + count2); in TestConcurrentCallsOnSameObject()
|
/third_party/littlefs/scripts/ |
D | prefix.py | 22 name, count1 = re.subn('\\b'+from_prefix, to_prefix, name) 26 return name, count1+count2+count3
|
/third_party/vk-gl-cts/data/gles3/shaders/ |
D | loops.test | 18 int count1 = 0; 21 if (count1 == 2)
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 174 unsigned *count0, unsigned count1, in vbo_merge_draws() argument 247 *count0 += count1; in vbo_merge_draws()
|