Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite_float.def127 int nzero;
206 nzero = 0;
212 nzero = 0;
247 nzero = 0;
287 nzero = -p;
293 nzero = 0;
299 nzero = 0;
324 nzero = 0;
333 nzero = 0;
456 nzero--;
[all …]
H A Dwrite.c732 nzero = 0; in write_boz()
734 nzero = m - digits; in write_boz()
754 q += nzero; in write_boz()
760 q += nzero; in write_boz()
780 p += nzero; in write_boz()
786 p += nzero; in write_boz()
861 nzero = 0; in write_decimal()
863 nzero = m - digits; in write_decimal()
897 p4 += nzero; in write_decimal()
933 memset (p, '0', nzero); in write_decimal()
[all …]
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite_float.def127 int nzero;
206 nzero = 0;
212 nzero = 0;
247 nzero = 0;
287 nzero = -p;
293 nzero = 0;
299 nzero = 0;
324 nzero = 0;
333 nzero = 0;
456 nzero--;
[all …]
H A Dwrite.c740 nzero = 0; in write_boz()
742 nzero = m - digits; in write_boz()
762 q += nzero; in write_boz()
768 q += nzero; in write_boz()
788 p += nzero; in write_boz()
794 p += nzero; in write_boz()
865 nzero = 0; in write_decimal()
867 nzero = m - digits; in write_decimal()
901 p4 += nzero; in write_decimal()
937 memset (p, '0', nzero); in write_decimal()
[all …]
/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_radix.c305 int *nzero, int flags) in pfr_clr_astats() argument
321 if (nzero != NULL) in pfr_clr_astats()
322 *nzero = io.pfrio_nzero; in pfr_clr_astats()
327 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
342 if (nzero) in pfr_clr_tstats()
343 *nzero = io.pfrio_nzero; in pfr_clr_tstats()
H A Dpfctl_table.c132 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; in pfctl_table() local
348 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags)); in pfctl_table()
349 xprintf(opts, "%d table/stats cleared", nzero); in pfctl_table()
/netbsd/external/bsd/jemalloc/dist/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()
/netbsd/sys/dist/pf/net/
H A Dpf_table.c683 int *nzero, int flags) in pfr_clr_astats() argument
724 if (nzero != NULL) in pfr_clr_astats()
725 *nzero = xzero; in pfr_clr_astats()
1393 pfr_clr_tstats(struct pfr_table *tbl, int size, int *nzero, int flags) in pfr_clr_tstats() argument
1421 if (nzero != NULL) in pfr_clr_tstats()
1422 *nzero = xzero; in pfr_clr_tstats()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dpredict.c1176 int nzero = 0; in combine_predictions_for_bb() local
1194 nzero++; in combine_predictions_for_bb()
1386 else if (!nunknown && nzero != (int)EDGE_COUNT (bb->succs)) in combine_predictions_for_bb()
H A Dpredict.cc1214 int nzero = 0; in combine_predictions_for_bb() local
1232 nzero++; in combine_predictions_for_bb()
1424 else if (!nunknown && nzero != (int)EDGE_COUNT (bb->succs)) in combine_predictions_for_bb()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c1176 int nzero = 0; in combine_predictions_for_bb() local
1194 nzero++; in combine_predictions_for_bb()
1386 else if (!nunknown && nzero != (int)EDGE_COUNT (bb->succs)) in combine_predictions_for_bb()