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

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
nasmpp-nested.asm 19 %ASSIGN %%count2 4
20 %error %%count1 %%count2
22 %REP %%count2
  /external/valgrind/main/drd/tests/
pth_detached_sem.c 44 const int count2 = argc > 2 ? atoi(argv[2]) : 100; local
45 int thread_arg[count1 > count2 ? count1 : count2];
50 for (i = 0; i < count1 || i < count2; i++)
67 // Create count2 detached threads by letting the threads detach themselves.
71 for (i = 0; i < count2; i++)
79 for (i = 0; i < count1 + count2; i++)
pth_detached.c 40 const int count2 = argc > 2 ? atoi(argv[2]) : 100; local
60 // Create count2 detached threads by letting the threads detach themselves.
64 for (i = 0; i < count2; i++)
73 while (s_finished_count < count1 + count2) {
  /art/runtime/
jobject_comparator.cc 47 size_t count2 = obj2->SizeOf(); local
48 if (count1 != count2) {
49 return count1 < count2;
barrier_test.cc 30 CheckWaitTask(Barrier* barrier, AtomicInteger* count1, AtomicInteger* count2,
34 count2_(count2),
72 AtomicInteger count2(0);
75 thread_pool.AddTask(self, new CheckWaitTask(&barrier, &count1, &count2, &count3));
88 EXPECT_EQ(num_threads, count2);
92 EXPECT_EQ(count1, count2);
93 EXPECT_EQ(count2, count3);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 30 uint32_t count2; member in struct:WeightRange
ucol_wgt.cpp 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/icu4c/i18n/
ucol_wgt.h 30 uint32_t count2; member in struct:WeightRange
ucol_wgt.cpp 129 range->count2*=countBytes;
366 /* set the length2 and count2 fields */
369 ranges[i].count2=(uint32_t)ranges[i].count;
380 lengthCounts[ranges[i].length2]+=ranges[i].count2;
389 maxCount+=ranges[rangeCount].count2;
396 } else if(n<=ranges[0].count2*countBytes) {
398 uint32_t count1, count2, power_1, power; local
402 /* calculate how to split the range between maxLength-1 (count1) and maxLength (count2) */
405 count2=(n+power-1)/power;
406 count1=ranges[0].count-count2;
    [all...]
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 642 int count2 = 0; // Number of times in a row that second run won
652 count2++;
659 count2 = 0;
663 } while ((count1 | count2) < minGallop);
685 count2 = gallopLeft((Comparable) tmp[cursor1], a, cursor2, len2, 0);
686 if (count2 != 0) {
687 System.arraycopy(a, cursor2, a, dest, count2);
688 dest += count2;
689 cursor2 += count2;
690 len2 -= count2;
    [all...]
TimSort.java 675 int count2 = 0; // Number of times in a row that second run won
685 count2++;
692 count2 = 0;
696 } while ((count1 | count2) < minGallop);
718 count2 = gallopLeft(tmp[cursor1], a, cursor2, len2, 0, c);
719 if (count2 != 0) {
720 System.arraycopy(a, cursor2, a, dest, count2);
721 dest += count2;
722 cursor2 += count2;
723 len2 -= count2;
794 int count2 = 0; \/\/ Number of times in a row that second run won local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
FormatUtils.java 65 int count2 = array2.length; local
68 while (count1 > 0 && count2 > 0 && array1[count1 - 1] == array2[count2 - 1]) {
70 count2--;
73 int size = count2;
  /external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 133 int count2 = 0; local
136 count2 += 1;
139 GrAssert(count == count2);
141 count2 = 0;
144 count2 += 1;
147 GrAssert(count == count2);
  /external/skia/src/gpu/
GrTextStrike.cpp 133 int count2 = 0; local
136 count2 += 1;
139 GrAssert(count == count2);
141 count2 = 0;
144 count2 += 1;
147 GrAssert(count == count2);
  /external/chromium_org/ppapi/generators/
idl_lexer.py 275 count2 = len(values2)
276 if count1 != count2:
277 print "Size mismatch original %d vs %d\n" % (count1, count2)
278 if count1 > count2: count1 = count2
  /external/chromium_org/third_party/skia/src/images/
SkImageRefPool.cpp 160 int count2 = 0; local
163 count2 += 1;
166 SkASSERT(count2 == count);
  /external/skia/src/images/
SkImageRefPool.cpp 160 int count2 = 0; local
163 count2 += 1;
166 SkASSERT(count2 == count);
  /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/chromium_org/third_party/freetype/src/pshinter/
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/chromium_org/tools/idl_parser/
idl_lexer_test.py 58 count2 = len(tokens2)
59 self.assertEqual(count1, count2)
  /external/freetype/src/pshinter/
pshrec.c 383 FT_UInt count2 = mask2->num_bits; local
387 count = FT_MIN( 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 );
1009 FT_UInt count2 = dim[1].hints.num_hints local
1054 FT_UInt count2 = dim[1].hints.num_hints; local
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 279 count2 = 0;
316 shouldBe("count2", "kNumberOfItems");
324 if (cursor2.key !== count2)
325 shouldBe("cursor2.key", "count2");
326 if (cursor2.value !== count2)
327 shouldBe("cursor2.value", "count2");
329 ++count2;
331 if (count2 % 20 === 0) {
  /external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )
  /external/freetype/src/sfnt/
ttkern.c 261 FT_UInt count2; local
264 for ( count2 = num_pairs; count2 > 0; count2-- )

Completed in 570 milliseconds

1 2 3 4