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

  /src/sys/external/bsd/acpica/dist/compiler/
prmacros.c 395 UINT32 Depth = 1;
396 /*UINT32 Depth = 1;*/
408 Depth++;
412 Depth--;
420 if (Depth == 0)
dtcompiler.h 240 UINT16 Depth;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 370 {1, " Namespace [Object] [Depth]", "Display loaded namespace tree/subtree\n"},
373 {1, " Owner <OwnerId> [Depth]", "Display loaded namespace by object owner\n"},
635 UINT32 Depth;
713 Depth = 1;
739 Depth++; /* A nested package declaration */
743 Depth--;
744 if (Depth == 0) /* Found final package closing bracket */

Completed in 12 milliseconds