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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 35 #define MAX_NEST_DEPTH 20
657 if (NestDepth > MAX_NEST_DEPTH) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 30 #define MAX_NEST_DEPTH 20
638 if (NestDepth > MAX_NEST_DEPTH) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 45 #define MAX_NEST_DEPTH 1000 // just in case we get in an endless loop.
425 if (NestDepth > MAX_NEST_DEPTH) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop.
472 if (NestDepth > MAX_NEST_DEPTH) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 38 #define MAX_NEST_DEPTH 20 // just in case we get in an endless loop.
499 if (NestDepth > MAX_NEST_DEPTH) {
    [all...]

Completed in 414 milliseconds