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

  /src/sys/external/bsd/acpica/dist/utilities/
utcache.c 149 Cache->CurrentDepth--;
227 if (Cache->CurrentDepth >= Cache->MaxDepth)
252 Cache->CurrentDepth++;
307 Cache->CurrentDepth--;
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 100 : Matcher(Matcher), Finder(Finder), Builder(Builder), CurrentDepth(0),
155 ScopedIncrement ScopedDepth(&CurrentDepth);
175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX))
178 ScopedIncrement ScopedDepth(&CurrentDepth);
195 ScopedIncrement ScopedDepth(&CurrentDepth);
207 ScopedIncrement ScopedDepth(&CurrentDepth);
218 ScopedIncrement ScopedDepth(&CurrentDepth);
224 ScopedIncrement ScopedDepth(&CurrentDepth);
232 ScopedIncrement ScopedDepth(&CurrentDepth);
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbstats.c 132 List->CurrentDepth,
134 List->MaxDepth - List->CurrentDepth,
135 (List->CurrentDepth * List->ObjectSize));
dbexec.c 320 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopNestAnalysis.cpp 187 unsigned CurrentDepth = 1;
202 ++CurrentDepth;
205 return CurrentDepth;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1397 UINT16 CurrentDepth;

Completed in 23 milliseconds