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 287 UINT32 Depth = 1;
288 /*UINT32 Depth = 1;*/
300 Depth++;
304 Depth--;
312 if (Depth == 0)
dtcompiler.h 132 UINT16 Depth;
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 262 {1, " Namespace [Object] [Depth]", "Display loaded namespace tree/subtree\n"},
265 {1, " Owner <OwnerId> [Depth]", "Display loaded namespace by object owner\n"},
527 UINT32 Depth;
605 Depth = 1;
631 Depth++; /* A nested package declaration */
635 Depth--;
636 if (Depth == 0) /* Found final package closing bracket */

Completed in 18 milliseconds