/external/valgrind/main/drd/tests/ |
D | pth_detached_sem.c | 44 const int count2 = argc > 2 ? atoi(argv[2]) : 100; in main() local 45 int thread_arg[count1 > count2 ? count1 : count2]; in main() 50 for (i = 0; i < count1 || i < count2; i++) in main() 71 for (i = 0; i < count2; i++) in main() 79 for (i = 0; i < count1 + count2; i++) in main()
|
D | pth_detached.c | 40 const int count2 = argc > 2 ? atoi(argv[2]) : 100; in main() local 64 for (i = 0; i < count2; i++) in main() 73 while (s_finished_count < count1 + count2) { in main()
|
/external/icu4c/i18n/ |
D | ucol_wgt.cpp | 129 range->count2*=countBytes; in lengthenRange() 369 ranges[i].count2=(uint32_t)ranges[i].count; in ucol_allocWeights() 380 lengthCounts[ranges[i].length2]+=ranges[i].count2; in ucol_allocWeights() 389 maxCount+=ranges[rangeCount].count2; in ucol_allocWeights() 396 } else if(n<=ranges[0].count2*countBytes) { in ucol_allocWeights() 398 uint32_t count1, count2, power_1, power; in ucol_allocWeights() local 405 count2=(n+power-1)/power; in ucol_allocWeights() 406 count1=ranges[0].count-count2; in ucol_allocWeights() 410 printf("split the first range %ld:%ld\n", count1, count2); in ucol_allocWeights() 452 ranges[1].count=count2; in ucol_allocWeights() [all …]
|
D | ucol_wgt.h | 30 uint32_t count2; member
|
D | ucol.cpp | 4547 int32_t count2 = 0; in packFrench() local 4554 ++count2; in packFrench() 4556 if (count2 > 0) { in packFrench() 4558 while (count2 > UCOL_TOP_COUNT2) { in packFrench() 4560 count2 -= (uint32_t)UCOL_TOP_COUNT2; in packFrench() 4562 result.Append((uint8_t)(UCOL_COMMON_TOP2 - (count2-1))); in packFrench() 4564 while (count2 > UCOL_BOT_COUNT2) { in packFrench() 4566 count2 -= (uint32_t)UCOL_BOT_COUNT2; in packFrench() 4568 result.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in packFrench() 4570 count2 = 0; in packFrench() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/ |
D | SDL_sysjoystick.c | 154 UInt32 count, gotCount, count2; in SDL_SYS_JoystickOpen() local 158 count2 = 0; in SDL_SYS_JoystickOpen() 183 count2 += gotCount; in SDL_SYS_JoystickOpen() 190 &(joystick->hwdata->refs[count2])); in SDL_SYS_JoystickOpen() 194 count2 += gotCount; in SDL_SYS_JoystickOpen() 201 &(joystick->hwdata->refs[count2])); in SDL_SYS_JoystickOpen() 205 count2 += gotCount; in SDL_SYS_JoystickOpen()
|
/external/skia/src/gpu/ |
D | GrTextStrike.cpp | 91 int count2 = 0; in validate() local 94 count2 += 1; in validate() 97 GrAssert(count == count2); in validate() 99 count2 = 0; in validate() 102 count2 += 1; in validate() 105 GrAssert(count == count2); in validate()
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 383 FT_UInt count2 = mask2->num_bits; in ps_mask_table_test_intersect() local 387 count = ( count1 <= count2 ) ? count1 : count2; in ps_mask_table_test_intersect() 430 FT_UInt count2 = mask2->num_bits; in ps_mask_table_merge() local 434 if ( count2 > 0 ) in ps_mask_table_merge() 443 if ( count2 > count1 ) in ps_mask_table_merge() 445 error = ps_mask_ensure( mask1, count2, memory ); in ps_mask_table_merge() 449 for ( pos = count1; pos < count2; pos++ ) in ps_mask_table_merge() 456 pos = (FT_UInt)( ( count2 + 7 ) >> 3 ); in ps_mask_table_merge() 1008 FT_UInt count2 = dim[1].hints.num_hints; in ps_hints_t2mask() local 1012 if ( bit_count != count1 + count2 ) in ps_hints_t2mask() [all …]
|
D | pshglob.c | 476 FT_UInt count1, count2; in psh_blues_scale_zones() local 500 count2 = family->count; in psh_blues_scale_zones() 502 for ( ; count2 > 0; count2--, zone2++ ) in psh_blues_scale_zones()
|
D | pshalgo.c | 275 FT_UInt count2; in psh_hint_table_activate_mask() local 282 for ( count2 = count; count2 > 0; count2--, sort++ ) in psh_hint_table_activate_mask() 290 count2 = 0; in psh_hint_table_activate_mask() 293 if ( count2 == 0 ) in psh_hint_table_activate_mask()
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
D | sunspider-compare-results.js | 29 var count2 = output2.length; 51 itemTotals2.length = count2; 131 for (var i = 0; i < count2; i++) { 301 var df = count1 + count2 - 2; 326 …dth1, mean1, stdErr1, count1) + " " + formatMean(meanWidth2, mean2, stdErr2, count2) + diffDetail; 371 …mean2 = computeMeans(count2, total2, categoryTotals2, categoryMeans2, testTotalsByCategory2, testM… 377 …stdErr2 = computeStdErrors(count2, stdDev2, categoryStdErrs2, categoryStdDevs2, testStdErrsByCateg…
|
/external/freetype/src/sfnt/ |
D | ttkern.c | 261 FT_UInt count2; in tt_face_get_kerning() local 264 for ( count2 = num_pairs; count2 > 0; count2-- ) in tt_face_get_kerning()
|
D | ttsbit.c | 543 FT_ULong count2 = strike->num_ranges; in tt_face_load_eblc() local 555 while ( count2 > 0 ) in tt_face_load_eblc() 561 count2--; in tt_face_load_eblc() 568 count2 = strike->num_ranges; in tt_face_load_eblc() 570 while ( count2 > 0 ) in tt_face_load_eblc() 587 count2--; in tt_face_load_eblc()
|
/external/qemu/android/utils/ |
D | stralloc.c | 303 int count2; in stralloc_add_hexdump() local 314 count2 = 4 + 3*(max_count - count); in stralloc_add_hexdump() 315 stralloc_readyplus( s, count2 ); in stralloc_add_hexdump() 316 memset( s->s + s->n, ' ', count2 ); in stralloc_add_hexdump() 317 s->n += count2; in stralloc_add_hexdump()
|
/external/srec/srec/crec/ |
D | srec_debug.c | 80 int count, count2; in print_search_status() local 87 count2 = count_fsmarc_token_list(rec, rec->active_fsmarc_tokens); in print_search_status() 88 printf("number active: %d fsmnodes %d fsmarcs\n", count, count2); in print_search_status()
|
/external/skia/src/images/ |
D | SkImageRefPool.cpp | 160 int count2 = 0; in computeCount() local 163 count2 += 1; in computeCount() 166 SkASSERT(count2 == count); in computeCount()
|
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 503 int32_t count2 = 0; in TestClosures() 504 const double *limits2 = fmt2.getLimits(count2); in TestClosures() 505 const UBool *closures2 = fmt2.getClosures(count2); in TestClosures() 507 if((count2 != 6) || !limits2 || !closures2) { in TestClosures() 510 for(i=0;i<count2;i++) { in TestClosures() 512 i, count2, in TestClosures()
|
D | apicoll.cpp | 1038 int32_t count1, count2; in TestGetAll() local 1060 count2 = 0; in TestGetAll() 1070 count2++; in TestGetAll() 1072 if (count1 != count2) { in TestGetAll() 1073 …rln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2); in TestGetAll() 1085 if (count1 != count2) { in TestGetAll() 1086 …lableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2); in TestGetAll()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 35 int count2 = SkFontHost::GetTableTags(fontID, tags); in test_tables() local 36 REPORTER_ASSERT(reporter, count2 == count); in test_tables()
|
D | UtilsTest.cpp | 133 size_t count2 = SkUTF16_CountUnichars(buf, 2); in test_utf16() local 134 REPORTER_ASSERT(reporter, count2 == 1); in test_utf16()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 82 int count2 = 0; in test_usingProxy() local 83 while ((count2 = is2.read(b2)) > 0) in test_usingProxy() 84 response2 += new String(b2, 0, count2); in test_usingProxy()
|
/external/llvm/lib/Support/ |
D | regcomp.c | 305 int count2; in p_ere_exp() local 418 count2 = p_count(p); in p_ere_exp() 419 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp() 421 count2 = INFINITY; in p_ere_exp() 423 count2 = count; in p_ere_exp() 424 repeat(p, pos, count, count2); in p_ere_exp() 501 int count2; in p_simp_re() local 589 count2 = p_count(p); in p_simp_re() 590 REQUIRE(count <= count2, REG_BADBR); in p_simp_re() 592 count2 = INFINITY; in p_simp_re() [all …]
|
/external/tremolo/Tremolo/ |
D | bitwise.c | 689 long j,count=0,count2=0,bitcount=0; in main() local 719 count2=(bitcount+7)>>3; in main() 728 while(count2){ in main() 733 if(ilen>count2)ilen=count2; in main() 746 count2-=ilen; in main()
|
/external/icu4c/test/cintltst/ |
D | utransts.c | 182 int32_t idLength, id2Length, count, count2; in TestUnicodeIDs() local 232 count2=uenum_count(uenum, &errorCode); in TestUnicodeIDs() 234 … log_err("2nd uenum_count(transliterator IDs)=%d - %s\n", count2, u_errorName(errorCode)); in TestUnicodeIDs() 235 } else if(count!=count2) { in TestUnicodeIDs() 236 … IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2); in TestUnicodeIDs()
|
/external/icu4c/common/ |
D | uhash.c | 887 int32_t count1, count2, pos, i; in uhash_equals() local 914 count2 = uhash_count(hash2); in uhash_equals() 915 if(count1!=count2){ in uhash_equals()
|