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

123

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h18 #define GET_STACK_TRACE(max_size, fast) \
21 GET_CURRENT_FRAME(), nullptr, fast, max_size);
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dctm_conf.cvs-cur7 set CTMmail ctm-cvs-cur-fast@freebsd.org
H A Dctm_conf.src-cur7 set CTMmail ctm-src-cur-fast@freebsd.org
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_signals_standalone.cpp42 uptr pc, uptr bp, void *context, bool fast);
H A Dubsan_diag.cpp36 uptr pc, uptr bp, void *context, bool fast) {
39 if (StackTrace::WillUseFastUnwind(fast)) {
35 ubsan_GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, void *context, bool fast) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h35 #define GET_STACK_TRACE(max_size, fast) \
46 GET_CURRENT_FRAME(), nullptr, fast, max_size); \
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; local
31 fast = true;
39 fast); local
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_screen.c196 goto fast;
368 fast: /* Set the terminal modes. */
371 goto fast;
438 goto fast;
490 fast: if (tcsetattr(STDIN_FILENO, TCSADRAIN | TCSASOFT, &clp->ex_enter)) {
492 goto fast;
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Drepeat74 fast) defaultitem="$msg_fast" ;;
128 "$msg_fast") repeat_rate_to_set="fast" ;; # Fast keyboard repeat rate
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp105 bool fast = common_flags()->fast_unwind_on_fatal; local
106 if (StackTrace::WillUseFastUnwind(fast)) {
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c80 int error, fast; local
82 fast = g_stripe_fast;
83 error = sysctl_handle_int(oidp, &fast, 0, req);
85 g_stripe_fast = fast;
88 SYSCTL_PROC(_kern_geom_stripe, OID_AUTO, fast, CTLTYPE_INT | CTLFLAG_RWTUN,
92 0, "Maximum memory that can be allocated in \"fast\" mode (in bytes)");
95 &g_stripe_fast_failed, 0, "How many times \"fast\" mode failed");
575 int error, fast = 0; local
606 * Calculations are quite messy, but fast I hope.
624 * Do use "fast" mod
[all...]
/freebsd-11-stable/sys/sys/
H A Dtaskqueue.h202 * Queue for swi handlers dispatched from fast interrupt handlers.
205 * from a fast interrupt handler context.
207 TASKQUEUE_DECLARE(fast); variable
H A Dtimeffc.h148 void sysclock_getsnapshot(struct sysclock_snap *clock_snap, int fast);
159 * measure time interval in counter units. If a fast timecounter is used by the
160 * system, may also allow fast but accurate timestamping.
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c680 int pcheck, int fast, int large);
1098 int fast, int large)
1128 if (fast)
1161 int fast; local
1166 fast = FALSE;
1176 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1194 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1204 /* Now see if we can do fast timing */
1205 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1210 fast
1097 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/freebsd-11-stable/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);
760 == const char *stop, sopno startst, sopno stopst, bool fast);
764 sopno stopst, bool fast)
783 if (fast)
805 if (fast && EQ(st, fresh))
843 if (fast)
853 if (fast)
864 if (fast) {
763 walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast) argument
/freebsd-11-stable/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-11-stable/contrib/top/
H A DConfigure24 # fast track configuration
119 goto fast
460 fast:
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile45 print-calm-fast.c \
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk91 # Don't try and read this too fast!
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_refresh.c454 goto fast;
570 fast: (void)gp->scr_cursor(sp, &y, &notused);
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h289 #define BUS_FAST 1 /* fast bus timing (Sigma-22 and -800) */
290 #define BUS_FAST2 2 /* fast bus timing (Sigma-800) */
291 #define BUS_FAST3 3 /* fast bus timing (Sigma-800) */
294 unsigned char fast; /* bus master timing (Sigma-22 and -800) */ member in struct:__anon9563
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S119 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S108 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc47 #define fast sfast
59 #define fast lfast
93 static const char *fast(struct match *, const char *, const char *, sopno, sopno);
185 endp = fast(m, start, stop, gf, gl);
680 - fast - step through the string at top speed
683 fast(struct match *m, const char *start, const char *stop, sopno startst,
1026 #undef fast
/freebsd-11-stable/contrib/tcsh/
H A Dsh.c101 static int fast = 0; variable
619 fast = 1; /* No home -> can't read scripts */
969 fast = 1;
1319 if (!fast && reenter == 0) {
1320 /* Will have varval(STRhome) here because set fast if don't */
2519 if (!fast) {

Completed in 240 milliseconds

123