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

  /src/sys/kern/
subr_bufq.c 140 bool found_exact; local
169 found_exact = false;
175 found_exact = true;
181 if (strategy == BUFQ_STRAT_ANY || found_exact)
197 if (strategy != BUFQ_STRAT_ANY && !found_exact) {
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 971 bool found_exact = false; local
976 found_exact = true;
981 if (found_exact)
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 971 bool found_exact = false; local
976 found_exact = true;
981 if (found_exact)

Completed in 20 milliseconds