HomeSort by: relevance | last modified time | path
    Searched refs:rzero (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 189 int64_t lzero = 0, rzero = 0; local
204 rzero = dt_aggregate_lquantizedzero(rhs);
206 if (lzero < rzero)
209 if (lzero > rzero)
267 int64_t lzero, rzero; local
281 rzero = rhs[1];
283 if (lzero < rzero)
286 if (lzero > rzero)
297 int64_t lzero = 0, rzero = 0; local
305 rzero = rhs[i]
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
privsep.c 154 struct rlimit rzero = { .rlim_cur = 0, .rlim_max = 0 }; local
173 if (setrlimit(RLIMIT_NOFILE, &rzero) == -1)
185 if (setrlimit(RLIMIT_FSIZE, &rzero) == -1)
191 if (setrlimit(RLIMIT_NPROC, &rzero) == -1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2534 REAL_VALUE_TYPE rinf, rzero = dconst0;
2537 rzero.sign = neg;
2539 build_real (TREE_TYPE (type), rzero));
2531 REAL_VALUE_TYPE rinf, rzero = dconst0; local
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2523 REAL_VALUE_TYPE rzero = dconst0;
2525 rzero.sign = neg;
2527 build_real (TREE_TYPE (type), rzero));
2520 REAL_VALUE_TYPE rzero = dconst0; local

Completed in 34 milliseconds