HomeSort by relevance Sort by last modified time
    Searched defs:count2 (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu4c/i18n/
ucol_wgt.h 30 uint32_t count2; member in struct:WeightRange
ucol_wgt.c 116 range->count2*=countBytes;
353 /* set the length2 and count2 fields */
356 ranges[i].count2=(uint32_t)ranges[i].count;
367 lengthCounts[ranges[i].length2]+=ranges[i].count2;
376 maxCount+=ranges[rangeCount].count2;
383 } else if(n<=ranges[0].count2*countBytes) {
385 uint32_t count1, count2, power_1, power; local
389 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
392 count2=(n+power-1)/power;
393 count1=ranges[0].count-count2;
    [all...]
  /external/skia/src/images/
SkImageRefPool.cpp 153 int count2 = 0; local
156 count2 += 1;
159 SkASSERT(count2 == count);
  /dalvik/tests/055-enum-performance/src/
Main.java 18 int count2 = test2(500); local
27 System.out.println("test2: performed " + count2 + " iterations");
31 double msec2 = (time2 - time1) / (double) count2 / 1000000;
  /external/skia/tests/
UtilsTest.cpp 64 size_t count2 = SkUTF16_CountUnichars(buf, 2); local
65 REPORTER_ASSERT(reporter, count2 == 1);
  /external/srec/srec/crec/
srec_debug.c 80 int count, count2; local
87 count2 = count_fsmarc_token_list(rec, rec->active_fsmarc_tokens);
88 printf("number active: %d fsmnodes %d fsmarcs\n", count, count2);
  /external/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )
ttsbit.c 542 FT_ULong count2 = strike->num_ranges; local
554 while ( count2 > 0 )
560 count2--;
567 count2 = strike->num_ranges;
569 while ( count2 > 0 )
586 count2--;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
SDL_sysjoystick.c 154 UInt32 count, gotCount, count2; local
158 count2 = 0;
183 count2 += gotCount;
190 &(joystick->hwdata->refs[count2]));
194 count2 += gotCount;
201 &(joystick->hwdata->refs[count2]));
205 count2 += gotCount;
  /external/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
500 count2 = family->count;
502 for ( ; count2 > 0; count2--, zone2++ )
pshrec.c 383 FT_UInt count2 = mask2->num_bits; local
387 count = ( count1 <= count2 ) ? count1 : count2;
430 FT_UInt count2 = mask2->num_bits; local
434 if ( count2 > 0 )
441 /* if "count2" is greater than "count1", we need to grow the */
443 if ( count2 > count1 )
445 error = ps_mask_ensure( mask1, count2, memory );
449 for ( pos = count1; pos < count2; pos++ )
456 pos = (FT_UInt)( ( count2 + 7 ) >> 3 )
1008 FT_UInt count2 = dim[1].hints.num_hints; local
1053 FT_UInt count2 = dim[1].hints.num_hints; local
    [all...]
  /external/qemu/android/utils/
stralloc.c 269 int count2; local
280 count2 = 4 + 3*(max_count - count);
281 stralloc_readyplus( s, count2 );
282 memset( s->s + s->n, ' ', count2 );
283 s->n += count2;
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ExcludedProxyTest.java 104 int count2 = 0; local
105 while ((count2 = is2.read(b2)) > 0)
106 response2 += new String(b2, 0, count2);
  /external/icu4c/test/cintltst/
utransts.c 182 int32_t idLength, id2Length, count, count2; local
232 count2=uenum_count(uenum, &errorCode);
234 log_err("2nd uenum_count(transliterator IDs)=%d - %s\n", count2, u_errorName(errorCode));
235 } else if(count!=count2) {
236 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
ccaltst.c 80 int32_t count, count2, i,j; local
357 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
359 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.cpp 490 int32_t count2 = 0; local
491 const double *limits2 = fmt2.getLimits(count2);
492 const UBool *closures2 = fmt2.getClosures(count2);
494 if((count2 != 6) || !limits2 || !closures2) {
497 for(i=0;i<count2;i++) {
499 i, count2,
  /external/tremolo/Tremolo/
bitwise.c 689 long j,count=0,count2=0,bitcount=0; local
719 count2=(bitcount+7)>>3;
728 while(count2){
733 if(ilen>count2)ilen=count2;
746 count2-=ilen;
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 95 int count2 = buffer2.sizeCopied; local
98 while (count1 > 0 && count2 > 0 && string1[count1 - 1] == string2[count2 - 1]) {
100 count2--;
103 int size = count2;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.h 88 UINT32 count2; member in struct:__anon13526
  /external/icu4c/common/
uhash.c 881 int32_t count1, count2, pos, i; local
908 count2 = uhash_count(hash2);
909 if(count1!=count2){
    [all...]
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 86 int count2 = clonePaint.textToGlyphs(lower, byteLength, mLowerGlyphs); local
87 SkASSERT(mCount == count2);
88 count2 = clonePaint.textToGlyphs(upper, byteLength, mUpperGlyphs);
89 SkASSERT(mCount == count2);
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java 581 int count2 = right[0]; local
582 int[] dst = new int[count1 + count2 + 1];
594 System.arraycopy(right, index2, dst, count, count2 - index2);
595 count += count2 - index2;
598 if (index2 >= count2) {
618 } while (index2 < count2 && (top2 = right[index2 + 1]) < top1);
632 } while(index2 < count2 && (top2 = right[index2 + 1]) == top);
  /bionic/libc/netbsd/resolv/
res_cache.c 929 int count1, count2; local
947 count2 = _dnsPacket_readInt16(pack2);
948 if (count1 != count2 || count1 < 0) {
    [all...]
  /bionic/libc/regex/
regcomp.c 297 int count2; local
410 count2 = p_count(p);
411 REQUIRE(count <= count2, REG_BADBR);
413 count2 = INFINITY;
415 count2 = count;
416 repeat(p, pos, count, count2);
493 int count2; local
581 count2 = p_count(p);
582 REQUIRE(count <= count2, REG_BADBR);
584 count2 = INFINITY
    [all...]
  /external/freetype/src/base/
ftstroke.c 1611 FT_UInt count1, count2, num_points = 0; local
    [all...]

Completed in 6873 milliseconds

1 2