Searched refs:fast (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast); local
25 Unwind(max_depth, pc, bp, context, top, bottom, fast);
H A Dubsan_signals_standalone.cpp47 uptr pc, uptr bp, void *context, bool fast);
H A Dubsan_diag.cpp40 bool fast = StackTrace::WillUseFastUnwind(request_fast); local
41 stack->Unwind(max_depth, pc, bp, context, top, bottom, fast);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h23 #define GET_STACK_TRACE(max_size, fast) \
25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
H A Dlsan.cpp45 bool fast = StackTrace::WillUseFastUnwind(request_fast);
46 Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.h35 #define GET_STACK_TRACE(max_size, fast) \
47 fast, max_size); \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h35 #define GET_STACK_TRACE(max_size, fast) \
47 fast, max_size); \
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; local
31 fast = true;
39 fast); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast); local
55 Unwind(max_depth, pc, bp, context, top, bottom, fast);
/freebsd-current/contrib/nvi/cl/
H A Dcl_screen.c192 goto fast;
364 fast: /* Set the terminal modes. */
367 goto fast;
434 goto fast;
483 fast: if (tcsetattr(STDIN_FILENO, TCSADRAIN | TCSASOFT, &clp->ex_enter)) {
485 goto fast;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh89 compression zstd-fast copies $((RANDOM%3 + 1))
90 compression zstd-fast-$((RANDOM%9 + 1)) xattr sa
117 compression zstd-fast copies $((RANDOM%3 + 1))
118 compression zstd-fast-$((RANDOM%9 + 1)) acltype off
/freebsd-current/usr.sbin/bsdconfig/console/
H A Drepeat73 fast) defaultitem="$msg_fast" ;;
127 "$msg_fast") repeat_rate_to_set="fast" ;; # Fast keyboard repeat rate
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h155 bool fast = tsd_fast(tsd);
158 if (fast) {
H A Dtsd.h18 * --- data accessed on tcache fast path: state, rtree_ctx, stats, prof ---
26 * --- data not accessed on tcache fast path: arena-related fields ---
47 * fast path. However we have a number of unused tcache bins and witnesses
132 * threads need to recompute their fast / slow status the next time they
209 * a register that hurts fast-path performance.
337 bool fast = (tsd_state_get(tsd) == tsd_state_nominal); local
338 if (fast) {
342 return fast;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c169 const FSE_DTable* dt, const unsigned fast)
186 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(statePtr, &bitD)
237 /* select fast mode (static) */
166 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h75 fast, member in class:lld::macho::ObjCStubsMode
195 ObjCStubsMode objcStubsMode = ObjCStubsMode::fast;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c556 const FSE_CTable* ct, const unsigned fast)
570 #define FSE_FLUSHBITS(s) (fast ? BIT_flushBitsFast(s) : BIT_flushBits(s))
617 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); local
619 if (fast)
554 FSE_compress_usingCTable_generic(void* dst, size_t dstSize, const void* src, size_t srcSize, const FSE_CTable* ct, const unsigned fast) argument
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_pci.c674 int pcheck, int fast, int large);
1088 int fast, int large)
1118 if (fast)
1151 int fast; local
1156 fast = FALSE;
1166 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1184 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1194 /* Now see if we can do fast timing */
1195 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1200 fast
1087 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp151 bool fast = common_flags()->fast_unwind_on_fatal; local
152 if (StackTrace::WillUseFastUnwind(fast)) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match.mk56 # Test the fast code path for '*' followed by a regular character.
60 # Ensure that the fast code path correctly handles the backslash.
64 # Ensure that the fast code path correctly handles '\*'.
68 # Ensure that the partial match '.c' doesn't confuse the fast code path.
72 # Ensure that the substring '.cc' doesn't confuse the fast code path for '.c'.
/freebsd-current/lib/libc/regex/
H A Dengine.c106 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
839 == const char *stop, sopno startst, sopno stopst, bool fast);
843 sopno stopst, bool fast)
863 if (fast)
886 if (fast && EQ(st, fresh))
946 if (fast)
956 if (fast)
968 if (fast) {
842 walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast) argument
/freebsd-current/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c124 static int fast = 0; variable
156 fast = 1;
203 return fast;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h45 // libdevice provides fast low precision and slow full-recision implementations
51 #define __FAST_OR_SLOW(fast, slow) fast
53 #define __FAST_OR_SLOW(fast, slow) slow
/freebsd-current/contrib/nvi/regex/
H A Dengine.c47 #define fast sfast macro
58 #define fast lfast macro
94 static const RCHAR_T *fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst);
185 endp = fast(m, start, stop, gf, gl);
677 - fast - step through the string at top speed
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, function
1029 #undef fast macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c234 const FSE_DTable* dt, const unsigned fast)
251 #define FSE_GETSYMBOL(statePtr) fast ? FSE_decodeSymbolFast(statePtr, &bitD) : FSE_decodeSymbol(statePtr, &bitD)
302 /* select fast mode (static) */
355 /* select fast mode (static) */
231 FSE_decompress_usingDTable_generic( void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt, const unsigned fast) argument

Completed in 483 milliseconds

1234