/external/valgrind/main/drd/tests/ |
D | pth_detached_sem.c | 43 const int count1 = argc > 1 ? atoi(argv[1]) : 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() 62 for (i = 0; i < count1; i++) in main() 79 for (i = 0; i < count1 + count2; i++) in main()
|
D | pth_detached.c | 39 const int count1 = argc > 1 ? atoi(argv[1]) : 100; in main() local 55 for (i = 0; i < count1; i++) in main() 73 while (s_finished_count < count1 + count2) { in main()
|
/external/stlport/test/unit/ |
D | count_test.cpp | 16 CPPUNIT_TEST(count1); 22 void count1(); 44 void CountTest::count1() in count1() function in CountTest
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 382 FT_UInt count1 = mask1->num_bits; in ps_mask_table_test_intersect() local 387 count = ( count1 <= count2 ) ? count1 : count2; in ps_mask_table_test_intersect() 429 FT_UInt count1 = mask1->num_bits; in ps_mask_table_merge() local 443 if ( count2 > count1 ) in ps_mask_table_merge() 449 for ( pos = count1; pos < count2; pos++ ) in ps_mask_table_merge() 1007 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2mask() local 1012 if ( bit_count != count1 + count2 ) in ps_hints_t2mask() 1016 bit_count, count1 + count2 )); in ps_hints_t2mask() 1023 error = ps_dimension_set_mask_bits( &dim[0], bytes, count2, count1, in ps_hints_t2mask() 1052 FT_UInt count1 = dim[0].hints.num_hints; in ps_hints_t2counter() local [all …]
|
D | pshglob.c | 476 FT_UInt count1, count2; in psh_blues_scale_zones() local 493 count1 = normal->count; in psh_blues_scale_zones() 495 for ( ; count1 > 0; count1--, zone1++ ) in psh_blues_scale_zones()
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
D | sunspider-compare-results.js | 28 var count1 = output1.length; 32 itemTotals1.length = count1; 96 for (var i = 0; i < count1; i++) { 301 var df = count1 + count2 - 2; 326 …return result + pad(diffSummary, 18) + formatMean(meanWidth1, mean1, stdErr1, count1) + " " + for… 370 …mean1 = computeMeans(count1, total1, categoryTotals1, categoryMeans1, testTotalsByCategory1, testM… 376 …stdErr1 = computeStdErrors(count1, stdDev1, categoryStdErrs1, categoryStdDevs1, testStdErrsByCateg…
|
/external/icu4c/i18n/ |
D | ucol_wgt.cpp | 398 uint32_t count1, count2, power_1, power; in ucol_allocWeights() local 406 count1=ranges[0].count-count2; in ucol_allocWeights() 410 printf("split the first range %ld:%ld\n", count1, count2); in ucol_allocWeights() 412 if(count1<1) { in ucol_allocWeights() 429 byte=getWeightByte(ranges[0].start, i)+count1-1; in ucol_allocWeights() 451 ranges[0].count=count1; in ucol_allocWeights() 454 ranges[0].count2=count1*power_1; in ucol_allocWeights()
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 1038 int32_t count1, count2; in TestGetAll() local 1043 const Locale* list = Collator::getAvailableLocales(count1); in TestGetAll() 1044 for (int32_t i = 0; i < count1; ++i) { in TestGetAll() 1052 if (count1 == 0 || list == NULL) { in TestGetAll() 1072 if (count1 != count2) { in TestGetAll() 1073 …errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count… in TestGetAll() 1077 count1 = 0; in TestGetAll() 1083 count1++; in TestGetAll() 1085 if (count1 != count2) { in TestGetAll() 1086 …lableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2); in TestGetAll() [all …]
|
D | msfmrgts.cpp | 766 int32_t count1 = 0; in Test4118594() local 768 Formattable *newobjs = mf->parse(result, pp, count1); in Test4118594()
|
D | calregts.cpp | 1238 int32_t count1, count2, count3; in test4106136() local 1239 Calendar::getAvailableLocales(count1); in test4106136() 1243 count1, count2, count3 in test4106136()
|
/external/icu4c/common/ |
D | uhash.c | 856 int32_t count1, count2, pos, i; in uhash_equals() local 882 count1 = uhash_count(hash1); in uhash_equals() 884 if(count1!=count2){ in uhash_equals() 889 for(i=0; i<count1; i++){ in uhash_equals()
|
/external/skia/gm/ |
D | techtalk1.cpp | 95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); in show_mesh_between() local 96 SkASSERT(count == count1); in show_mesh_between()
|
/external/guava/guava/src/com/google/common/collect/ |
D | Multisets.java | 501 int count1 = multiset1.count(element); in intersection() 502 return (count1 == 0) ? 0 : Math.min(count1, multiset2.count(element)); in intersection()
|
/external/qemu/ |
D | block.c | 974 void *buf, int count1) in bdrv_pread() argument 981 count = count1; in bdrv_pread() 993 return count1; in bdrv_pread() 1015 return count1; in bdrv_pread() 1019 const void *buf, int count1) in bdrv_pwrite() argument 1026 count = count1; in bdrv_pwrite() 1040 return count1; in bdrv_pwrite() 1064 return count1; in bdrv_pwrite()
|
/external/harfbuzz/src/ |
D | harfbuzz-gpos.c | 1258 HB_UShort m, n, k, count1, count2; in Load_PairPos2() local 1276 count1 = ppf2->Class1Count = GET_UShort(); in Load_PairPos2() 1283 ( error = _HB_OPEN_Load_ClassDefinition( &ppf2->ClassDef1, count1, in Load_PairPos2() 1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) ) in Load_PairPos2() 1299 for ( m = 0; m < count1; m++ ) in Load_PairPos2() 1376 HB_UShort m, n, count1, count2; in Free_PairPos2() local 1385 count1 = ppf2->Class1Count; in Free_PairPos2() 1388 for ( m = 0; m < count1; m++ ) in Free_PairPos2()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gpos.c | 1258 HB_UShort m, n, k, count1, count2; in Load_PairPos2() local 1276 count1 = ppf2->Class1Count = GET_UShort(); in Load_PairPos2() 1283 ( error = _HB_OPEN_Load_ClassDefinition( &ppf2->ClassDef1, count1, in Load_PairPos2() 1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) ) in Load_PairPos2() 1299 for ( m = 0; m < count1; m++ ) in Load_PairPos2() 1376 HB_UShort m, n, count1, count2; in Free_PairPos2() local 1385 count1 = ppf2->Class1Count; in Free_PairPos2() 1388 for ( m = 0; m < count1; m++ ) in Free_PairPos2()
|
/external/freetype/src/base/ |
D | ftstroke.c | 1982 FT_UInt count1, count2, num_points = 0; in FT_Stroker_GetCounts() local 1988 &count1, &count2 ); in FT_Stroker_GetCounts() 1997 num_points = count1 + count3; in FT_Stroker_GetCounts()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 715 unsigned int count1 = class1Count; in collect_glyphs() local 717 for (unsigned int i = 0; i < count1; i++) in collect_glyphs()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 137 int32_t count1 = 0; in ListNames() local 141 count1++; in ListNames() 155 if (count1 != count2) { in ListNames()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 742 int count1 = data_root->get_num_valid(vi); in get_vectors() local 744 for( i = 0; i < count1; i++ ) in get_vectors()
|
/external/libffi/ |
D | texinfo.tex | 6574 \count1=128 6576 \catcode\count1=\other 6577 \advance\count1 by 1 6578 \ifnum \count1<256 \loop \fi
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 6318 \count1=128 6320 \catcode\count1=\other 6321 \advance\count1 by 1 6322 \ifnum \count1<256 \loop \fi
|
/external/bison/build-aux/ |
D | texinfo.tex | 8246 \count1=128 8248 \catcode\count1=\other 8249 \advance\count1 by 1 8250 \ifnum \count1<256 \loop \fi
|