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

12

/macosx-10.9.5/xnu-2422.115.4/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.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_wgt.h30 uint32_t count2; member in struct:WeightRange
H A Ducol_wgt.cpp129 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...]
H A Ducol.cpp4593 int32_t count2 = 0; local
4600 ++count2;
4602 if (count2 > 0) {
4604 while (count2 > UCOL_TOP_COUNT2) {
4606 count2 -= (uint32_t)UCOL_TOP_COUNT2;
4608 result.Append(UCOL_COMMON_TOP2 - (count2-1));
4610 while (count2 > UCOL_BOT_COUNT2) {
4612 count2 -= (uint32_t)UCOL_BOT_COUNT2;
4614 result.Append(UCOL_COMMON_BOT2 + (count2-1));
4616 count2
4725 uint32_t count2 = 0, count3 = 0, count4 = 0; local
5093 uint32_t count2 = 0, count3 = 0; local
[all...]
/macosx-10.9.5/objc4-551.1/test/
H A Druntime.m37 unsigned int count, count0, count2;
98 list2 = objc_copyClassList(&count2);
99 testassert(count2 == count);
101 testassert(malloc_size(list2) >= (1+count2) * sizeof(Class));
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dftp.h140 int count2; /* general purpose counter for the state machine */ member in struct:ftp_conn
H A Dftp.c920 ftpc->count2 = 0; /* count2 counts failed CWDs */
1734 * 'count2' to store wether to allow commands to fail
1754 ftpc->count2 = 1; /* the sent command is allowed to fail */
1757 ftpc->count2 = 0; /* failure means cancel operation */
2746 ftpc->count2 = 1; /* add one to get next */
2750 ftpc->count2 = -1; /* subtract one to get next */
2789 ftpc->count1 += ftpc->count2; /* get next attempt */
3017 if((ftpcode >= 400) && !ftpc->count2) {
3032 ftpc->count1 && !ftpc->count2) {
[all...]
/macosx-10.9.5/ICU-511.35/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.cpp1031 int32_t count1, count2; local
1053 count2 = 0;
1063 count2++;
1065 if (count1 != count2) {
1066 errln("getAvailableLocales(int&) returned %d and getAvailableLocales() returned %d", count1, count2);
1078 if (count1 != count2) {
1079 errln("getAvailableLocales(3rd time) returned %d and getAvailableLocales(2nd time) returned %d", count1, count2);
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/bind9-45.100/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.9.5/cups-372.4/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.9.5/llvmCore-3425.0.33/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.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dutransts.c182 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);
/macosx-10.9.5/pyobjc-42/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/ICU-511.35/icuSources/common/
H A Duhash.c856 int32_t count1, count2, pos, i; local
883 count2 = uhash_count(hash2);
884 if(count1!=count2){
/macosx-10.9.5/pyobjc-42/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.9.5/bootp-268.1/bootplib/
H A DDNSNameList.c428 int count2 = DNSNameOffsetsCount(name2->dn_offsets); local
433 for (i1 = (count1 - 1), i2 = (count2 - 1);
/macosx-10.9.5/ruby-104/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.9.5/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...]
/macosx-10.9.5/ntp-88/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 444 milliseconds

12