/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ThinLTO.rst | 155 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 D | SanitizerCoverage.rst | 223 to disable pruning. This could be useful for better coverage visualization.
|
H A D | Modules.rst | 193 …pruning 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 D | main.c | 50 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 D | defs.h | 116 extern u_char pruning;
|
H A D | cfparse.y | 199 | PRUNING BOOLEAN { pruning = $2; }
|
H A D | prune.c | 235 if (pruning == 0) in send_prune() 1133 if (pruning == 0) in accept_prune()
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | README.TESTS | 41 collecting for years and may need pruning. Suggestions for
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2007-OriginalClangReadme.txt | 133 * Column numbers are fully tracked (no 256 col limit, no GCC-style pruning).
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | analyzer.texi | 163 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 D | options.texi | 224 turned off by some later option. This pruning is not done for options
|
H A D | tree-ssa.texi | 638 they are needed. No pruning of the IDF is done. This is used
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | analyzer.texi | 168 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 D | options.texi | 250 turned off by some later option. This pruning is not done for options
|
H A D | tree-ssa.texi | 626 they are needed. No pruning of the IDF is done. This is used
|
/netbsd-src/external/bsd/byacc/dist/ |
H A D | README.BTYACC | 445 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 D | XRay.rst | 356 quickly become unwieldy. We are working on integrating pruning techniques and
|
H A D | JITLink.rst | 453 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 D | CodeGenOptions.def | 256 CODEGENOPT(SanitizeCoverageNoPrune, 1, 0) ///< Disable coverage pruning.
|
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/ |
H A D | m4sugar.m4 | 3003 # 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 D | ChangeLog-2005 | 787 empty section pruning.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-2005 | 787 empty section pruning.
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rbtdb.c | 1305 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 D | rbtdb.c | 2098 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 D | ChangeLog | 866 the selected callee during overload set pruning.
|