Searched refs:icnt (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/arm/at91/
H A Dat91_pit.c163 uint32_t icnt; local
166 icnt = RD4(sc, PIT_PIVR) >> 20;
169 timecount += PIT_PIV(RD4(sc, PIT_MR)) * icnt;
180 uint32_t piir, icnt; local
183 icnt = piir >> 20; /* Overflows */
184 return (timecount + PIT_PIV(piir) + PIT_PIV(RD4(sc, PIT_MR)) * icnt);
/freebsd-9.3-release/lib/libc/net/
H A Dgetifmaddrs.c60 int icnt = 1; local
106 icnt++;
121 data = malloc(sizeof(struct ifmaddrs) * icnt + dcnt);
128 data += sizeof(struct ifmaddrs) * icnt;
130 memset(ifa, 0, sizeof(struct ifmaddrs) * icnt);
H A Dgetifaddrs.c93 int icnt = 1; local
165 ++icnt;
186 ++icnt;
237 ++icnt;
248 if (icnt + dcnt + ncnt == 1) {
253 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
260 data += sizeof(struct ifaddrs) * icnt;
263 memset(ifa, 0, sizeof(struct ifaddrs) * icnt);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c696 ssize_t icnt; local
705 icnt = 0;
816 while (icnt == 0) {
820 icnt = xread(pvec[0], tmp, tibuf + BUFSIZE - tmp);
822 if (icnt <= 0) {
825 icnt = 0;
828 icnt += tmp - tibuf;
831 while (tmp < tibuf + icnt) {
834 len = normal_mbtowc(&ip[i], tmp, tibuf + icnt - tmp);
837 if (!eof && (size_t)(tibuf + icnt
[all...]
/freebsd-9.3-release/sys/dev/rc/
H A Drc.c659 int chan, icnt; local
705 icnt = eptr - tptr;
706 if (icnt > 0) {
726 sc->sc_scheduled_event -= icnt;
730 if (icnt <= 0 || !(tp->t_state & TS_ISOPEN))
735 if ((tp->t_rawq.c_cc + icnt) >= RB_I_HIGH_WATER
739 tk_nin += icnt;
740 tk_rawcc += icnt;
741 tp->t_rawcc += icnt;
742 if (b_to_q(tptr, icnt,
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c510 int icnt; local
521 icnt = dlen = xlen = nlen = 0;
561 NLMSG_ALIGN(sizeof(struct ifaddrs[icnt]))
580 data += NLMSG_ALIGN(sizeof(struct ifaddrs)) * icnt;
824 icnt++;
842 if (icnt == 0 && (dlen + nlen + xlen == 0)){
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pci-defs.h2863 uint32_t icnt : 32; /**< Number of Instructions to be fetched by the member in struct:cvmx_pci_instr_countx::cvmx_pci_instr_countx_s
2868 uint32_t icnt : 32;

Completed in 114 milliseconds