OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yymsg_alloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c
1313
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
1635
if (
yymsg_alloc
< yysize &&
yymsg_alloc
< YYSTACK_ALLOC_MAXIMUM)
1644
yymsg_alloc
= yyalloc;
1648
yymsg_alloc
= sizeof yymsgbuf;
1652
if (0 < yysize && yysize <=
yymsg_alloc
)
1311
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
local in function:yyparse
dtparser.tab.c
1395
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
1830
if (
yymsg_alloc
< yysize &&
yymsg_alloc
< YYSTACK_ALLOC_MAXIMUM)
1839
yymsg_alloc
= yyalloc;
1843
yymsg_alloc
= sizeof yymsgbuf;
1847
if (0 < yysize && yysize <=
yymsg_alloc
)
1393
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
local in function:yyparse
prparser.tab.c
1398
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
1840
if (
yymsg_alloc
< yysize &&
yymsg_alloc
< YYSTACK_ALLOC_MAXIMUM)
1849
yymsg_alloc
= yyalloc;
1853
yymsg_alloc
= sizeof yymsgbuf;
1857
if (0 < yysize && yysize <=
yymsg_alloc
)
1396
YYSIZE_T
yymsg_alloc
= sizeof yymsgbuf;
local in function:yyparse
Completed in 15 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025