Home
last modified time | relevance | path

Searched refs:nzero (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/jemalloc/src/
H A Dlarge.c203 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in large_ralloc_no_move_expand() local
204 assert(nzero > 0); in large_ralloc_no_move_expand()
205 memset(zbase, 0, nzero); in large_ralloc_no_move_expand()
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_radix.c291 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
308 if (nzero) in pfr_clr_tstats()
309 *nzero = io.pfrio_nzero; in pfr_clr_tstats()
H A Dpfctl_table.c134 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local
352 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags)); in pfctl_table()
353 xprintf(opts, "%d table/stats cleared", nzero); in pfctl_table()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_table.c640 int *nzero, int flags) in pfr_clr_astats() argument
673 if (nzero != NULL) in pfr_clr_astats()
674 *nzero = xzero; in pfr_clr_astats()
1366 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
1387 if (nzero != NULL) in pfr_clr_tstats()
1388 *nzero = xzero; in pfr_clr_tstats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp676 KEYWORD(nzero); in LexIdentifier()