Searched refs:cnt (Results 501 - 525 of 1640) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/bsd/unbound/dist/util/storage/
H A Dslabhash.c236 size_t slab, cnt = 0; local
240 cnt += sh->array[slab]->num;
243 return cnt;
248 size_t slab, cnt = 0, max_collisions = 0; local
252 cnt += sh->array[slab]->num;
259 *num = cnt;
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dcreation_set.c165 int cnt = 0, i; local
171 ++cnt;
174 return (cnt);
181 int cnt = 0, i, r; local
194 ++cnt;
196 return (cnt);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Denvsets.cc152 int cnt = 0; local
168 if (++cnt != 1)
187 ++cnt;
201 if (++cnt != 1)
211 if (++cnt != 1)
220 if (cnt == 0)
/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c6479 unsigned int res, cnt, mask, cf; local
6495 * The low part is then shifted up cnt bits, and the high part is or'd
6502 if ((cnt = s % 9) != 0) {
6505 cf = (d >> (8 - cnt)) & 0x1;
6510 res = (d << cnt) & 0xff;
6517 mask = (1 << (cnt - 1)) - 1;
6518 res |= (d >> (9 - cnt)) & mask;
6523 res |= 1 << (cnt - 1);
6527 /* OVERFLOW is set *IFF* cnt==1, then it is the xor of CF and
6531 CONDITIONAL_SET_FLAG(cnt
6544 unsigned int res, cnt, mask, cf; local
6568 uint32_t res, cnt, mask, cf; local
6592 uint32_t res, cnt; local
6666 uint32_t res, cnt; local
6698 uint32_t res, cnt; local
6731 unsigned int res, cnt, mask; local
6777 unsigned int res, cnt, mask; local
6802 uint32_t res, cnt, mask; local
6827 unsigned int res, cnt, mask; local
6870 unsigned int res, cnt, mask; local
6893 uint32_t res, cnt, mask; local
6916 unsigned int cnt, res, cf; local
6960 unsigned int cnt, res, cf; local
7000 unsigned int cnt, res, cf; local
7037 unsigned int cnt, res, cf; local
7074 unsigned int cnt, res, cf; local
7111 unsigned int cnt, res, cf; local
7147 unsigned int cnt, res, cf, mask, sf; local
7187 unsigned int cnt, res, cf, mask, sf; local
7227 uint32_t cnt, res, cf, mask, sf; local
7267 unsigned int cnt, res, cf; local
7304 unsigned int cnt, res, cf; local
7341 unsigned int cnt, res, cf; local
7378 unsigned int cnt, res, cf; local
[all...]
/netbsd-current/usr.bin/man/
H A Dman.c554 size_t cnt; local
607 cnt = pg->gl_pathc - pg->gl_matchc;
609 if (manual_find_literalfile(mp, &pg->gl_pathv[cnt])) {
613 *pg->gl_pathv[cnt] = '\0';
655 for (cnt = pg->gl_pathc - pg->gl_matchc;
656 cnt < pg->gl_pathc; ++cnt) {
660 p = strstr(pg->gl_pathv[cnt], mp->pathsearch);
662 *pg->gl_pathv[cnt] = '\0'; /* zap! */
677 if (!fnmatch(buf, pg->gl_pathv[cnt],
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c71 ac_uint2 cnt; member in struct:__anon73
177 hdr.cnt = endian_short(hdr.cnt);
181 if ((_ucprop_size = hdr.cnt) == 0) {
197 if ((size = ((hdr.cnt + 1) * sizeof(ac_uint2))) & 3)
358 hdr.cnt = endian_short(hdr.cnt);
367 _uccase_size = hdr.cnt;
553 hdr.cnt = endian_short(hdr.cnt);
[all...]
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio.c84 int i, cnt = 0; local
86 for (i = 0; i < nis && cnt < HDAUDIO_MAX_STREAMS; i++) {
87 sc->sc_stream[cnt].st_host = sc;
88 sc->sc_stream[cnt].st_enable = true;
89 sc->sc_stream[cnt].st_shift = cnt;
90 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_ISS;
92 for (i = 0; i < nos && cnt < HDAUDIO_MAX_STREAMS; i++) {
93 sc->sc_stream[cnt].st_host = sc;
94 sc->sc_stream[cnt]
1207 int cnt, snum = st->st_shift; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dgcd_22.asm68 define(`cnt', `%rcx')
95 bsf t0, cnt
105 shrd R8(cnt), u1, u0
106 shr R8(cnt), u1
127 bsf t0, cnt
/netbsd-current/sys/dev/gpib/
H A Dgpib.c370 int cnt = 0; local
375 ("_gpibsend: sc=%p slave %d sec=%d ptr=%p cnt=%d\n",
403 cnt = (*sc->sc_ic->senddata)(sc->sc_ic->cookie, ptr, origcnt);
404 if (cnt != origcnt)
415 device_xname(sc->sc_dev), slave, sec, cnt, origcnt));
416 return (cnt);
424 int cnt = 0; local
428 ("_gpibrecv: sc=%p slave=%d sec=%d buf=%p cnt=%d\n",
458 cnt = (*sc->sc_ic->recvdata)(sc->sc_ic->cookie, ptr, origcnt);
459 if (cnt !
[all...]
/netbsd-current/usr.bin/login/
H A Dlogin_pam.c105 int ask, ch, cnt, fflag, pflag, quietlog, rootlogin; local
202 for (cnt = getdtablesize(); cnt > 2; cnt--)
203 (void)close(cnt);
237 for (cnt = 0;; ask = 1) {
390 cnt++;
396 if (cnt > login_backoff) {
397 if (cnt >= login_retries) {
402 sleep((u_int)((cnt
[all...]
/netbsd-current/sys/dev/ic/
H A Dug.c324 int cnt = 0; local
329 if (cnt++ > UG_DELAY_CYCLES)
377 int cnt = 0; local
379 if (cnt++ > UG_DELAY_CYCLES)
585 int cnt = 0; local
590 if (cnt++ > UG_DELAY_CYCLES)
599 int cnt = 0; local
603 if (cnt++ > UG_DELAY_CYCLES)
612 int cnt = 0; local
632 if (cnt
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dsparct4-mont.pl714 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7));
754 sub $num, 24, $cnt ! cnt=num-3
778 brnz,pt $cnt, .L1st
779 sub $cnt, 8, $cnt ! j--
833 sub $num, 24, $cnt ! cnt=num-3
855 brnz,pt $cnt, .Linner
856 sub $cnt,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dsparct4-mont.pl716 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7));
756 sub $num, 24, $cnt ! cnt=num-3
780 brnz,pt $cnt, .L1st
781 sub $cnt, 8, $cnt ! j--
835 sub $num, 24, $cnt ! cnt=num-3
857 brnz,pt $cnt, .Linner
858 sub $cnt,
[all...]
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_ie.c488 PWriteShorts(char *src, char *dest, int cnt) argument
490 for (cnt /= 2; --cnt >= 0; ) {
498 ReadShorts(char *src, char *dest, int cnt) argument
500 for (cnt /= 2; --cnt >= 0; ) {
515 int cnt; local
524 cnt = IE_PAGESIZE - dest % IE_PAGESIZE;
525 if (cnt > size)
526 cnt
528 PWriteShorts(sptr, (char *)sc->sc_ram + IE_COFF2POFF(dest), cnt); local
538 int cnt; local
566 int cnt; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dlshift.asm36 C unsigned cnt);
39 C cnt!=1 cnt==1
68 define(`cnt', `%ecx')
75 mov PARAM_CNT, cnt
83 cmp $1,cnt
103 neg cnt
118 neg cnt
124 neg cnt
135 neg cnt
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c437 int cnt; local
439 for ( cnt = 0; references[ cnt ]; cnt++ )
443 rs->sr_ref = op->o_tmpalloc( ( cnt + 1 ) * sizeof( struct berval ),
446 for ( cnt = 0; references[ cnt ]; cnt++ ) {
447 ber_str2bv( references[ cnt ], 0, 0, &rs->sr_ref[ cnt ] );
537 int cnt; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v6/
H A Ddive_1.asm58 define(`cnt', `r6')
70 rsb cnt, r4, #31 C count_trailing_zeros
71 mov d, d, lsr cnt
110 rsb tnc, cnt, #32
111 mov r11, r5, lsr cnt
117 mov r11, r12, lsr cnt
125 mov r11, r12, lsr cnt
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/p6/
H A Dlshiftc.asm1 dnl PowerPC-64 mpn_lshiftc -- rp[] = ~up[] << cnt
48 define(`cnt', `r6')
62 sldi r10, cnt, 6 C multiply cnt by size of a SHIFT block
65 add r11, r11, r10 C address of L(oN) for N = cnt
68 subfic tnc, cnt, 64
92 sld r8, r9, cnt
H A Dlshift.asm1 dnl PowerPC-64 mpn_lshift -- rp[] = up[] << cnt
48 define(`cnt', `r6')
62 sldi r10, cnt, 6 C multiply cnt by size of a SHIFT block
65 add r11, r11, r10 C address of L(oN) for N = cnt
68 subfic tnc, cnt, 64
92 sld r8, r9, cnt
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dgcd_22.asm82 define(`cnt', `%rcx')
120 movzbl (%r10,t0), R32(cnt)
123 L(shr): shr R8(cnt), u0
125 shr R8(cnt), u1
126 neg cnt
127 shl R8(cnt), t1
141 rep;bsf u0, cnt C tzcnt!
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
H A Dgcd_22.asm71 define(`cnt', `r12')
83 L(bck): cnttzd cnt, t0 C 2
84 subfic tmp, cnt, 64 C 4
91 srd u0, u0, cnt C 8
93 srd u1, u1, cnt C 8
105 srd u0, u0, cnt
109 cnttzd cnt, r10
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Dhashtab.d296 size_t cnt;
297 assert(cnt == 0);
298 tab[0] = RC(&cnt);
299 assert(cnt == 1);
301 assert(cnt == 2);
303 assert(cnt == 1);
305 assert(cnt == 0);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bd2/
H A Dgcd_22.asm68 define(`cnt', `%rcx')
92 rep;bsf t0, cnt C tzcnt!
105 L(shr): shr R8(cnt), u0
107 shr R8(cnt), u1
108 neg cnt
109 shl R8(cnt), t1
130 rep;bsf t0, cnt C tzcnt!
/netbsd-current/bin/pax/
H A Dar_subs.c224 off_t cnt; local
225 if (!(*frmt->rd_data)(arcn, -arcn->type, &cnt))
226 (void)rd_skip(cnt + arcn->pad);
298 off_t cnt; local
337 if (!(*frmt->rd_data)(arcn, -arcn->type, &cnt))
338 (void)rd_skip(cnt + arcn->pad);
499 res = (*frmt->rd_data)(arcn, fd, &cnt);
507 (void)rd_skip(cnt + arcn->pad);
542 off_t cnt; local
697 res = (*frmt->wr_data)(arcn, fd, &cnt);
1191 int cnt = 0; /* counter for trailer function */ local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_sunos.c107 int cnt, cntcmd; local
128 cnt = -2;
130 while (cnt == -2 || (cnt == -1 && errno == ENOSPC)) {
132 cnt = acl(path, cntcmd, 0, NULL);
134 cnt = facl(fd, cntcmd, 0, NULL);
136 if (cnt > 0) {
138 aclp = malloc(cnt * size);
140 aclp = realloc(NULL, cnt * size);
143 cnt
[all...]

Completed in 224 milliseconds

<<21222324252627282930>>