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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 15 HERE="$(cd "$(dirname "$0")" && pwd)"
236 elif [[ -f "$HERE/$ASAN_RT" ]]; then
237 ASAN_RT_PATH="$HERE"
238 elif [[ $(basename "$HERE") == "bin" ]]; then
242 P=$(ls "$HERE"/../lib/"$ASAN_RT" \
243 "$HERE"/../lib/asan/"$ASAN_RT" \
244 "$HERE"/../lib/linux/"$ASAN_RT" \
245 "$HERE"/../lib/clang/*/lib/linux/"$ASAN_RT" \
246 "$HERE"/../lib64/clang/*/lib/linux/"$ASAN_RT" 2>/dev/null | sort | tail -1)
  /src/sys/external/bsd/gnu-efi/dist/apps/
lfbgrid.c 62 #error YOUR ARCH HERE
126 #error YOUR ARCH HERE
  /src/lib/libc/regex/
regcomp.c 215 #define INSERT(op, pos) doinsert(p, (op), HERE()-(pos)+1, pos)
216 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
217 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
218 #define HERE() (p->slen)
464 pos = HERE();
471 p->pbegin[subno] = HERE();
476 p->pend[subno] = HERE();
732 bc->fwd = HERE();
845 bc.start = HERE();
856 (void) REQUIRE(p->gnuext || HERE() != bc.start, REG_EMPTY)
    [all...]
  /src/lib/libm/src/
e_coshl.c 27 #error SHOULD STOP HERE!!!
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 66 # _isp_unimp() branches to here so that the operating system
291 # 060 INTEGER KERNEL PACKAGE MUST GO HERE!!!
fskeletn.s 219 # Illegals branch here.
233 # exceptions branch here.
350 # 060 FPSP KERNEL PACKAGE NEEDS TO GO HERE!!!
fplsp.s 42 # effect, branches to one of the branch table entries located here.
5212 # here, the operation may underflow iff the precision is sgl or dbl.
6249 #--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
6329 #--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3.
6541 # This catch is added here for the '060 QSP. Originally, the call to
7111 #--entry point for EXP(X), here X is finite, non-zero, and not NaN's
7274 #--entry point for EXPM1(X), here X is finite, non-zero, non-NaN
7500 #--entry point for EXPM1(X), here X is denormalized
7552 # here, we build the result in a tmp location so as not to disturb the input
8331 # if these 2 lines weren't here, the correct answer would be returne
    [all...]
fpsp.s 82 # Here's the table of ENTRY POINTS for those linking the package.
674 # since, I believe, only NORMs and DENORMs can come through here,
1006 # underflow exception. Since this is incorrect, we check here to see
1150 # Two main instruction types can enter here: (1) DENORM or UNNORM #
1175 # (a Trace stack frame must be created here, too). If an FP exception #
1230 # exception, then the a7' calculated here is wrong since it doesn't
1327 # INEX1 : none (packed doesn't go through here)
1404 # here, we insert the correct fsave status value into the fsave frame for the
1461 # here, we count on norm not to alter a0...
1493 # here, we count on norm not to alter a0..
    [all...]

Completed in 22 milliseconds