OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_MAX_MACRO_ARGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
prmacros.c
433
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
)
483
for (i = 0; ((i <
PR_MAX_MACRO_ARGS
) && Args[i].Name); i++)
preprocess.h
171
#define
PR_MAX_MACRO_ARGS
32 /* Max number of macro args */
Completed in 14 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025