Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddce.c93 deletable_insn_p (rtx insn, bool fast, bitmap arg_stores) in deletable_insn_p()
170 mark_insn (rtx insn, bool fast) in mark_insn()
214 mark_nonreg_stores (rtx body, rtx insn, bool fast) in mark_nonreg_stores()
251 find_call_stack_args (rtx call_insn, bool do_mark, bool fast, in find_call_stack_args()
605 prescan_insns_for_dce (bool fast) in prescan_insns_for_dce()
698 init_dce (bool fast) in init_dce()
724 fini_dce (bool fast) in fini_dce()
H A Dopts.c323 int level, bool size, bool fast, in maybe_default_option()
406 int level, bool size, bool fast, in maybe_default_options()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddce.c94 deletable_insn_p (rtx_insn *insn, bool fast, bitmap arg_stores) in deletable_insn_p()
193 mark_insn (rtx_insn *insn, bool fast) in mark_insn()
239 mark_nonreg_stores (rtx body, rtx_insn *insn, bool fast) in mark_nonreg_stores()
277 find_call_stack_args (rtx_call_insn *call_insn, bool do_mark, bool fast, in find_call_stack_args()
657 prescan_insns_for_dce (bool fast) in prescan_insns_for_dce()
746 init_dce (bool fast) in init_dce()
778 fini_dce (bool fast) in fini_dce()
H A Dopts.c335 int level, bool size, bool fast, bool debug, in maybe_default_option()
424 int level, bool size, bool fast, bool debug, in maybe_default_options()
/dflybsd-src/contrib/nvi2/regex/
H A Dengine.c47 #define fast sfast macro
58 #define fast lfast macro
680 fast(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, in fast() function
/dflybsd-src/games/rogue/
H A Dmove.c618 turn_passage(short dir, boolean fast) in turn_passage()
/dflybsd-src/contrib/zstd/lib/compress/
H A Dfse_compress.c559 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic()
620 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); in FSE_compress_usingCTable() local
/dflybsd-src/games/snake/snake/
H A Dsnake.c97 int fast = 1; variable
/dflybsd-src/contrib/zstd/lib/common/
H A Dfse_decompress.c234 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
/dflybsd-src/contrib/tcsh-6/
H A Dsh.c101 static int fast = 0; variable
/dflybsd-src/games/trek/
H A Dtrek.h329 char fast; /* set if speed > 300 baud */ member
/dflybsd-src/sys/net/lagg/
H A Dieee8023ad_lacp.c532 boolean_t fast = FALSE; /* XXX should be configurable */ in lacp_port_create() local
/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.c1792 int fast = 0; in ng_ppp_mp_strategy() local
/dflybsd-src/sys/dev/raid/aac/
H A Daac.c814 u_int32_t index, fast; in aac_new_intr() local
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.c2336 int fast = 0; in ng_ppp_mp_strategy() local
/dflybsd-src/contrib/grep/lib/
H A Ddfa.c458 bool fast; /* The DFA is fast. */ member