Searched refs:ASL_MAX_ERROR_COUNT (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dasldefine.h62 #define ASL_MAX_ERROR_COUNT 200 macro
H A Daslcompile.c703 if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
706 ASL_MAX_ERROR_COUNT);
H A Daslerror.c688 if (Gbl_ExceptionCount[ASL_ERROR] > ASL_MAX_ERROR_COUNT)
690 printf ("\nMaximum error count (%u) exceeded\n", ASL_MAX_ERROR_COUNT);

Completed in 77 milliseconds