Home
last modified time | relevance | path

Searched refs:pruning (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThinLTO.rst155 pruning. Cache pruning is supported with gold, ld64 and ELF and COFF lld, but
173 size-based pruning. The default is 75%.
180 the byte size-based pruning. The default is no byte size-based pruning.
182 Note that ThinLTO will apply both size-based pruning policies simultaneously,
195 pruning. The default is 1 week.
198 Sets the pruning interval to ``X`` seconds (or minutes, hours
H A DSanitizerCoverage.rst223 to disable pruning. This could be useful for better coverage visualization.
H A DModules.rst193pruning attempts to clear out old, unused module files so that the module cache itself does not gr…
196 …the module cache must be unused (according to access time) before module pruning will remove it. T…
/netbsd-src/usr.sbin/mrouted/
H A Dmain.c50 u_char pruning = 1; /* Enable pruning by default */ variable
134 pruning = 0; in main()
242 fprintf(stderr, "pruning %s\n", pruning ? "on" : "off"); in main()
584 pruning = 1; in restart()
H A Ddefs.h116 extern u_char pruning;
H A Dcfparse.y199 | PRUNING BOOLEAN { pruning = $2; }
H A Dprune.c235 if (pruning == 0) in send_prune()
1133 if (pruning == 0) in accept_prune()
/netbsd-src/external/historical/nawk/dist/testdir/
H A DREADME.TESTS41 collecting for years and may need pruning. Suggestions for
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2007-OriginalClangReadme.txt133 * Column numbers are fully tracked (no 256 col limit, no GCC-style pruning).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Danalyzer.texi163 state pruning: which tries to discard state that won't be relevant
355 After pruning, we notify each event in the path of its ID and record the
H A Doptions.texi224 turned off by some later option. This pruning is not done for options
H A Dtree-ssa.texi638 they are needed. No pruning of the IDF is done. This is used
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Danalyzer.texi168 state pruning: which tries to discard state that won't be relevant
377 After pruning, we notify each event in the path of its ID and record the
H A Doptions.texi250 turned off by some later option. This pruning is not done for options
H A Dtree-ssa.texi626 they are needed. No pruning of the IDF is done. This is used
/netbsd-src/external/bsd/byacc/dist/
H A DREADME.BTYACC445 parser does NO pruning of alternate parsing paths. To
451 declaration and statement rule, corresponding to pruning
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRay.rst356 quickly become unwieldy. We are working on integrating pruning techniques and
H A DJITLink.rst453 Passes run at this stage benefit from pruning, as dead functions and data
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def256 CODEGENOPT(SanitizeCoverageNoPrune, 1, 0) ///< Disable coverage pruning.
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sugar.m43003 # pruning.
3078 # guaranteed. This is O(n) in the size of the set before pruning.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2005787 empty section pruning.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-2005787 empty section pruning.
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c1305 bool pruning DNS__DB_FLARG) { in newversion()
1431 * attempt pruning the RBTDB (i.e. deleting empty nodes that in new_rdataset()
1440 * value of the 'pruning' parameter (which is only set to in new_rdataset()
1446 if (!pruning && is_last_node_on_its_level(node) && in free_rdataset()
2005 decrement_reference(dns_rbtdb_t * rbtdb,dns_rbtnode_t * node,rbtdb_serial_t least_serial,isc_rwlocktype_t nlock,isc_rwlocktype_t tlock,bool pruning) decrement_reference() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbtdb.c2098 isc_rwlocktype_t tlock, bool pruning) { in decrement_reference() argument
2210 if (!pruning && is_leaf(node) && rbtdb->task != NULL) { in decrement_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog866 the selected callee during overload set pruning.

123