HomeSort by: relevance | last modified time | path
    Searched refs:fast (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.h 19 #define GET_STACK_TRACE(max_size, fast) \
22 GET_CURRENT_FRAME(), nullptr, fast);
50 __sanitizer::uptr bp, void *context, bool fast) {
53 if (fast && (t = CurrentThreadContext())) {
58 stack->Unwind(max_depth, pc, bp, context, stack_top, stack_bottom, fast);
  /src/games/trek/
main.c 170 /* Default to fast mode */
171 Etc.fast = 1;
177 case 'f': /* set fast mode */
178 Etc.fast++;
182 Etc.fast = 0;
srscan.c 50 ** unless in 'fast' mode. It does a status report and a srscan.
89 if (!Etc.fast)
trek.h 327 char fast; /* set if speed > 300 baud */ member in struct:Etc_struct
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stack.h 35 void *context, bool fast) {
37 stack->Unwind(max_depth, pc, bp, context, 0, 0, fast);
48 fast);
50 } else if (!t && !fast) {
64 #define GET_STACK_TRACE(max_size, fast) \
75 GET_CURRENT_FRAME(), 0, fast); \
  /src/sys/sys/
common_int_mwgwtypes.h 36 #error Your compiler does not provide min/fast width type macros.
  /src/games/sail/
pl_5.c 88 Msg("Ship can't turn that fast.");
115 Msg("Can't move that fast.");
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm958522er.dts 145 m25p,fast-read;
bcm958525er.dts 145 m25p,fast-read;
bcm958525xmc.dts 161 m25p,fast-read;
bcm958622hr.dts 149 m25p,fast-read;
bcm958623hr.dts 153 m25p,fast-read;
bcm958625hr.dts 160 m25p,fast-read;
bcm958625k.dts 164 m25p,fast-read;
bcm988312hr.dts 149 m25p,fast-read;
  /src/games/snake/snake/
snake.c 110 static int fast = 1; variable
175 fast = 0;
283 if (!fast)
355 if ((fast) || (k == 1))
358 if ((fast) || (k == repeat) ||
370 if ((fast) || (k == 1))
373 if ((fast) || (k == repeat) ||
386 if ((fast) || (k == 1))
389 if ((fast) || (k == repeat) ||
403 if ((fast) || (k == 1)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_report.cc 106 bool fast = common_flags()->fast_unwind_on_fatal; local
107 if (fast)
109 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, fast);
  /src/sys/dev/tc/
tcds.c 98 #define TCDSF_FASTSCSI 0x02 /* supports Fast SCSI */
512 int id, fast; local
520 fast = dec_3000_scsifast[chip];
526 * not the device is "fast". Chip 0 is the high nibble,
534 fast = ids & 0x8;
543 if (fast)
544 printf("%s: fast mode set for chip %d\n",
548 *fastp = fast;
  /src/sys/arch/sh3/sh3/
exception_vector.S 163 * TLB miss vector. We run through the fast path first, checking if
164 * there's a valid mapping in curlwp or kernel pmap. We do fast path
169 * If we don't find a valid mapping in the fast path, we do context
180 !! For the duration of fast path we keep
270 !! if we haven't found a valid mapping in the fast path
321 * TLB miss vector. We run through the fast path first, checking if
322 * there's a valid mapping in curlwp or kernel pmap. We do fast path
327 * If we don't find a valid mapping in the fast path, we do context
338 !! For the duration of fast path we keep
430 !! if we haven't found a valid mapping in the fast pat
    [all...]
  /src/sys/dev/pci/
ahc_pci.c 707 int pcheck, int fast, int large);
1175 int fast, int large)
1205 if (fast)
1238 int fast; local
1243 fast = FALSE;
1253 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1271 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1281 /* Now see if we can do fast timing */
1282 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1287 fast = TRUE
    [all...]
  /src/common/lib/libc/arch/mips/string/
ffs.S 74 beqz a0, 6f # fast escape if 0
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-svk.dts 210 m25p,fast-read;
  /src/bin/csh/
csh.c 177 int fast = 0; variable
327 fast = 1; /* No home -> can't read scripts */
410 case 'f': /* -f Fast start */
411 fast = 1;
600 if (!fast && reenter == 0) {
601 /* Will have value(STRhome) here because set fast if don't */
618 if (!fast && !arginp && !onelflg)
630 if (!fast && !arginp && !onelflg && !havhash)
882 if (!fast) {
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 31 uptr bp, void *context, bool fast) {
34 if (fast)
36 stack->Unwind(max_depth, pc, bp, context, top, bottom, fast);
416 // Fast path: don't symbolize PC if there is no suppressions for given UB
  /src/sys/arch/arm/arm/
cpufunc_asm_pj4b.S 80 bic r0, r0, #(1 << 23) @ Enable fast LDR

Completed in 32 milliseconds

1 2 3