Searched refs:count1 (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dpth_detached_sem.c43 const int count1 = argc > 1 ? atoi(argv[1]) : 100; local
45 int thread_arg[count1 > count2 ? count1 : count2];
50 for (i = 0; i < count1 || i < count2; i++)
60 // Create count1 detached threads by setting the "detached" property via
62 for (i = 0; i < count1; i++)
79 for (i = 0; i < count1 + count2; i++)
H A Dpth_detached.c39 const int count1 = argc > 1 ? atoi(argv[1]) : 100; local
53 // Create count1 detached threads by setting the "detached" property via
55 for (i = 0; i < count1; i++)
73 while (s_finished_count < count1 + count2) {
/external/stlport/test/unit/
H A Dcount_test.cpp16 CPPUNIT_TEST(count1);
22 void count1();
44 void CountTest::count1() function in class:CountTest
/external/webkit/PerformanceTests/SunSpider/resources/
H A Dsunspider-compare-results.js28 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) + " " + formatMean(meanWidth2, mean2, stdErr2, count2) + diffDetail;
370 mean1 = computeMeans(count1, total1, categoryTotals1, categoryMeans1, testTotalsByCategory1, testMeansByCategory1);
376 stdErr1 = computeStdErrors(count1, stdDev1, categoryStdErrs1, categoryStdDevs1, testStdErrsByCategory1, testStdDevsByCategory1);
/external/freetype/src/pshinter/
H A Dpshrec.c382 FT_UInt count1 = mask1->num_bits; local
387 count = ( count1 <= count2 ) ? count1 : count2;
429 FT_UInt count1 = mask1->num_bits; local
441 /* if "count2" is greater than "count1", we need to grow the */
443 if ( count2 > count1 )
449 for ( pos = count1; pos < count2; pos++ )
1007 FT_UInt count1 = dim[0].hints.num_hints; local
1012 if ( bit_count != count1 + count2 )
1016 bit_count, count1
1052 FT_UInt count1 = dim[0].hints.num_hints; local
[all...]
H A Dpshglob.c476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
/external/icu4c/i18n/
H A Ducol_wgt.cpp398 uint32_t count1, count2, power_1, power; local
402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
406 count1=ranges[0].count-count2;
410 printf("split the first range %ld:%ld\n", count1, count2);
412 if(count1<1) {
427 /* set the end of the first range according to count1 */
429 byte=getWeightByte(ranges[0].start, i)+count1-1;
432 * ranges[0].count and count1 may be >countBytes
451 ranges[0].count=count1;
454 ranges[0].count2=count1*power_
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp1038 int32_t count1, count2; local
1043 const Locale* list = Collator::getAvailableLocales(count1);
1044 for (int32_t i = 0; i < count1; ++i) {
1052 if (count1 == 0 || list == NULL) {
1072 if (count1 != count2) {
1073 errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2);
1077 count1 = 0;
1083 count1++;
1085 if (count1 != count2) {
1086 errln("getAvailableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count
[all...]
H A Dmsfmrgts.cpp766 int32_t count1 = 0; local
768 Formattable *newobjs = mf->parse(result, pp, count1);
H A Dcalregts.cpp1238 int32_t count1, count2, count3; local
1239 Calendar::getAvailableLocales(count1);
1243 count1, count2, count3
/external/skia/gm/
H A Dtechtalk1.cpp95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); local
96 SkASSERT(count == count1);
/external/icu4c/common/
H A Duhash.c856 int32_t count1, count2, pos, i; local
882 count1 = uhash_count(hash1);
884 if(count1!=count2){
889 for(i=0; i<count1; i++){
/external/qemu/
H A Dblock.c974 void *buf, int count1)
981 count = count1;
993 return count1;
1015 return count1;
1019 const void *buf, int count1)
1026 count = count1;
1040 return count1;
1064 return count1;
973 bdrv_pread(BlockDriverState *bs, int64_t offset, void *buf, int count1) argument
1018 bdrv_pwrite(BlockDriverState *bs, int64_t offset, const void *buf, int count1) argument
/external/guava/guava/src/com/google/common/collect/
H A DMultisets.java501 int count1 = multiset1.count(element);
502 return (count1 == 0) ? 0 : Math.min(count1, multiset2.count(element));
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c1258 HB_UShort m, n, k, count1, count2; local
1276 count1 = ppf2->Class1Count = GET_UShort();
1283 ( error = _HB_OPEN_Load_ClassDefinition( &ppf2->ClassDef1, count1,
1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) )
1299 for ( m = 0; m < count1; m++ )
1376 HB_UShort m, n, count1, count2; local
1385 count1 = ppf2->Class1Count;
1388 for ( m = 0; m < count1; m++ )
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c1258 HB_UShort m, n, k, count1, count2; local
1276 count1 = ppf2->Class1Count = GET_UShort();
1283 ( error = _HB_OPEN_Load_ClassDefinition( &ppf2->ClassDef1, count1,
1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) )
1299 for ( m = 0; m < count1; m++ )
1376 HB_UShort m, n, count1, count2; local
1385 count1 = ppf2->Class1Count;
1388 for ( m = 0; m < count1; m++ )
/external/freetype/src/base/
H A Dftstroke.c1982 FT_UInt count1, count2, num_points = 0; local
1988 &count1, &count2 );
1997 num_points = count1 + count3;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh715 unsigned int count1 = class1Count; local
717 for (unsigned int i = 0; i < count1; i++)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... size () protected void resize (boolean) boolean up Object[] tmp int count1 } org/eclipse/equinox/internal/util/event/SystemListener.class SystemListener ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/cintltst/
H A Dccapitst.c137 int32_t count1 = 0; local
141 count1++;
155 if (count1 != count2) {
/external/opencv/ml/src/
H A Dmltree.cpp742 int count1 = data_root->get_num_valid(vi);
744 for( i = 0; i < count1; i++ )
/external/bison/build-aux/
H A Dtexinfo.tex8247 \count1=128
8249 \catcode\count1=\other
8250 \advance\count1 by 1
8251 \ifnum \count1<256 \loop \fi

Completed in 688 milliseconds