Searched refs:ncount (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/mac/
H A Dhmac_ct.c70 uint64_t count, ncount, bit_len; local
102 ncount = (count + (uint64_t)min_len) & ~(uint64_t)(bs - 1);
103 if (ncount > count) {
106 zlen = (size_t)(ncount - count);
111 count = ncount;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-dvmrp.c260 register int ncount; local
268 ncount = *bp++;
270 while (--ncount >= 0) {
292 register int ncount; local
303 ncount = *bp++;
305 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {
323 if (ncount != -1) {
/freebsd-13-stable/tools/tools/netrate/httpd/
H A Dhttpd.c106 int i, ncount; local
109 ncount = 0;
121 ncount++;
128 ncount = 0;
131 if (ncount == 2)
/freebsd-13-stable/lib/libusbhid/
H A Dparse.c69 uint8_t ncount; /* end usage item count */ member in struct:hid_data
229 if (s->icount < s->ncount) {
260 s->ncount = 0;
326 s->ncount = 255;
328 s->ncount = c->report_count;
338 s->ncount = 1;
/freebsd-13-stable/sys/dev/hid/
H A Dhid.c92 uint32_t ncount; /* end usage item count */ member in struct:hid_data
258 if (s->icount < s->ncount) {
300 s->ncount = 0;
370 s->ncount = MAXLOCCNT;
372 s->ncount = c->loc.count;
380 s->ncount = 1;
/freebsd-13-stable/sys/kern/
H A Dkern_tc.c177 u_int ncount; local
180 ncount = tc->tc_get_timecount(tc);
181 return (sysctl_handle_int(oidp, &ncount, 0, req));
1310 u_int delta, ncount, ogen; local
1339 ncount = timecounter->tc_get_timecount(timecounter);
1341 ncount = 0;
1404 th->th_offset_count = ncount;
/freebsd-13-stable/sys/vm/
H A Dvnode_pager.c1286 int count, error, i, maxsize, ncount, pgoff, ppscheck; local
1306 ncount = count;
1326 ncount = btoc(maxsize);
1336 m = ma[ncount - 1];
1346 ncount = 0;
1348 for (i = ncount; i < count; i++)
1440 for (; i < ncount; i++)
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4186 int ncount; local
4196 ncount = pcount;
4216 ncount = btoc(len);
4224 m = ma[ncount - 1];
4234 ncount = 0;
4236 if (ncount < pcount) {
4237 for (i = ncount; i < pcount; i++) {
4244 if (ncount == 0)
4299 for (i = 0; i < ncount; i++) {
4305 VM_CNT_ADD(v_vnodepgsout, ncount);
[all...]
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c246 static void sge_timer_reclaim(void *arg, int ncount);
247 static void sge_txq_reclaim_handler(void *arg, int ncount);
923 sge_slow_intr_handler(void *arg, int ncount) argument
1055 sge_txq_reclaim_handler(void *arg, int ncount) argument
1065 sge_timer_reclaim(void *arg, int ncount) argument

Completed in 282 milliseconds