HomeSort by relevance Sort by last modified time
    Searched defs:count1 (Results 1 - 17 of 17) sorted by null

  /external/stlport/test/unit/
count_test.cpp 16 CPPUNIT_TEST(count1);
22 void count1();
44 void CountTest::count1() function in class:CountTest
  /dalvik/tests/055-enum-performance/src/
Main.java 16 int count1 = test1(500); local
26 System.out.println("test1: performed " + count1 + " iterations");
30 double msec1 = (time1 - time0) / (double) count1 / 1000000;
  /external/freetype/src/pshinter/
pshglob.c 476 FT_UInt count1, count2; local
493 count1 = normal->count;
495 for ( ; count1 > 0; count1--, zone1++ )
pshrec.c 382 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 + count2 ))
1052 FT_UInt count1 = dim[0].hints.num_hints; local
    [all...]
  /external/icu4c/i18n/
ucol_wgt.c 385 uint32_t count1, count2, power_1, power; local
389 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
393 count1=ranges[0].count-count2;
397 printf("split the first range %ld:%ld\n", count1, count2);
399 if(count1<1) {
414 /* set the end of the first range according to count1 */
416 byte=getWeightByte(ranges[0].start, i)+count1-1;
419 * ranges[0].count and count1 may be >countBytes
438 ranges[0].count=count1;
441 ranges[0].count2=count1*power_1
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 763 int32_t count1 = 0; local
765 Formattable *newobjs = mf->parse(result, pp, count1);
    [all...]
apicoll.cpp 1036 int32_t count1, count2; local
    [all...]
calregts.cpp 1164 int32_t count1, count2, count3; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
motion_comp.cpp 1910 Int i, j, count = 0, count1 = 0; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TextHighlightingAnimation.java 94 int count1 = buffer1.sizeCopied; local
98 while (count1 > 0 && count2 > 0 && string1[count1 - 1] == string2[count2 - 1]) {
99 count1--;
104 for (int i = 0; i < count1; i++) {
105 if (i + size > count1) {
106 size = count1 - i;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.h 87 UINT32 count1; member in struct:__anon13526
  /external/icu4c/common/
uhash.c 881 int32_t count1, count2, pos, i; local
907 count1 = uhash_count(hash1);
909 if(count1!=count2){
914 for(i=0; i<count1; i++){
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java 580 int count1 = left[0]; local
582 int[] dst = new int[count1 + count2 + 1];
593 if (index1 >= count1) {
599 System.arraycopy(left, index1, dst, count, count1 - index1);
600 count += count1 - index1;
608 } while (index1 < count1 && (top1 = left[index1 + 1]) < top2);
629 } while(index1 < count1 && (top1 = left[index1 + 1]) == top);
  /bionic/libc/netbsd/resolv/
res_cache.c 929 int count1, count2; local
946 count1 = _dnsPacket_readInt16(pack1);
948 if (count1 != count2 || count1 < 0) {
958 for ( ; count1 > 0; count1-- ) {
    [all...]
  /external/freetype/src/base/
ftstroke.c 1611 FT_UInt count1, count2, num_points = 0; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.c 1877 int count1 = getProfileCount(jitEntry1); local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 172 int32_t count1 = 0; local
176 count1++;
190 if (count1 != count2) {
    [all...]

Completed in 3203 milliseconds