HomeSort by: relevance | last modified time | path
    Searched defs:merge (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/ldconfig/
ldconfig.c 69 static int merge; variable in typeref:typename:int
105 merge = 1;
130 if (justread || merge) {
139 if (!nostd && !merge)
145 if (!noconf && !merge)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 56 void merge(QuarantineBatch* const from) { function in struct:__sanitizer::QuarantineBatch
157 // Go over the batches and merge partially filled ones to
165 // Do the merge only when overhead exceeds this predefined limit (might
166 // require some tuning). It saves us merge attempt when the batch list
167 // quarantine is unlikely to contain batches suitable for merge.
262 current->merge(extracted);
  /src/usr.bin/tic/
tic.c 247 merge(TIC *rtic, TIC *utic, int flags) function in typeref:typename:void
256 errx(EXIT_FAILURE, "merge rtype diff (%s:%d into %s:%d)",
465 /* If we need to merge in a term that requires
474 merge(rtic, utic, flags);
689 /* Merge use entries until we have merged all we can */
  /src/usr.bin/pr/
pr.c 94 static int merge; /* merge multiple files in output */ variable in typeref:typename:int
147 if (merge)
844 * of the merge operation (-m) in relation to unsuccessful file opens
1738 ++merge;
1811 if (merge) {
1814 merge = 0;
1825 if (merge) {
1836 if (cflag || merge) {
1847 if (merge) {
    [all...]
  /src/sys/dist/pf/net/
pf_norm.c 712 int merge = 0; local in function:pf_fragcache
720 merge = 1;
729 merge = 1;
765 if (merge) {
767 /* Need to merge in a previous 'cur' */
768 DPFPRINTF(("fragcache[%d]: adjacent(merge "
779 /* Need to merge in a modified 'frp' */
781 DPFPRINTF(("fragcache[%d]: adjacent(merge "
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1598 * request is already completed, we can pretend to merge it in
2077 bool merge = true; local in function:execlists_dequeue
2121 merge = false;
2125 if (!merge) {

Completed in 19 milliseconds