HomeSort by relevance Sort by last modified time
    Searched refs:NestDepth (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 143 UINT32 NestDepth,
345 UINT32 NestDepth,
359 NestDepth - how deep we're nested in includes
391 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', FileName);
425 if (NestDepth > MAX_NEST_DEPTH) {
453 if (NestDepth != START_NEST_DEPTH) {
586 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1,
643 Status = ProcessFile (TargetFileName, MacroIncludeFileName, NestDepth + 1,
685 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1,
692 Status = ProcessFile (TargetFileName, Cptr, NestDepth + 1,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 639 static unsigned int NestDepth = 0;
644 NestDepth++;
650 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName);
657 if (NestDepth > MAX_NEST_DEPTH) {
658 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 620 STATIC UINTN NestDepth = 0;
625 NestDepth++;
631 fprintf (stdout, "%*cProcessing file '%s'\n", (int)NestDepth * 2, ' ', SourceFile->FileName);
638 if (NestDepth > MAX_NEST_DEPTH) {
639 Error (NULL, 0, 3001, "Not Supported", "%s exceeeds max nesting depth (%u)", SourceFile->FileName, (unsigned) NestDepth);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 455 static UINT32 NestDepth = 0;
460 NestDepth++;
466 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName);
472 if (NestDepth > MAX_NEST_DEPTH) {
473 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth);
517 NestDepth--;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 482 static UINT32 NestDepth = 0;
487 NestDepth++;
493 fprintf (stdout, "%*cProcessing file '%s'\n", NestDepth * 2, ' ', SourceFile->FileName);
499 if (NestDepth > MAX_NEST_DEPTH) {
500 Error (NULL, 0, 0, SourceFile->FileName, "max nesting depth (%d) exceeded", NestDepth);
544 NestDepth--;
    [all...]

Completed in 577 milliseconds