Searched refs:cnt (Results 701 - 725 of 1625) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Dj2t.lex193 int cnt;
198 cnt = 0;
201 cnt++;
202 if(cnt == 2)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dcode.c80 bfcode(struct symtab **sp, int cnt) argument
89 for (n = 1, i = 0; i < cnt; i++) {
/netbsd-current/games/hack/
H A Dhack.tty.c362 int cnt = NR_OF_EOFS; local
363 while (cnt--) {
H A Dhack.zap.c240 int cnt = 1; local
242 cnt += rn2(7) + 1;
243 while (cnt--)
741 int cnt = 0; local
746 cnt++;
750 if (cnt > 1) {
752 losehp(cnt, "burning scrolls");
753 } else if (cnt) {
/netbsd-current/lib/libkvm/
H A Dkvm_file.c125 kvm_getfiles(kvm_t *kd, int op, int arg, int *cnt) argument
179 *cnt = numfiles;
/netbsd-current/usr.sbin/altq/altqstat/
H A Dqdisc_cdnr.c69 int cnt = count; local
158 if (count != 0 && --cnt == 0)
H A Dqdisc_jobs.c87 int cnt = count; local
172 if (count != 0 && --cnt == 0)
H A Dqdisc_rio.c58 int cnt = count; local
132 if (count != 0 && --cnt == 0)
H A Dqdisc_wfq.c69 int cnt = count; local
167 if (count != 0 && --cnt == 0)
H A Dqdisc_cbq.c70 int cnt = count; local
154 if (count != 0 && --cnt == 0)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dlogops_n.asm93 define(`cnt', `%eax')
103 mov PARAM_SIZE, cnt C size
108 shr cnt C size >> 1
129 dec cnt
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dlshsub_n.asm45 define(`cnt', `%mm7')
63 movd %eax, cnt
96 L(end): C compute (cy<<cnt) | (edx>>(32-cnt))
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c227 if (++Progress.cnt > Progress.tick) {
228 Progress.cnt = 0;
/netbsd-current/usr.sbin/services_mkdb/
H A Doutput_db.c92 db_add(StringList *sl, size_t port, const char *proto, size_t *cnt, argument
102 data.size = snprintf(datab, sizeof(datab), "%zu", (*cnt)++) + 1;
/netbsd-current/usr.bin/mail/
H A Dmime_codecs.c203 * cnt: number of bytes in the b64 buffer to decode (see note 2).
214 mime_b64tobin(char *bin, const char *b64, size_t cnt) argument
235 for (end = q + cnt; q < end; q += 4) {
270 * cnt: number of bytes in the bin buffer to encode.
276 mime_bintob64(char *b64, const char *bin, size_t cnt) argument
283 for (i = cnt; i > 0; i -= 3) {
319 size_t cnt; local
335 while ((cnt = fread(mem, sizeof(*mem), limit, fi)) > 0) {
336 mime_bintob64(b64, mem, (size_t)cnt);
337 (void)fwrite(b64, sizeof(*b64), (size_t)4 * roundup(cnt,
[all...]
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dmutex.c55 int cnt = 0, max_cnt = MALLOC_MUTEX_MAX_SPIN; local
62 } while (cnt++ < max_cnt);
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch569 local($cnt,$in,$out,$lo,$lf,@fpos) = @_;
585 $l = $cnt + 10;
776 : (defined($StartTime) ? "$cnt samples from StartTime" :
777 (defined($EndTime) ? "$cnt samples to EndTime" :
778 "last $cnt samples"))),
882 local($s,$c) = (0,$cnt);
924 print "guessing starting point according to count ($cnt)\n"
926 ;# guess offset to get last available $cnt samples
927 if ($fpos[$[] eq 'cnt')
936 @fpos = ('cnt',
[all...]
/netbsd-current/sys/arch/alpha/include/
H A Dbus_funcs.h93 #define __abs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
97 (*(t)->__abs_opname(c,sz))((t)->abs_cookie, h1, o1, h2, o2, cnt); \
363 #define _DMA_COUNT_DECL(type, cnt) \
364 static struct evcnt dma_stat_##type##_##cnt = \
365 EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, #type, #cnt); \
366 EVCNT_ATTACH_STATIC(dma_stat_##type##_##cnt)
367 #define _DMA_COUNT(type, cnt) \
368 atomic_inc_64(&dma_stat_##type##_##cnt .ev_count)
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dtlp.c395 u_int idx, cnt, ret; local
409 for (cnt = (1 << (l->sromsft + 2)); cnt > 0; cnt >>= 1) {
410 bit = (idx & cnt) ? x1 : x0;
418 for (cnt = 16; cnt > 0; cnt--) {
/netbsd-current/sys/arch/i386/pci/
H A Dviapcib.c567 int cnt, void *data)
579 opaque, slave, cmd, cnt, data));
585 remain = cnt;
596 buf[cnt - remain + i]);
614 int cnt, void *data)
626 opaque, slave, cmd, cnt, data));
632 remain = cnt;
651 buf[cnt - remain + i] =
566 viapcib_smbus_block_write(void *opaque, i2c_addr_t slave, uint8_t cmd, int cnt, void *data) argument
613 viapcib_smbus_block_read(void *opaque, i2c_addr_t slave, uint8_t cmd, int cnt, void *data) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv50.c135 u8 ver = 0xff, hdr, cnt, len; local
144 &ver, &hdr, &cnt, &len, &info)) {
/netbsd-current/sbin/fsck_v7fs/
H A Dmain.c215 if (++Progress.cnt > Progress.tick) {
216 Progress.cnt = 0;
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-multi-pending.S27 .macro delay cnt:req
28 imm32 P2, \cnt
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-septel.c55 static int septel_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) { argument
170 while (processed < cnt) ;
/netbsd-current/usr.bin/mkubootimage/
H A Dcrc32.c90 crc32v(const struct iovec *iov, int cnt) argument
98 for (i = 0; i < cnt; i++) {

Completed in 383 milliseconds

<<21222324252627282930>>