Searched refs:cnt (Results 726 - 750 of 1625) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-go32.c803 size_t cnt;
811 cnt = fifosize > count ? count : fifosize;
816 outportsb (port->base + com_data, str, cnt);
817 str += cnt;
818 count -= cnt;
820 for ( ; cnt > 0; cnt--, count--)
824 cnts[CNT_TX] += cnt;
799 size_t cnt; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-go32.c804 size_t cnt;
812 cnt = fifosize > count ? count : fifosize;
817 outportsb (port->base + com_data, str, cnt);
818 str += cnt;
819 count -= cnt;
821 for ( ; cnt > 0; cnt--, count--)
825 cnts[CNT_TX] += cnt;
800 size_t cnt; local
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
H A Dcec-multi-pending.S27 .macro delay cnt:req
28 imm32 P2, \cnt
/netbsd-current/external/bsd/nvi/dist/common/
H A Dseq.c283 int cnt, len, olen; local
285 cnt = 0;
290 ++cnt;
313 return (cnt);
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Duart.c302 int s,i,cnt; local
310 cnt = ndqb(&tp->t_outq, 0);
311 for (i=0; i<cnt; i++)
313 ndflush(&tp->t_outq, cnt);
/netbsd-current/usr.bin/mail/
H A Dcmd4.c137 int cnt; local
139 cnt = 1;
142 cnt++;
144 argv = salloc(cnt * sizeof(*argv));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h21 INLINE void proc_yield(int cnt) { argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_linux.cc306 int cnt = 0; local
308 for (int i = 0; i < MAXNS && cnt < nfd; i++) {
310 fds[cnt++] = statp->_u._ext.nssocks[i];
312 return cnt;
/netbsd-current/usr.sbin/vnconfig/
H A Dvnconfig.c118 unsigned long cnt; local
136 cnt = strtoul(optarg, &end, 10);
137 if (cnt >= INT_MAX || end == optarg || *end != '\0')
139 minimum = (int)cnt;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_linux.cc304 int cnt = 0; local
306 for (int i = 0; i < MAXNS && cnt < nfd; i++) {
308 fds[cnt++] = statp->_u._ext.nssocks[i];
310 return cnt;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h19 INLINE void proc_yield(int cnt) { argument
/netbsd-current/sys/dev/gpib/
H A Dcs80bus.c355 cs80send(void *v, int slave, int punit, int cmd, void *ptr, int cnt) argument
362 ("cs80send: sc=%p slave=%d punit=%d cmd=%d ptr=%p cnt=%d\n", sc,
363 slave, punit, cmd, buf, cnt));
365 if (gpibsend(sc->sc_ic, slave, cmd, buf, cnt) != cnt) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnv50.h70 int (*cnt)(struct nvkm_disp *, unsigned long *mask); member in struct:nv50_disp_func::__anon1098
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesv8-armx.pl366 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
412 mov $cnt,$rounds
527 add $cnt,$rounds,#2
547 subs $cnt,$cnt,#2
566 mov.lo x6,$len // x6, $cnt, is zero at this point
604 add $cnt,$rounds,#2
627 subs $cnt,$cnt,#2
692 my ($rounds,$cnt,
[all...]
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380.c712 u_long cnt; local
753 cnt = 10;
754 while ((GET_5380_REG(NCR5380_ICOM) & SC_AIP) == 0 && --cnt)
845 cnt = 25000;
846 while ((GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) == 0 && --cnt)
895 cnt = 1;
908 if (transfer_pio(&phase, tmp, &cnt, 0) || cnt) {
1359 u_int cnt = *len; local
1363 DBG_PIOPRINT("SCSI: transfer_pio start: phase: %d, len: %d\n", ph,cnt);
[all...]
/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380.c693 u_long cnt; local
733 cnt = 10;
734 while (!(GET_5380_REG(NCR5380_ICOM) & SC_AIP) && --cnt)
825 cnt = 25000;
826 while (!(GET_5380_REG(NCR5380_IDSTAT) & SC_S_BSY) && --cnt)
875 cnt = 1;
888 if (transfer_pio(&phase, tmp, &cnt, 0) || cnt) {
1334 u_int cnt = *len; local
1338 DBG_PIOPRINT ("SCSI: transfer_pio start: phase: %d, len: %d\n", ph,cnt);
[all...]
/netbsd-current/external/bsd/libpcap/dist/
H A Dsavefile.c631 * If cnt > 0, return after 'cnt' packets, otherwise continue until eof.
634 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
652 if (PACKET_COUNT_IS_UNLIMITED(cnt))
653 cnt = INT_MAX;
698 if (n >= cnt)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-visium.c903 int cnt; local
906 cnt = 0;
908 while ((ISALNUM (*s)) && cnt < 10)
909 buf[cnt++] = TOLOWER (*s++);
940 int cnt; local
943 cnt = 0;
945 while ((ISALNUM (*s)) && cnt < 10)
946 buf[cnt++] = TOLOWER (*s++);
977 int cnt; local
980 cnt
1025 int cnt; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDisasm.cc84 int cnt = vsnprintf (buf, sizeof (buf), fmt, vp); local
89 return cnt;
99 int cnt = vsnprintf (buf, sizeof (buf), fmt, vp); local
104 return cnt;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-visium.c882 int cnt; local
885 cnt = 0;
887 while ((ISALNUM (*s)) && cnt < 10)
888 buf[cnt++] = TOLOWER (*s++);
919 int cnt; local
922 cnt = 0;
924 while ((ISALNUM (*s)) && cnt < 10)
925 buf[cnt++] = TOLOWER (*s++);
956 int cnt; local
959 cnt
1004 int cnt; local
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_znode.c941 int cnt = 0; local
1066 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_ATIME(zfsvfs),
1068 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_MTIME(zfsvfs),
1070 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_CTIME(zfsvfs),
1072 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_CRTIME(zfsvfs),
1074 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_GEN(zfsvfs),
1076 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_MODE(zfsvfs),
1078 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_SIZE(zfsvfs),
1080 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_PARENT(zfsvfs),
1083 SA_ADD_BULK_ATTR(sa_attrs, cnt, SA_ZPL_MOD
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drwm.c2194 int cnt = 0; local
2197 for ( ; !BER_BVISNULL( &rwmap->rwm_bva_map[ cnt ] ); cnt++ )
2201 if ( c->valx >= cnt ) {
2212 for ( cnt = 0; !BER_BVISNULL( &rwmap->rwm_bva_map[ cnt ] ); cnt++ ) {
2215 if ( cnt == c->valx ) {
2219 ca.line = rwmap->rwm_bva_map[ cnt ].bv_val;
2256 for ( cnt
2445 int cnt = 0; local
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dcode.c138 bfcode(struct symtab **a, int cnt) argument
146 for (i = 0; i < cnt; i++)
151 for (n = 0, i = 0; i < cnt; i++) {
/netbsd-current/games/arithmetic/
H A Darithmetic.c114 int ch, cnt; local
148 for (cnt = NQUESTS; cnt--;)
/netbsd-current/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.c190 int16_t cnt; member in struct:__anon8527
200 ext.cnt = num;
211 return ext.cnt;

Completed in 290 milliseconds

<<21222324252627282930>>