Searched refs:acount (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c1817 unsigned int acount; local
1842 for (acount = 0;; acount++)
1858 room_needed = (sizeof (struct answer) + acount * sizeof (cpp_token));
1863 dest = &((struct answer *) BUFF_FRONT (pfile->a_buff))->first[acount];
1867 if (acount == 0)
1871 if (acount == 0)
1878 answer->count = acount;
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp.c1034 u_int rcount, acount; local
1088 acount = nsp_fifo_count(sc);
1090 if (rcount <= acount)

Completed in 225 milliseconds