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

  /src/usr.bin/error/
filter.c 142 int halfway; local in function:search_ignore
148 halfway = (ub + lb)/2;
149 if ( (order = strcmp(key, names_ignored[halfway])) == 0)
150 return halfway;
152 ub = halfway - 1;
154 lb = halfway + 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_trunc_impl.inc 56 const src_rep_t halfway = SRC_REP_C(1) << (srcSigBits - dstSigBits - 1);
88 if (roundBits > halfway)
91 else if (roundBits == halfway)
124 if (roundBits > halfway)
127 else if (roundBits == halfway)
  /src/usr.bin/make/unit-tests/
var-recursive.mk 29 # An expression with modifiers is skipped halfway. This can lead to wrong

Completed in 105 milliseconds