Home
last modified time | relevance | path

Searched refs:ncount (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-dvmrp.c237 int ncount; in print_neighbors() local
250 ncount = GET_U_1(bp); in print_neighbors()
253 while (--ncount >= 0) { in print_neighbors()
279 int ncount; in print_neighbors2() local
296 ncount = GET_U_1(bp); in print_neighbors2()
299 while (--ncount >= 0 && len > 0) { in print_neighbors2()
321 if (ncount != -1) { in print_neighbors2()
322 ND_PRINT(" [ncount %d]", ncount); in print_neighbors2()
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c70 uint64_t count, ncount, bit_len; in br_hmac_outCT() local
102 ncount = (count + (uint64_t)min_len) & ~(uint64_t)(bs - 1); in br_hmac_outCT()
103 if (ncount > count) { in br_hmac_outCT()
106 zlen = (size_t)(ncount - count); in br_hmac_outCT()
111 count = ncount; in br_hmac_outCT()
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c104 int i, ncount; in http_serve() local
107 ncount = 0; in http_serve()
119 ncount++; in http_serve()
126 ncount = 0; in http_serve()
129 if (ncount == 2) in http_serve()
/freebsd/lib/libusbhid/
H A Dparse.c67 uint8_t ncount; /* end usage item count */ member
227 if (s->icount < s->ncount) { in hid_get_item_raw()
258 s->ncount = 0; in hid_get_item_raw()
324 s->ncount = 255; in hid_get_item_raw()
326 s->ncount = c->report_count; in hid_get_item_raw()
336 s->ncount = 1; in hid_get_item_raw()
/freebsd/sys/dev/hid/
H A Dhid.c87 uint32_t ncount; /* end usage item count */ member
254 if (s->icount < s->ncount) { in hid_get_item()
296 s->ncount = 0; in hid_get_item()
370 s->ncount = MAXLOCCNT; in hid_get_item()
372 s->ncount = c->loc.count; in hid_get_item()
380 s->ncount = 1; in hid_get_item()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c314 short ncount[FSE_MAX_SYMBOL_VALUE + 1]; member
336 …size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, … in FSE_decompress_wksp_body()
348 …CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace,… in FSE_decompress_wksp_body()
/freebsd/sys/vm/
H A Dvnode_pager.c1327 int count, error, i, maxsize, ncount, pgoff, ppscheck; in vnode_pager_generic_putpages() local
1347 ncount = count; in vnode_pager_generic_putpages()
1367 ncount = btoc(maxsize); in vnode_pager_generic_putpages()
1377 m = ma[ncount - 1]; in vnode_pager_generic_putpages()
1387 ncount = 0; in vnode_pager_generic_putpages()
1389 for (i = ncount; i < count; i++) in vnode_pager_generic_putpages()
1482 for (; i < ncount; i++) in vnode_pager_generic_putpages()
/freebsd/sys/kern/
H A Dkern_tc.c184 u_int ncount; in sysctl_kern_timecounter_get() local
187 ncount = tc->tc_get_timecount(tc); in sysctl_kern_timecounter_get()
188 return (sysctl_handle_int(oidp, &ncount, 0, req)); in sysctl_kern_timecounter_get()
1366 u_int delta, ncount, ogen; in tc_windup() local
1396 ncount = tc->tc_get_timecount(tc); in tc_windup()
1398 ncount = 0; in tc_windup()
1459 th->th_offset_count = ncount; in tc_windup()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4089 int ncount; in zfs_putpages() local
4099 ncount = pcount; in zfs_putpages()
4118 ncount = btoc(len); in zfs_putpages()
4126 m = ma[ncount - 1]; in zfs_putpages()
4136 ncount = 0; in zfs_putpages()
4138 if (ncount < pcount) { in zfs_putpages()
4139 for (i = ncount; i < pcount; i++) { in zfs_putpages()
4150 if (ncount == 0) in zfs_putpages()
4205 for (i = 0; i < ncount; i++) { in zfs_putpages()
4211 VM_CNT_ADD(v_vnodepgsout, ncount); in zfs_putpages()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c244 static void sge_timer_reclaim(void *arg, int ncount);
245 static void sge_txq_reclaim_handler(void *arg, int ncount);
918 sge_slow_intr_handler(void *arg, int ncount) in sge_slow_intr_handler() argument
1050 sge_txq_reclaim_handler(void *arg, int ncount) in sge_txq_reclaim_handler() argument
1060 sge_timer_reclaim(void *arg, int ncount) in sge_timer_reclaim() argument