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

123

/freebsd-10.0-release/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-10.0-release/contrib/nvi/cl/
H A Dcl_screen.c198 goto fast;
375 fast: /* Set the terminal modes. */
378 goto fast;
442 goto fast;
494 fast: if (tcsetattr(STDIN_FILENO, TCSADRAIN | TCSASOFT, &clp->ex_enter)) {
496 goto fast;
/freebsd-10.0-release/usr.sbin/bsdconfig/console/
H A Drepeat74 fast) defaultitem="$msg_fast" ;;
128 "$msg_fast") repeat_rate_to_set="fast" ;; # Fast keyboard repeat rate
/freebsd-10.0-release/sys/geom/stripe/
H A Dg_stripe.c78 TUNABLE_INT("kern.geom.stripe.fast", &g_stripe_fast);
82 int error, fast; local
84 fast = g_stripe_fast;
85 error = sysctl_handle_int(oidp, &fast, 0, req);
87 g_stripe_fast = fast;
90 SYSCTL_PROC(_kern_geom_stripe, OID_AUTO, fast, CTLTYPE_INT | CTLFLAG_RW,
95 0, "Maximum memory that can be allocated in \"fast\" mode (in bytes)");
98 &g_stripe_fast_failed, 0, "How many times \"fast\" mode failed");
558 int error, fast = 0; local
589 * Calculations are quite messy, but fast
[all...]
/freebsd-10.0-release/sys/sys/
H A Dtaskqueue.h191 * Queue for swi handlers dispatched from fast interrupt handlers.
194 * from a fast interrupt handler context.
196 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-10.0-release/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-10.0-release/lib/libc/regex/
H A Dengine.c48 #define fast sfast macro
59 #define fast lfast macro
70 #define fast mfast macro
107 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
254 endp = fast(m, start, stop, gf, gl);
768 - fast - step through the string at top speed
769 == static const char *fast(struct match *m, const char *start, \
773 fast( struct match *m, function
792 SP("fast", st, *p);
1184 #undef fast macro
[all...]
/freebsd-10.0-release/contrib/nvi/regex/
H A Dengine.c51 #define fast sfast macro
62 #define fast lfast macro
98 static const RCHAR_T *fast __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
195 endp = fast(m, start, stop, gf, gl);
700 - fast - step through the string at top speed
701 == static const RCHAR_T *fast(register struct match *m, const RCHAR_T *start, \
705 fast(m, start, stop, startst, stopst) function
1095 #undef fast macro
/freebsd-10.0-release/contrib/top/
H A DConfigure24 # fast track configuration
119 goto fast
460 fast:
/freebsd-10.0-release/contrib/gdb/
H A Dlibtool.m4122 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
314 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
320 AC_ARG_ENABLE(fast-install,
322 << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
343 # AC_DISABLE_FAST_INSTALL - set the default to --disable-fast-install
H A Dltconfig321 --disable-fast-install do not optimize for fast installation
359 --disable-fast-install) enable_fast_install=no ;;
2278 # Whether or not to optimize for fast installation.
/freebsd-10.0-release/contrib/bmake/mk/
H A Dwarnings.mk112 # Don't try and read this too fast!
/freebsd-10.0-release/contrib/nvi/vi/
H A Dvs_refresh.c454 goto fast;
570 fast: (void)gp->scr_cursor(sp, &y, &notused);
/freebsd-10.0-release/contrib/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-10.0-release/lib/libc/mips/string/
H A Dbcopy.S119 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
/freebsd-10.0-release/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:__anon7817
H A Dcsigma.c827 if (b->type == B_SIGMA_2X && b->opt.fast)
873 if (b->opt.fast)
953 outb (BCR2(b->port), b->opt.fast &
/freebsd-10.0-release/sys/mips/mips/
H A Dbcopy.S108 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.c103 static int fast = 0; variable
608 fast = 1; /* No home -> can't read scripts */
978 fast = 1;
1328 if (!fast && reenter == 0) {
1329 /* Will have varval(STRhome) here because set fast if don't */
2491 if (!fast) {
/freebsd-10.0-release/lib/clang/
H A Dclang.build.mk64 FastISel/-gen-fast-isel \
/freebsd-10.0-release/sys/kern/
H A Dkern_tc.c1013 sysclock_getsnapshot(struct sysclock_snap *clock_snap, int fast) argument
1045 if (!fast)
1061 if (!fast)
1098 /* If snapshot was created with !fast, delta will be >0. */
1115 /* If snapshot was created with !fast, delta will be >0. */
1988 NULL, 0, sysctl_fast_gettime, "I", "Enable fast time of day");
H A Dsubr_taskqueue.c614 TASKQUEUE_FAST_DEFINE(fast, taskqueue_fast_enqueue, NULL,
615 swi_add(NULL, "fast taskq", taskqueue_fast_run, NULL,
/freebsd-10.0-release/contrib/subversion/
H A DMakefile.in398 fast-clean: doc-clean
439 local-clean: check-clean clean-bindings fast-clean

Completed in 266 milliseconds

123