Searched refs:cnt (Results 226 - 250 of 677) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_put.c81 db_indx_t cnt, indx; local
86 COMPQUIET(cnt, 0);
226 __bam_dup_check(dbc, op, h, indx, needed, &cnt)) {
415 (ret = __bam_dup_convert(dbc, h, indx - O_INDX, cnt)) != 0)
605 db_indx_t cnt, lo, ln, min, off, prefix, suffix; local
677 for (cnt = 0; cnt < NUM_ENT(h); ++cnt)
678 if (inp[cnt] <= off)
679 inp[cnt]
710 db_indx_t cnt, first, *inp; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A Dmisc.c134 CFIndex cnt = CFSetGetCount(ca); local
135 CFStringRef *attrs = malloc(cnt * sizeof(CFStringRef));
138 for(j = 0; j < cnt; j++) {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c267 u_int32_t cnt = 0, len = 0; local
273 cnt++;
301 s.packets_in = cnt;
302 s.packets_out = cnt;
376 u_int32_t cnt, len = 0; local
382 &m_tail, &cnt, &len) != 0)
387 &m_tail, &cnt, &len) != 0)
394 if (cnt >= if_bw_measure_size)
398 ts.tv_nsec = (lo_bw_sleep_usec << 10) * cnt;
404 if (cnt >
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr031/src/
H A Dclient.c48 int ch, cnt, cnt_abort, cnt_commit, cnt_server1, i, ret; local
56 cnt = 1000;
62 cnt = atoi(optarg);
129 for (rec.SeqNo = 1, i = 0; i < cnt; ++i, ++rec.SeqNo) {
200 progname, cnt, cnt_commit, cnt_abort);
202 progname, cnt_server1, cnt - cnt_server1);
/macosx-10.10/adv_cmds-158/finger/
H A Dlprint.c301 int ch, cnt; local
319 for (p = tbuf, cnt = nr; cnt--; ++p)
322 if (cnt <= 1) {
325 for (p = tbuf, cnt = nr; cnt--; ++p)
/macosx-10.10/kext_tools-384.1.4/
H A Dcompression.c30 int32_t cnt; local
36 for (cnt = 0; cnt < length; cnt++) {
37 if ((cnt % 5000) == 0) {
42 lowHalf += buffer[cnt];
H A Dmkext.c36 int32_t cnt; local
42 for (cnt = 0; cnt < length; cnt++) {
43 if ((cnt % 5000) == 0) {
48 lowHalf += buffer[cnt];
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-canusb-linux.c94 int cnt, i; local
105 cnt = libusb_get_device_list(fdctx,&devs);
107 for(i=0;i<cnt;i++)
150 int cnt,i,n; local
152 cnt = libusb_get_device_list(ctx,&devs);
154 for(i=0;i<cnt;i++)
H A Dsavefile.c458 * If cnt > 0, return after 'cnt' packets, otherwise continue until eof.
461 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
498 if (++n >= cnt && cnt > 0)
509 * If cnt > 0, return after 'cnt' packets, otherwise continue until eof.
512 pcap_ng_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
558 if (++n >= cnt && cnt >
[all...]
H A Dpcap-snf.c110 snf_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
117 if (!p || cnt == 0)
121 while (n < cnt || PACKET_COUNT_IS_UNLIMITED(cnt)) {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl281 set cnt [SearchForIcos $file]
288 for {set i 0} {$i <= $cnt} {incr i} {
300 bputs $ifh sss 0 1 [expr {$cnt + 1}]
301 set offset [expr {6 + (($cnt + 1) * 16)}]
663 set cnt [expr {$loc + 16 + 24}]
667 # Could do: [binary scan $data @${cnt}c$len colors]
670 set colors [string range $data $cnt [expr {$cnt + $len - 1}]]
674 incr cnt $len
682 set end [expr {$cnt
[all...]
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dargcv.c126 xtonum (const char *src, int base, size_t cnt) argument
132 /* Notice: No use to check `cnt'. It should be either 2 or 3 */
133 memcpy (tmp, src, cnt);
134 tmp[cnt] = 0;
/macosx-10.10/libxml2-26/libxml2/doc/
H A Dqueries.py67 cnt = int(row[1]) + count
69 (cnt, id))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_runlist.h178 const s64 size, ntfs_runlist *runlist, s64 ofs, const s64 cnt);
184 const VCN start_vcn, s64 cnt);
/macosx-10.10/file_cmds-242/df/
H A Ddf.c571 int mib[3], maxvfsconf, cnt=0, i; local
575 int mib[4], maxvfsconf, cnt=0, i; local
596 listptr[cnt++] = strdup(ptr->vfc_name);
597 if (listptr[cnt-1] == NULL) {
609 listptr[cnt++] = strdup(vfc.vfc_name);
610 if (listptr[cnt-1] == NULL) {
620 if (cnt == 0 ||
621 (str = malloc(sizeof(char) * (32 * cnt + cnt + 2))) == NULL) {
622 if (cnt >
[all...]
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c185 u_int cnt; local
187 for (cnt = 1; scan(fp, &pwd, &flags); ++cnt)
502 u_int cnt; local
514 for (cnt = 1; scan(fp, pw, &flags); ++cnt) {
530 "YP inclusion", cnt);
533 "YP inclusion", cnt);
566 memmove(tbuf + 1, &cnt, sizeof(cnt));
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptController.cpp419 int cnt, interruptType; local
462 for (cnt = 0; cnt < numVectors; cnt++) {
463 vectors[cnt].interruptLock = IOLockAlloc();
464 if (vectors[cnt].interruptLock == NULL) {
465 for (cnt = 0; cnt < numVectors; cnt++) {
466 if (vectors[cnt]
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/rbt/
H A Dt_rbt.c454 int cnt; local
481 cnt = t_bustline(p, Tokens);
482 if (cnt == 4) {
613 int cnt; local
624 cnt = 0;
629 if (cnt == 0) {
713 ++cnt;
966 int cnt; local
989 cnt = t_bustline(p, Tokens);
990 if (cnt
1155 int cnt; local
1348 int cnt; local
1556 int cnt; local
1763 int cnt; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-parse.el557 (cnt 0) rtn rtn-if-no-other
561 (incf cnt)
569 (not (setq cnt 2))
632 ((> n 1) (setq cnt 2) last)
646 cnt 2))
647 (cons rtn (eq cnt 1))))
776 pos cmd-list cmd cnt cnt-opt entry)
784 (setq cnt 1 cnt
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dmsgfmt.cpp806 MessageFormat::getFormats(int32_t& cnt) const
814 cnt = 0;
836 t->formatAliases[cnt++] = getCachedFormatter(partIndex);
873 int32_t cnt,
878 return format(source, NULL, cnt, appendTo, &ignore, success);
889 int32_t cnt,
894 return temp.format(arguments, NULL, cnt, appendTo, NULL, success);
914 int32_t cnt; local
915 const Formattable* tmpPtr = source.getArray(cnt);
916 return format(tmpPtr, NULL, cnt, appendT
872 format(const Formattable* source, int32_t cnt, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
887 format( const UnicodeString& pattern, const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, UErrorCode& success) argument
929 getArgFromListByName(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& name) const argument
942 format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition* pos, UErrorCode& status) const argument
1002 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
1157 formatComplexSubMessage(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, UErrorCode& success) const argument
1511 parse(const UnicodeString& source, int32_t& cnt, UErrorCode& success) const argument
1539 int32_t cnt = 0; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DBtRecExample.java52 for (int cnt = 1; cnt <= 1000; ++cnt) {
53 String numstr = String.valueOf(cnt);
/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_utils.c236 size_t cnt, len; local
238 cnt = 1;
240 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
242 return (cnt);
/macosx-10.10/file_cmds-242/pax/
H A Dftree.c361 int cnt; local
501 if ((cnt = readlink(ftent->fts_path, arcn->ln_name,
511 arcn->ln_name[cnt] = '\0';
512 arcn->ln_nlen = cnt;
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c151 int i = 0, cnt = 0; local
175 if (i == cnt) {
176 cnt = read(tf, ibuf, BUFSIZ);
177 if (cnt <= 0) {
/macosx-10.10/ntp-92/libntp/
H A Dstatestr.c214 int cnt
219 if (cnt == 0)
221 snprintf(buf, sizeof(buf), "%d event%s", cnt, (cnt==1) ? "" :

Completed in 519 milliseconds

1234567891011>>