Searched defs:fast (Results 126 - 150 of 155) sorted by relevance

1234567

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc106 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.cc25 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cc104 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/sys/net/agr/
H A Dieee8023ad_lacp.c306 bool fast = false; /* XXX should be configurable */ local
/netbsd-current/sys/dev/tc/
H A Dtcds.c512 int id, fast; local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp112 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; local
39 fast); local
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dengine.c50 #define fast sfast macro
61 #define fast lfast macro
705 fast(m, start, stop, startst, stopst) function
1095 #undef fast macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc30 GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, void *context, bool fast) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc28 GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, void *context, bool fast) argument
/netbsd-current/sys/arch/macppc/dev/
H A Dobio.c495 obio_set_cpu_speed(struct obio_softc *sc, int fast) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp35 ubsan_GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, void *context, bool fast) argument
/netbsd-current/games/snake/snake/
H A Dsnake.c110 static int fast = 1; variable
[all...]
/netbsd-current/sys/dev/ic/
H A Daac.c920 u_int32_t index, fast; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c121 deletable_insn_p (rtx_insn *insn, bool fast, bitmap arg_stores) argument
219 mark_insn (rtx_insn *insn, bool fast) argument
264 mark_nonreg_stores (rtx_insn *insn, bool fast) argument
299 sp_based_mem_offset (rtx_call_insn *call_insn, const_rtx mem, bool fast) argument
351 bool fast; member in struct:check_argument_load_data
396 find_call_stack_args(rtx_call_insn *call_insn, bool do_mark, bool fast, bitmap arg_stores) argument
665 prescan_insns_for_dce(bool fast) argument
754 init_dce(bool fast) argument
786 fini_dce(bool fast) argument
[all...]
H A Dopts.c316 maybe_default_option(struct gcc_options *opts, struct gcc_options *opts_set, const struct default_options *default_opt, int level, bool size, bool fast, bool debug, unsigned int lang_mask, const struct cl_option_handlers *handlers, location_t loc, diagnostic_context *dc) argument
406 maybe_default_options(struct gcc_options *opts, struct gcc_options *opts_set, const struct default_options *default_opts, int level, bool size, bool fast, bool debug, unsigned int lang_mask, const struct cl_option_handlers *handlers, location_t loc, diagnostic_context *dc) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddce.cc121 deletable_insn_p (rtx_insn *insn, bool fast, bitmap arg_stores) argument
219 mark_insn (rtx_insn *insn, bool fast) argument
234 find_call_stack_args (as_a <rtx_call_insn *> (insn), true, fast, NULL); local
264 mark_nonreg_stores (rtx_insn *insn, bool fast) argument
299 sp_based_mem_offset (rtx_call_insn *call_insn, const_rtx mem, bool fast) argument
351 bool fast; member in struct:check_argument_load_data
396 find_call_stack_args(rtx_call_insn *call_insn, bool do_mark, bool fast, bitmap arg_stores) argument
665 prescan_insns_for_dce(bool fast) argument
754 init_dce(bool fast) argument
786 fini_dce(bool fast) argument
[all...]
H A Dopts.cc450 maybe_default_option(struct gcc_options *opts, struct gcc_options *opts_set, const struct default_options *default_opt, int level, bool size, bool fast, bool debug, unsigned int lang_mask, const struct cl_option_handlers *handlers, location_t loc, diagnostic_context *dc) argument
540 maybe_default_options(struct gcc_options *opts, struct gcc_options *opts_set, const struct default_options *default_opts, int level, bool size, bool fast, bool debug, unsigned int lang_mask, const struct cl_option_handlers *handlers, location_t loc, diagnostic_context *dc) argument
/netbsd-current/lib/libc/regex/
H A Dengine.c878 walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast) argument
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.cc334 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.cc332 bool fast = common_flags()->fast_unwind_on_fatal; local
/netbsd-current/bin/csh/
H A Dcsh.c177 int fast = 0; variable
/netbsd-current/sys/dev/pci/
H A Dahc_pci.c1248 int fast; local
1184 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/netbsd-current/games/trek/
H A Dtrek.h327 char fast; /* set if speed > 300 baud */ member in struct:Etc_struct
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml88 let fast = 8 var in Module:CallConv

Completed in 254 milliseconds

1234567