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

12

/macosx-10.10.1/xnu-2782.1.97/iokit/Tests/
H A DTestCollections.cpp42 int i, j, count, count2; local
180 count = count2 = 0;
184 count2 += (str == array1->lastObject());
189 TEST_ASSERT('A', "4d", count2 == numStrCache);
194 count = count2 = 0;
199 count2 += (str == array2->lastObject());
205 TEST_ASSERT('A', "4h", count2 == numStrCache);
209 count = count2 = 0;
213 count2 += (sym != str);
221 TEST_ASSERT('A', "4m", count2
280 int i, count, count2; local
489 int i, numSymbols, count1, count2; local
719 int i, numSymbols, count1, count2, count3; local
[all...]
/macosx-10.10.1/objc4-646/test/
H A Druntime.m53 unsigned int count, count0, count2;
160 list2 = objc_copyClassList(&count2);
161 testassert(count2 == count);
163 testassert(malloc_size(list2) >= (1+count2) * sizeof(Class));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationweights.cpp419 // Calculate how to split the range between minLength (count1) and minLength+1 (count2).
421 // count1 + count2 * nextCountBytes = n
422 // count1 + count2 = count
424 // (count - count2) + count2 * nextCountBytes = n
425 // and then into the following count1 & count2 computations.
426 int32_t count2 = (n - count) / (nextCountBytes - 1); // number of weights to be lengthened local
427 int32_t count1 = count - count2; // number of minLength weights
428 if(count2 == 0 || (count1 + count2 * nextCountByte
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dftp.h140 int count2; /* general purpose counter for the state machine */ member in struct:ftp_conn
H A Dftp.c924 ftpc->count2 = 0; /* count2 counts failed CWDs */
1742 * 'count2' to store wether to allow commands to fail
1762 ftpc->count2 = 1; /* the sent command is allowed to fail */
1765 ftpc->count2 = 0; /* failure means cancel operation */
2732 ftpc->count2 = 1; /* add one to get next */
2736 ftpc->count2 = -1; /* subtract one to get next */
2775 ftpc->count1 += ftpc->count2; /* get next attempt */
3003 if((ftpcode >= 400) && !ftpc->count2) {
3018 ftpc->count1 && !ftpc->count2) {
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtchcfmt.cpp503 int32_t count2 = 0;
504 const double *limits2 = fmt2.getLimits(count2);
505 const UBool *closures2 = fmt2.getClosures(count2);
507 if((count2 != 6) || !limits2 || !closures2) {
510 for(i=0;i<count2;i++) {
512 i, count2,
H A Dapicoll.cpp1007 int32_t count1, count2; local
1029 count2 = 0;
1039 count2++;
1041 if (count1 != count2) {
1042 errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2);
1054 if (count1 != count2) {
1055 errln("getAvailableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2);
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlock.c220 int count1, count2, count3, count4; local
237 count1 = count2 = count3 = count4 = 0;
245 s1 = apr_thread_create(&p2, NULL, thread_cond_producer, &count2, p);
263 sum = count1 + count2 + count3 + count4;
265 printf("count1 = %d count2 = %d count3 = %d count4 = %d\n",
266 count1, count2, count3, count4);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drdataslab.c1030 unsigned int count1, count2; local
1038 count2 = *current2++ * 256;
1039 count2 += *current2++;
1041 if (count1 != count2)
1046 current2 += (4 * count2);
1079 unsigned int count1, count2; local
1088 count2 = *current2++ * 256;
1089 count2 += *current2++;
1091 if (count1 != count2)
1096 current2 += (4 * count2);
[all...]
H A Dname.c553 unsigned int l1, l2, l, count1, count2, count, nlabels; local
600 count2 = *label2++;
606 INSIST(count1 <= 63 && count2 <= 63);
608 cdiff = (int)count1 - (int)count2;
612 count = count2;
752 unsigned int l1, l2, l, count1, count2, count; local
777 count2 = *label2++;
780 INSIST(count1 <= 63 && count2 <= 63);
782 if (count1 != count2)
783 return ((count1 < count2)
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c242 register int count2; local
355 count2 = p_count(p);
356 REQUIRE(count <= count2, REG_BADBR);
358 count2 = INFINITY;
360 count2 = count;
361 repeat(p, pos, count, count2);
445 register int count2; local
533 count2 = p_count(p);
534 REQUIRE(count <= count2, REG_BADBR);
536 count2
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c305 int count2; local
418 count2 = p_count(p);
419 REQUIRE(count <= count2, REG_BADBR);
421 count2 = INFINITY;
423 count2 = count;
424 repeat(p, pos, count, count2);
501 int count2; local
589 count2 = p_count(p);
590 REQUIRE(count <= count2, REG_BADBR);
592 count2
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutransts.c185 int32_t idLength, id2Length, count, count2; local
235 count2=uenum_count(uenum, &errorCode);
237 log_err("2nd uenum_count(transliterator IDs)=%d - %s\n", count2, u_errorName(errorCode));
238 } else if(count!=count2) {
239 log_err("uenum_unext(transliterator IDs) returned %d IDs but uenum_count() after uenum_reset() claims there are %d\n", count, count2);
H A Dccaltst.c97 int32_t count, count2, i,j; local
398 count2=ucal_getAttribute(calfr, UCAL_LENIENT);
400 ucal_setAttribute(caldef, UCAL_LENIENT, count2);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py356 count2 = tuple(x + offset for x in count)
358 count2 = count + offset
359 if cnt != count2:
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGrab.c1438 int count1, count2, i;
1459 count2 = 0;
1462 for (; winPtr != NULL; count2++, winPtr = winPtr->parentPtr) {
1468 count2++;
1499 *countPtr2 = count2;
1424 int count1, count2, i; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGrab.c1459 int count1, count2, i;
1480 count2 = 0;
1483 for (; winPtr != NULL; count2++, winPtr = winPtr->parentPtr) {
1489 count2++;
1520 *countPtr2 = count2;
1445 int count1, count2, i; local
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duhash.c856 int32_t count1, count2, pos, i; local
883 count2 = uhash_count(hash2);
884 if(count1!=count2){
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DTestSupport.py530 count2 = tuple(x + offset for x in count)
532 count2 = count + offset
533 if cnt != count2:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DTestSupport.py661 count2 = tuple(x + offset for x in count)
663 count2 = count + offset
664 if cnt != count2:
/macosx-10.10.1/bootp-298/bootplib/
H A DDNSNameList.c428 int count2 = DNSNameOffsetsCount(name2->dn_offsets); local
433 for (i1 = (count1 - 1), i2 = (count2 - 1);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtablelist_core.rb1060 def addFixedPointMentry(count1, count2, comma=false, name=None)
1066 Tk.tk_call('::tablelist::addFixedPoingMentry', count1, count2, comma, name)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c8879 bfd_size_type count1, count2, i;
8984 count2 = 0;
8994 count2 = ssymbuf2[mid].count;
9000 if (count1 == 0 || count2 == 0 || count1 != count2)
9004 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
9019 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2;
9056 count2 = 0;
9059 symtable2[count2++].u.isym = isym;
9061 if (count1 == 0 || count2
8868 bfd_size_type count1, count2, i; local
[all...]
H A Dsom.c2424 unsigned int count1, count2; local
2434 count2 = (*sym2)->udata.i;
2436 count2 = som_symbol_data (*sym2)->reloc_count;
2439 if (count1 < count2)
2441 else if (count1 > count2)
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c317 u_char count2; /* cycles thru Ea after count, to check for @@Ea */ member in struct:instance
2165 instance->count2 = 1;
2381 if (instance->count2) {
2382 if (instance->count2++ > 5) { /* this delay to check on @@Ay command */
2383 instance->count2 = 0;

Completed in 473 milliseconds

12