Searched refs:PR_MAX_MACRO_ARGS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c433 Args = UtLocalCalloc (sizeof (PR_MACRO_ARG) * PR_MAX_MACRO_ARGS);
437 for (i = 0; i < PR_MAX_MACRO_ARGS; i++)
466 if (ArgCount >= PR_MAX_MACRO_ARGS)
484 for (i = 0; ((i < PR_MAX_MACRO_ARGS) && Args[i].Name); i++)
H A Dpreprocess.h171 #define PR_MAX_MACRO_ARGS 32 /* Max number of macro args */ macro

Completed in 84 milliseconds