Home
last modified time | relevance | path

Searched refs:rzero (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c189 int64_t lzero = 0, rzero = 0; in dt_aggregate_lquantizedcmp() local
204 rzero = dt_aggregate_lquantizedzero(rhs); in dt_aggregate_lquantizedcmp()
206 if (lzero < rzero) in dt_aggregate_lquantizedcmp()
209 if (lzero > rzero) in dt_aggregate_lquantizedcmp()
267 int64_t lzero, rzero; in dt_aggregate_llquantizedcmp() local
281 rzero = rhs[1]; in dt_aggregate_llquantizedcmp()
283 if (lzero < rzero) in dt_aggregate_llquantizedcmp()
286 if (lzero > rzero) in dt_aggregate_llquantizedcmp()
297 int64_t lzero = 0, rzero = 0; in dt_aggregate_quantizedcmp() local
305 rzero = rhs[i]; in dt_aggregate_quantizedcmp()
[all …]
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c146 struct rlimit rzero = { .rlim_cur = 0, .rlim_max = 0 }; in ps_dropprivs() local
165 if (setrlimit(RLIMIT_NOFILE, &rzero) == -1) in ps_dropprivs()
177 if (setrlimit(RLIMIT_FSIZE, &rzero) == -1) in ps_dropprivs()
183 if (setrlimit(RLIMIT_NPROC, &rzero) == -1) in ps_dropprivs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc2531 REAL_VALUE_TYPE rinf, rzero = dconst0; in build_complex_inf() local
2534 rzero.sign = neg; in build_complex_inf()
2536 build_real (TREE_TYPE (type), rzero)); in build_complex_inf()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c2262 REAL_VALUE_TYPE rinf, rzero = dconst0; in build_complex_inf() local
2265 rzero.sign = neg; in build_complex_inf()
2267 build_real (TREE_TYPE (type), rzero)); in build_complex_inf()