HomeSort by: relevance | last modified time | path
    Searched defs:yymsg_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1205 YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
1527 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
1536 yymsg_alloc = yyalloc;
1540 yymsg_alloc = sizeof yymsgbuf;
1544 if (0 < yysize && yysize <= yymsg_alloc)
1203 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
dtparser.tab.c 1287 YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
1722 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
1731 yymsg_alloc = yyalloc;
1735 yymsg_alloc = sizeof yymsgbuf;
1739 if (0 < yysize && yysize <= yymsg_alloc)
1285 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local
prparser.tab.c 1290 YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
1732 if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
1741 yymsg_alloc = yyalloc;
1745 yymsg_alloc = sizeof yymsgbuf;
1749 if (0 < yysize && yysize <= yymsg_alloc)
1288 YYSIZE_T yymsg_alloc = sizeof yymsgbuf; local

Completed in 112 milliseconds