Searched refs:cnt (Results 126 - 150 of 1640) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_move.c44 db_recno_t cnt; local
60 for (cnt = fm1.lno; cnt <= fm2.lno; ++cnt)
61 if (cut_line(sp, cnt, 0, ENTIRE_LINE, &cb)) {
78 cnt = (fm2.lno - fm1.lno) + 1;
79 sp->lno = m.lno + (cnt - 1);
97 db_recno_t cnt, diff, fl, tl, mfl, mtl; local
148 for (cnt = diff; cnt
[all...]
/netbsd-current/games/hack/
H A Dhack.track.c100 int i, cnt, distsq; local
103 cnt = utcnt;
104 for (i = utpnt - 1; cnt--; i--) {
/netbsd-current/games/hangman/
H A Dgetguess.c96 int cnt; local
99 cnt = 0;
102 if (++cnt > 100)
/netbsd-current/sys/arch/hp300/stand/common/
H A Dfhpib.c83 fhpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
87 int origcnt = cnt;
101 if (cnt) {
102 while (--cnt) {
110 cnt++;
119 return origcnt - cnt;
123 fhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
127 int origcnt = cnt;
142 if (cnt) {
143 while (--cnt >
[all...]
H A Dnhpib.c99 nhpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
103 int origcnt = cnt;
119 if (cnt) {
120 while (--cnt) {
128 cnt++;
131 return origcnt - cnt;
135 nhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) argument
139 int origcnt = cnt;
156 if (cnt) {
157 while (--cnt >
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dcnt.s3 # Check the popcount instruction: cnt.
19 cnt v1.8b, v0.8b
25 cnt v1.16b, v0.16b
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_r_2exp.c34 mpz_tdiv_r_2exp (mpz_ptr res, mpz_srcptr in, mp_bitcnt_t cnt) argument
38 mp_size_t limb_cnt = cnt / GMP_NUMB_BITS;
46 x = in_ptr[limb_cnt] & (((mp_limb_t) 1 << cnt % GMP_NUMB_BITS) - 1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A DM0209.h7 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
19 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
21 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_M0209E *);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dcnt.s3 # Check the popcount instruction: cnt.
19 cnt v1.8b, v0.8b
25 cnt v1.16b, v0.16b
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dl10nflist.c212 int cnt;
362 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
363 if ((cnt & ~mask) == 0
364 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
365 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
376 cnt, languag
211 int cnt; local
404 size_t cnt; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dl10nflist.c212 int cnt;
362 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
363 if ((cnt & ~mask) == 0
364 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
365 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
376 cnt, languag
211 int cnt; local
404 size_t cnt; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dl10nflist.c212 int cnt;
362 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
363 if ((cnt & ~mask) == 0
364 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
365 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
376 cnt, languag
211 int cnt; local
404 size_t cnt; local
[all...]
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dl10nflist.c186 int cnt;
336 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
337 if ((cnt & ~mask) == 0
338 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
339 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
350 cnt, languag
185 int cnt; local
376 size_t cnt; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dl10nflist.c212 int cnt;
362 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
363 if ((cnt & ~mask) == 0
364 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
365 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
376 cnt, languag
211 int cnt; local
404 size_t cnt; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dl10nflist.c212 int cnt;
362 for (cnt = dirlist_count > 1 ? mask : mask - 1; cnt >= 0; --cnt)
363 if ((cnt & ~mask) == 0
364 && ((cnt & CEN_SPECIFIC) == 0 || (cnt & XPG_SPECIFIC) == 0)
365 && ((cnt & XPG_CODESET) == 0 || (cnt & XPG_NORM_CODESET) == 0))
376 cnt, languag
211 int cnt; local
404 size_t cnt; local
[all...]
/netbsd-current/sys/arch/alpha/stand/common/
H A Dblkdev.c116 size_t cnt; local
134 (daddr_t)LABELSECTOR, DEV_BSIZE, buf, &cnt);
135 if (i || cnt != DEV_BSIZE) {
167 blkdevstrategy(void *devdata, int rw, daddr_t bn, size_t reqcnt, void *addrvoid, size_t *cnt) argument
168 /* cnt: out: number of bytes transferred */
181 *cnt = 0;
189 *cnt = ret.u.retval;
/netbsd-current/external/lgpl3/gmp/dist/rand/
H A Drandmts.c111 size_t cnt; local
134 mpz_export (&p->mt[1], &cnt, -1, sizeof (p->mt[1]), 0,
137 cnt++;
138 ASSERT (cnt <= N);
139 while (cnt < N)
140 p->mt[cnt++] = 0;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_div.c74 unsigned int cnt; variable
82 count_leading_zeros (cnt, d1);
84 if (cnt != 0)
89 mpn_lshift (dp2, dp, dn, cnt);
92 cy = mpn_lshift (np2, np, nn, cnt);
110 mpn_rshift (np, np2, dn, cnt);
/netbsd-current/lib/libtelnet/
H A Dauth.c325 auth_send(unsigned char *data, int cnt) argument
340 printd(data, cnt); printf("\r\n");
349 auth_send_cnt = (size_t)cnt > sizeof(_auth_send_data)
351 : (size_t)cnt;
359 auth_send_cnt = cnt;
419 auth_is(unsigned char *data, int cnt) argument
423 if (cnt < 2)
433 (*ap->is)(ap, data+2, cnt-2);
440 auth_reply(unsigned char *data, int cnt) argument
444 if (cnt <
456 auth_name(unsigned char *data, int cnt) argument
553 auth_printsub(unsigned char *data, int cnt, unsigned char *buf, int buflen) argument
564 auth_gen_printsub(unsigned char *data, int cnt, unsigned char *buf, int buflen) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dash_test.s5 # ASHUB cnt(left +)/cnt (right -), reg
22 # ASHUW cnt(left +)/cnt (right -), reg
40 # ASHUD cnt(left +)/cnt (right -), regp
/netbsd-current/lib/libc/gen/
H A Dexecvp.c62 int cnt; local
128 for (cnt = 0; argv[cnt] != NULL; ++cnt)
134 if ((memp = alloca((cnt + 2) * sizeof(*memp))) == NULL)
138 (void)memcpy(&memp[2], &argv[1], cnt * sizeof(*memp));
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dustarfs.c132 int vol, cnt; local
141 cnt = __next_block(vol) - blk;
142 if (cnt > count)
143 cnt = count;
145 if (!sector_read_n(0, buf, __volume_offset(blk), cnt))
147 count -= cnt;
148 blk += cnt;
149 buf += cnt * DEV_BSIZE;
/netbsd-current/external/bsd/top/dist/
H A Dutils.c189 register int cnt = 0; local
197 cnt++;
200 return(cnt);
304 int cnt = 0; local
313 cnt += strlen(p) + 2;
316 if (cnt > 0)
318 resp = result = emalloc(cnt);
346 register int cnt; local
359 lastch = cnt = length = 0;
365 cnt
424 percentages(int cnt, int *out, long *new, long *old, long *diffs) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/
H A Drshift.c35 mpn_rshift (mp_ptr wp, mp_srcptr up, mp_size_t n, unsigned int cnt) argument
41 sh_1 = cnt;
H A Dlshift.c35 mpn_lshift (mp_ptr wp, mp_srcptr up, mp_size_t n, unsigned int cnt) argument
41 sh_1 = cnt;

Completed in 419 milliseconds

1234567891011>>