Home
last modified time | relevance | path

Searched refs:yyss (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluez/tools/
Dparser.c246 static short *yyss; variable
304 i = yyssp - yyss; in yygrowstack()
305 newss = (yyss != 0) in yygrowstack()
306 ? (short *)realloc(yyss, newsize * sizeof(*newss)) in yygrowstack()
311 yyss = newss; in yygrowstack()
322 yysslim = yyss + newsize - 1; in yygrowstack()
349 if (yyss == NULL && yygrowstack()) goto yyoverflow; in yyparse()
350 yyssp = yyss; in yyparse()
434 if (yyssp <= yyss) goto yyabort; in yyparse()
/external/e2fsprogs/intl/
Dplural.c377 short yyss; member
701 short *yyss = yyssa; in yyparse() local
748 yyssp = yyss; in yyparse()
767 if (yyssp >= yyss + yystacksize - 1) in yyparse()
770 YYSIZE_T yysize = yyssp - yyss + 1; in yyparse()
778 short *yyss1 = yyss; in yyparse()
798 yyss = yyss1; in yyparse()
813 short *yyss1 = yyss; in yyparse()
818 YYSTACK_RELOCATE (yyss); in yyparse()
830 yyssp = yyss + yysize - 1; in yyparse()
[all …]
/external/bison/data/
Dyacc.c368 yytype_int16 yyss;
1019 yytype_int16 *yyss = yyssa;
1060 yyssp = yyss;
1096 if (yyss + yystacksize - 1 <= yyssp)
1099 YYSIZE_T yysize = yyssp - yyss + 1;
1107 yytype_int16 *yyss1 = yyss;
1120 yyss = yyss1;
1135 yytype_int16 *yyss1 = yyss;
1140 YYSTACK_RELOCATE (yyss);
1150 yyssp = yyss + yysize - 1;
[all …]
/external/bison/src/
Dparse-gram.c478 yytype_int16 yyss; member
1512 yytype_int16 *yyss = yyssa; local
1552 yyssp = yyss;
1587 if (yyss + yystacksize - 1 <= yyssp)
1590 YYSIZE_T yysize = yyssp - yyss + 1;
1598 yytype_int16 *yyss1 = yyss;
1611 yyss = yyss1;
1626 yytype_int16 *yyss1 = yyss;
1631 YYSTACK_RELOCATE (yyss);
1641 yyssp = yyss + yysize - 1;
[all …]
/external/elfutils/src/
Dldscript.c272 short yyss; member
1011 short *yyss = yyssa; local
1046 yyssp = yyss;
1063 if (yyss + yystacksize - 1 <= yyssp)
1066 YYSIZE_T yysize = yyssp - yyss + 1;
1074 short *yyss1 = yyss;
1087 yyss = yyss1;
1102 short *yyss1 = yyss;
1107 YYSTACK_RELOCATE (yyss);
1117 yyssp = yyss + yysize - 1;
[all …]
/external/libpcap/
Dgrammar.c556 short int yyss; member
1569 short int *yyss = yyssa; local
1604 yyssp = yyss;
1621 if (yyss + yystacksize - 1 <= yyssp)
1624 YYSIZE_T yysize = yyssp - yyss + 1;
1632 short int *yyss1 = yyss;
1645 yyss = yyss1;
1660 short int *yyss1 = yyss;
1665 YYSTACK_RELOCATE (yyss);
1675 yyssp = yyss + yysize - 1;
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c398 short yyss[YYSTACKSIZE]; variable
565 yyssp = yyss; in yyparse()
593 if (yyssp >= yyss + yystacksize - 1) in yyparse()
634 if (yyssp >= yyss + yystacksize - 1) in yyparse()
649 if (yyssp <= yyss) goto yyabort; in yyparse()
1439 if (yyssp >= yyss + yystacksize - 1) in yyparse()
/external/bison/
DChangeLog565 (union yyalloc.yyss): Use yytype_int16 rather than short.
4124 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,