HomeSort by: relevance | last modified time | path
    Searched defs:not_reached (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/evbppc/obs405/
obs600_locore.S 121 not_reached: label
122 b not_reached
  /src/sys/arch/evbppc/sam460ex/
sam460ex_locore.S 226 not_reached: label
227 b not_reached
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
assert.h 19 #ifndef not_reached
20 #define not_reached() do { \ macro
53 not_reached(); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
assert.h 19 #ifndef not_reached
20 #define not_reached() do { \ macro
53 not_reached(); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
assert.h 21 #ifndef not_reached
22 # define not_reached() \ macro
60 not_reached(); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
assert.h 21 #ifndef not_reached
22 # define not_reached() \ macro
60 not_reached(); \
  /src/external/bsd/jemalloc/dist/test/include/test/
jemalloc_test.h 143 #undef not_reached macro
156 #define not_reached() do { \ macro
  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 10 #ifdef not_reached
11 # undef not_reached macro
31 #define not_reached() do { \ macro
297 default: not_reached();
406 not_reached(); \
609 } default: not_reached();
694 #undef not_reached macro
  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 10 #ifdef not_reached
11 # undef not_reached macro
32 #define not_reached() \ macro
333 not_reached();
448 not_reached(); \
681 not_reached();
843 #undef not_reached macro

Completed in 102 milliseconds