/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
H A D | __clang_cuda_math.h | 51 #define __FAST_OR_SLOW(fast, slow) fast argument 53 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.h | 23 #define GET_STACK_TRACE(max_size, fast) \ argument
|
H A D | lsan.cpp | 45 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag_standalone.cpp | 24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
|
H A D | ubsan_diag.cpp | 40 bool fast = StackTrace::WillUseFastUnwind(request_fast); in ubsan_GetStackTrace() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ argument
|
H A D | asan_errors.cpp | 26 bool fast = common_flags()->fast_unwind_on_fatal; in OnStackUnwind() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_stack_trace.cpp | 54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_inlines_a.h | 155 bool fast = tsd_fast(tsd); in pre_reentrancy() local
|
H A D | tsd.h | 337 bool fast = (tsd_state_get(tsd) == tsd_state_nominal); in tsd_fast() local
|
/freebsd-src/contrib/nvi/regex/ |
H A D | engine.c | 47 #define fast sfast macro 58 #define fast lfast macro 680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in fast() function
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | fse_compress.c | 556 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 617 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); in FSE_compress_usingCTable() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report.cpp | 151 bool fast = common_flags()->fast_unwind_on_fatal; ReportMmapWriteExec() local
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse_decompress.c | 169 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
|
/freebsd-src/sys/contrib/zstd/lib/compress/ |
H A D | fse_compress.c | 595 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 656 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); in FSE_compress_usingCTable() local
|
/freebsd-src/sys/contrib/zstd/lib/common/ |
H A D | fse_decompress.c | 234 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
|
/freebsd-src/sys/dev/aic7xxx/ |
H A D | aic7xxx_pci.c | 1088 int fast, int large) in ahc_scbram_config() 1151 int fast; in ahc_probe_ext_scbram() local
|
/freebsd-src/sys/geom/stripe/ |
H A D | g_stripe.c | 571 int error, fast = 0; in g_stripe_start() local
|
/freebsd-src/crypto/openssh/regress/unittests/test_helper/ |
H A D | test_helper.c | 124 static int fast = 0; variable
|
/freebsd-src/lib/libc/regex/ |
H A D | engine.c | 843 sopno stopst, bool fast) in walk()
|
/freebsd-src/contrib/tcsh/ |
H A D | sh.c | 101 static int fast = 0; variable
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | Config.h | 75 fast, enumerator
|
/freebsd-src/contrib/jemalloc/src/ |
H A D | jemalloc.c | 3479 bool fast = tsd_fast(tsd); in je_dallocx() local 3538 bool fast = tsd_fast(tsd); in sdallocx_default() local
|