Home
last modified time | relevance | path

Searched refs:MAX_NEST_DEPTH (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c35 #define MAX_NEST_DEPTH 20 macro
657 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c30 #define MAX_NEST_DEPTH 20 macro
638 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c45 #define MAX_NEST_DEPTH 1000 // just in case we get in an endless loop. macro
425 if (NestDepth > MAX_NEST_DEPTH) { in ProcessFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.c38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop. macro
472 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.c38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop. macro
499 if (NestDepth > MAX_NEST_DEPTH) { in ProcessIncludeFile()