Searched refs:scount (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dreplica.c79 int scount, v6addr, i; local
83 scount = 0;
156 for (i = scount; i < *count; i++) {
161 scount = i;
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_truncate.c129 u_int32_t scount; local
145 if ((ret = __db_truncate(sdbp, ip, txn, &scount)) != 0)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Drdataslab.c859 unsigned int mcount, scount, rcount ,count, tlength, tcount, i; local
875 scount = *scurrent++ * 256;
876 scount += *scurrent++;
877 INSIST(mcount > 0 && scount > 0);
892 scurrent += 4 * scount;
904 for (count = 0; count < scount; count++) {
910 if (count == scount) {
930 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (rcount != scount))
991 for (count = 0; count < scount; count++) {
997 if (count == scount) {
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfa.tcl143 variable scount 0 ; # Counter for orderering states.
193 array set start {} ; set scount 0
287 foreach s $states {set order($s) [incr scount]}
299 foreach s $states {set order($s) [incr scount]}
321 foreach s $args {set order($s) [incr scount]}
925 array unset start ; set scount 0
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c231 uint32_t hashindex=0, scount, sbase=0; local
241 scount = ntohl(scatter->count);
245 if (scount == 0) {
263 if (sbase+scount >= page) {
271 top = base + scount * SHA1_RESULTLEN;
283 hashindex+=scount;
365 uint32_t scount = ntohl(scatter->count);
366 if (scount == 0)
368 if (nPages + scount < nPages)
370 nPages += scount;
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_wwv.c1399 static int scount; /* seconds counter */ local
1424 scount++;
1473 FGATE || scount - zcount <= up->avgint)) {
1479 mcount = scount;
1515 mcount = scount;
1521 mcount = scount;
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dbs.c1195 scount(int who) function
1234 i = scount(turn);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c1465 int scount = 0; local
1569 scount++;
1571 return scount;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c2944 int qcount, scount; local
2951 scount = CountLabels(&s->domain);
2952 if (qcount >= scount)
2954 // Note: When qcount == scount, we do a complete match of the domain
2956 const domainname *d = SkipLeadingLabels(domain, (qcount - scount));
/macosx-10.9.5/emacs-92/emacs/src/
H A Dkeyboard.c1870 int scount = SPECPDL_INDEX ();
1892 unbind_to (scount, Qnil);
1860 int scount = SPECPDL_INDEX (); local
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c8305 int scount = CountLabels(m->rec.r.resrec.name); local
8306 if (qcount - 1 > scount)
8307 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name))
8308 repeat = qcount - 1 - scount;

Completed in 347 milliseconds