Searched refs:cnt (Results 26 - 50 of 677) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp71 for (cnt = 0; cnt < numVectors; cnt++) {
72 vectors[cnt].interruptLock = IOLockAlloc();
73 if (vectors[cnt].interruptLock == NULL) {
74 for (cnt = 0; cnt < numVectors; cnt++) {
75 if (vectors[cnt].interruptLock != NULL)
76 IOLockFree(vectors[cnt]
[all...]
/macosx-10.10.1/vim-55/runtime/plugin/
H A Drrhelper.vim15 let cnt = 0
22 while cnt < max
25 let uniqueGroup = "RemoteReply_".id."_".cnt
29 let f = substitute(argv(cnt), '\\', '/', "g")
36 execute "autocmd ".uniqueGroup." BufUnload ". f ." call DoRemoteReply('".id."', '".cnt."', '".uniqueGroup."', '". f ."')"
37 let cnt = cnt + 1
42 function DoRemoteReply(id, cnt, group, file)
43 call server2client(a:id, a:cnt)
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Dtiming.c86 int n, cnt, ix, old_kara_m, old_kara_s; local
109 for (cnt = 8; cnt <= 128; cnt += 8) {
111 mp_rand(&a, cnt);
112 mp_rand(&b, cnt);
124 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
130 for (cnt = 8; cnt <= 128; cnt
[all...]
/macosx-10.10.1/shell_cmds-179/users/
H A Dusers.c72 int cnt; local
110 for (cnt = 1; cnt < ncnt; ++cnt)
111 if (strncmp(names[cnt], names[cnt - 1], _UTX_USERSIZE))
112 (void)printf(" %.*s", _UTX_USERSIZE, names[cnt]);
/macosx-10.10.1/text_cmds-88/paste/
H A Dpaste.c129 int cnt; member in struct:_list
137 int cnt; local
144 for (cnt = 0, head = NULL; (p = *argv); ++argv, ++cnt) {
152 lp->cnt = cnt;
162 for (opencnt = cnt; opencnt;) {
165 if (output && lp->cnt &&
166 (ch = delim[(lp->cnt - 1) % delimcnt]))
174 if (output && lp->cnt
210 int cnt, failed, needdelim; local
249 int cnt; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp82 int cnt, cnt2, cnt3 = 0; local
125 for (cnt = 0; cnt < _segmentCount; cnt++) {
127 _nElements += _histogramSegmentsConfig[cnt].segment_bucket_count;
128 _channelDimension += _histogramSegmentsConfig[cnt].segment_bucket_count;
131 _histogramSegmentsConfig[cnt].base_bucket_width,
132 _histogramSegmentsConfig[cnt].scale_flag,
133 _histogramSegmentsConfig[cnt].segment_bucket_count);
135 if (_histogramSegmentsConfig[cnt]
321 int cnt = 0, element_index = 0; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Dextern.h38 int cnt; member in struct:__anon496
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dreadv.c56 ssize_t cnt = min(nb, iov->iov_len); local
58 memcpy (iov->iov_base, p, cnt);
59 p += cnt;
60 nb -= cnt;
H A Drecvmsg.c57 ssize_t cnt = min(nb, iov->iov_len); local
59 memcpy (iov->iov_base, p, cnt);
60 p += cnt;
61 nb -= cnt;
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dgetsubopt.c52 int cnt; local
93 for (cnt = 0; *tokens; ++tokens, ++cnt)
95 return(cnt);
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/examples/
H A Dlistdevs.c48 ssize_t cnt; local
54 cnt = libusb_get_device_list(NULL, &devs);
55 if (cnt < 0)
56 return (int) cnt;
/macosx-10.10.1/remote_cmds-47/rcp.tproj/
H A Dextern.h34 size_t cnt; member in struct:__anon11982
/macosx-10.10.1/text_cmds-88/tr/
H A Dtr.c79 wint_t ch, cnt, lastch; local
222 s1.cnt == 1 && s2.cnt == 1) {
230 } while (s1.state == CCLASS_LOWER && s1.cnt > 1);
235 } while (s2.state == CCLASS_UPPER && s2.cnt > 1);
239 s1.cnt == 1 && s2.cnt == 1) {
247 } while (s1.state == CCLASS_UPPER && s1.cnt > 1);
252 } while (s2.state == CCLASS_LOWER && s2.cnt > 1);
276 for (cnt
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dglobrecur.test122 set cnt 0
125 incr cnt
128 } msg] $msg $cnt
132 set cnt 0
135 incr cnt
140 } msg] $msg $cnt
144 set cnt 0
147 incr cnt
149 incr cnt
151 } msg] $msg $cnt
[all...]
/macosx-10.10.1/netcat-22/
H A Dsocks.c119 size_t cnt; local
148 cnt = atomicio(vwrite, proxyfd, buf, 3);
149 if (cnt != 3)
150 err(1, "write failed (%lu/3)", cnt);
152 cnt = atomicio(read, proxyfd, buf, 2);
153 if (cnt != 2)
154 err(1, "read failed (%lu/3)", cnt);
201 cnt = atomicio(vwrite, proxyfd, buf, wlen);
202 if (cnt != wlen)
203 err(1, "write failed (%lu/%lu)", cnt, wle
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Ddoprnt.c101 int cnt = 0; /* Number of arg to gobble next */ local
201 if (cnt == nargs)
213 sprintf (sprintf_buffer, fmtcpy, args[cnt++]);
223 if (cnt + 1 == nargs)
225 u.half[0] = args[cnt++];
226 u.half[1] = args[cnt++];
236 if (cnt == nargs)
242 string = ((struct Lisp_String *) args[cnt])->data;
243 tem = STRING_BYTES ((struct Lisp_String *) args[cnt]);
244 cnt
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dmount_webdav.c62 int pid, terminated_pid, cnt; local
81 for (cnt = 0; argv[cnt]; cnt++)
85 argv_child = alloca((cnt + 1) * sizeof(char *));
93 argv_child[cnt] = (char *)0;
95 bcopy(argv + 1, argv_child + 1, (cnt - 1) * sizeof(char *));
/macosx-10.10.1/adv_cmds-158/stty/
H A Dprint.c63 int cnt, ispeed, ospeed; local
66 cnt = 0;
72 cnt += printf("new tty disc; ");
76 cnt += printf("tablet disc; ");
80 cnt += printf("slip disc; ");
83 cnt += printf("ppp disc; ");
86 cnt += printf("#%d disc; ", ldisc);
95 cnt +=
98 cnt += printf("speed %d baud;", ispeed);
100 cnt
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsetenv.c87 size_t cnt;
111 cnt = P - environ;
112 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
116 memcpy(P, environ, cnt * sizeof(char *));
118 environ[cnt] = str;
119 environ[cnt + 1] = NULL;
166 size_t cnt; local
170 cnt = P - environ;
171 P = (char **)realloc(lastenv, sizeof(char *) * (cnt + 2));
175 memcpy(P, environ, cnt * sizeo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dnroff-mode.el178 (defun nroff-forward-text-line (&optional cnt)
182 (if (not cnt) (setq cnt 1))
183 (while (and (> cnt 0) (not (eobp)))
187 (setq cnt (- cnt 1)))
188 (while (and (< cnt 0) (not (bobp)))
193 (setq cnt (+ cnt 1)))
194 cnt)
[all...]
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfty_enum.c63 int cnt = 0; local
77 cnt++;
78 argp->count = cnt;
259 int cnt = args->count; local
264 while (cnt--)
269 if (cnt <= 0)
271 if ((cnt >= 0) || (Compare((const unsigned char *)dummy, bp, ccase) == EXACT))
295 int cnt = args->count; local
296 char **kwds = &args->kwds[cnt - 1];
302 while (cnt
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_util.c90 int cnt, i, isdir, ret; local
101 if ((ret = __os_dirlist(NULL, dir, 0, &names, &cnt)) != 0)
104 if ((ret = __os_dirlist(NULL, dir, &names, &cnt)) != 0)
108 for (i = 0; i < cnt; ++i) {
120 __os_dirfree(NULL, names, cnt);
126 if (i == cnt && (ret = rmdir(dir)) != 0)
/macosx-10.10.1/BerkeleyDB-21/db/test_micro/source/
H A Db_util.c90 int cnt, i, isdir, ret; local
101 if ((ret = __os_dirlist(NULL, dir, 0, &names, &cnt)) != 0)
104 if ((ret = __os_dirlist(NULL, dir, &names, &cnt)) != 0)
108 for (i = 0; i < cnt; ++i) {
120 __os_dirfree(NULL, names, cnt);
126 if (i == cnt && (ret = rmdir(dir)) != 0)
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dauth.c366 auth_send(unsigned char *data, int cnt) argument
381 printd(data, cnt); printf("\r\n");
390 auth_send_cnt = cnt > sizeof(_auth_send_data)
392 : cnt;
400 auth_send_cnt = cnt;
461 auth_is(unsigned char *data, int cnt) argument
465 if (cnt < 2)
475 (*ap->is)(ap, data+2, cnt-2);
482 auth_reply(unsigned char *data, int cnt) argument
486 if (cnt <
498 auth_name(unsigned char *data, int cnt) argument
596 auth_printsub(unsigned char *data, size_t cnt, unsigned char *buf, size_t buflen) argument
608 auth_gen_printsub(unsigned char *data, size_t cnt, unsigned char *buf, size_t buflen) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dposix_spawn.c82 int cnt; local
145 for (cnt = 0; argv[cnt]; ++cnt)
147 memp = alloca((cnt + 2) * sizeof(char *));
154 bcopy(argv + 1, memp + 2, cnt * sizeof(char *));

Completed in 540 milliseconds

1234567891011>>