HomeSort by relevance Sort by last modified time
    Searched defs:yyssp (Results 1 - 8 of 8) sorted by null

  /external/bison/data/
yacc.c 243 yytype_int16 *yyssp;
770 yystate = *yyssp; \]b4_lac_if([[
1486 #define yyssp macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 394 short *yyssp; variable
565 yyssp = yyss;
567 *yyssp = yystate = 0;
593 if (yyssp >= yyss + yystacksize - 1)
597 *++yyssp = yystate = yytable[yyn];
626 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&
632 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);
634 if (yyssp >= yyss + yystacksize - 1)
638 *++yyssp = yystate = yytable[yyn];
647 YYPREFIX, *yyssp);
    [all...]
  /external/e2fsprogs/intl/
plural.c 702 register short *yyssp; local
717 # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
719 # define YYPOPSTACK (yyvsp--, yyssp--)
748 yyssp = yyss;
762 yyssp++;
765 *yyssp = yystate;
767 if (yyssp >= yyss + yystacksize - 1)
770 YYSIZE_T yysize = yyssp - yyss + 1;
787 &yyss1, yysize * sizeof (*yyssp),
794 &yyss1, yysize * sizeof (*yyssp),
    [all...]
  /system/core/sh/
arith.c 921 register short int *yyssp;
930 #define YYPOPSTACK (yyvsp--, yyssp--)
955 yyssp = yyss;
968 yyssp++;
971 *yyssp = yystate;
973 if (yyss + yystacksize - 1 <= yyssp)
976 YYSIZE_T yysize = yyssp - yyss + 1;
992 &yyss1, yysize * sizeof (*yyssp),
1027 yyssp = yyss + yysize - 1;
1034 if (yyss + yystacksize - 1 <= yyssp)
918 register short int *yyssp; local
    [all...]
  /external/elfutils/src/
ldscript.c 1375 yytype_int16 *yyssp; local
    [all...]
  /external/libpcap/
grammar.c 1570 short int *yyssp; local
    [all...]
  /external/bison/src/
parse-gram.c 1936 yytype_int16 *yyssp; local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 1366 yytype_int16 *yyssp; local
    [all...]

Completed in 344 milliseconds