Home
last modified time | relevance | path

Searched refs:icnt (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/lib/libc/net/
Dgetifaddrs.c66 size_t icnt = 1; in __weak_alias() local
115 ++icnt; in __weak_alias()
134 ++icnt; in __weak_alias()
165 if (icnt + dcnt + ncnt == 1) { in __weak_alias()
170 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt); in __weak_alias()
177 data += sizeof(struct ifaddrs) * icnt; in __weak_alias()
180 memset(ifa, 0, sizeof(struct ifaddrs) * icnt); in __weak_alias()
/netbsd/src/games/hunt/hunt/
Dplayit.c72 static int icnt = 0; variable
75 #define GETCHR() (--icnt < 0 ? getchr() : *iptr++)
223 icnt = read(huntsocket, ibuf, sizeof ibuf); in getchr()
224 if (icnt < 0) { in getchr()
228 if (icnt == 0) in getchr()
231 icnt--; in getchr()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dldifutil.c249 int icnt; in ldap_parse_ldif_record_x() local
250 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; ) { in ldap_parse_ldif_record_x()
251 if ( !isspace( (unsigned char) lr->lr_vals[i].bv_val[icnt] ) ) { in ldap_parse_ldif_record_x()
256 if ( ++icnt != lr->lr_vals[i].bv_len ) { in ldap_parse_ldif_record_x()
260 lr->lr_vals[i].bv_val[icnt] = '\0'; in ldap_parse_ldif_record_x()
452 int icnt; in ldap_parse_ldif_record_x() local
453 for ( icnt = lr->lr_vals[i].bv_len; --icnt > 0; ) { in ldap_parse_ldif_record_x()
454 … if ( !isspace( (unsigned char) lr->lr_vals[i].bv_val[icnt] ) ) break; in ldap_parse_ldif_record_x()
457 if ( ++icnt != lr->lr_vals[i].bv_len ) { in ldap_parse_ldif_record_x()
461 lr->lr_vals[i].bv_val[icnt] = '\0'; in ldap_parse_ldif_record_x()
/netbsd/src/bin/csh/
Dglob.c633 ssize_t icnt; in backeval() local
637 icnt = 0; in backeval()
718 if (icnt == 0) { in backeval()
723 icnt = read(pvec[0], tibuf, BUFSIZE); in backeval()
724 while (icnt == -1 && errno == EINTR); in backeval()
725 if (icnt <= 0) { in backeval()
729 for (i = 0; i < icnt; i++) in backeval()
734 --icnt; in backeval()
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dexec.c1134 sregs->icnt = T_JMPL; /* JMPL takes two cycles */ in dispatch_instruction()
1145 sregs->icnt = T_RETT; /* RETT takes two cycles */ in dispatch_instruction()
1206 sregs->icnt = T_ST; /* Set store instruction count */ in dispatch_instruction()
1211 sregs->icnt = T_LD; /* Set load instruction count */ in dispatch_instruction()
1239 sregs->icnt = T_LDD; in dispatch_instruction()
1273 sregs->icnt = T_LDST; in dispatch_instruction()
1347 sregs->ltime = ebase.simtime + sregs->icnt + FLSTHOLD + in dispatch_instruction()
1374 sregs->icnt = T_LDD; in dispatch_instruction()
1386 sregs->ltime = ebase.simtime + sregs->icnt + FLSTHOLD + in dispatch_instruction()
1472 sregs->icnt = T_STD; in dispatch_instruction()
[all …]
Dinterf.c81 sregs->icnt = 1; in run_sim()
106 sregs->icnt = 1; in run_sim()
Dsis.h97 uint32_t icnt; /* Instruction cycles in curr inst */ member
Dsis.c82 sregs->icnt = 1; in run_sim()
Dfunc.c894 sregs->icntt += sregs->icnt; in advance_time()
897 endtime = ebase.simtime + sregs->icnt + sregs->hold + sregs->fhold; in advance_time()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetifaddrs.c509 int icnt; in rk_getifaddrs() local
520 icnt = dlen = xlen = nlen = 0; in rk_getifaddrs()
560 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt])) in rk_getifaddrs()
579 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt; in rk_getifaddrs()
823 icnt++; in rk_getifaddrs()
841 if (icnt == 0 && (dlen + nlen + xlen == 0)){ in rk_getifaddrs()
/netbsd/src/sys/dev/isa/
Dwds.c223 wds_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, u_char *ibuf, int icnt) in wds_cmd() argument
229 while (icnt--) { in wds_cmd()
/netbsd/src/sys/dev/ic/
Daha.c124 int icnt, u_char *ibuf, int ocnt, u_char *obuf) in aha_cmd() argument
179 while (icnt--) { in aha_cmd()
Dbha.c746 int icnt, u_char *ibuf, int ocnt, u_char *obuf) in bha_cmd() argument
798 while (icnt--) { in bha_cmd()
/netbsd/src/sys/arch/arc/dti/
Dbtl.c193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, in bt_cmd() argument
248 while (icnt--) { in bt_cmd()