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

  /external/e2fsprogs/intl/
plural.c 418 local variables YYSIZE and YYSTACKSIZE give the old and new number of
426 YYCOPY (&yyptr->Stack, Stack, yysize); \
772 YYSIZE_T yysize = yyssp - yyss + 1;
789 &yyss1, yysize * sizeof (*yyssp),
790 &yyvs1, yysize * sizeof (*yyvsp),
791 &yyls1, yysize * sizeof (*yylsp),
796 &yyss1, yysize * sizeof (*yyssp),
797 &yyvs1, yysize * sizeof (*yyvsp),
832 yyssp = yyss + yysize - 1;
833 yyvsp = yyvs + yysize - 1
770 YYSIZE_T yysize = yyssp - yyss + 1; local
1136 YYSIZE_T yysize = 0; local
    [all...]
  /system/core/sh/
arith.c 281 local variables YYSIZE and YYSTACKSIZE give the old and new number of
289 YYCOPY (&yyptr->Stack, Stack, yysize); \
976 YYSIZE_T yysize = yyssp - yyss + 1;
992 &yyss1, yysize * sizeof (*yyssp),
993 &yyvs1, yysize * sizeof (*yyvsp),
1027 yyssp = yyss + yysize - 1;
1028 yyvsp = yyvs + yysize - 1;
973 YYSIZE_T yysize = yyssp - yyss + 1; local
1314 YYSIZE_T yysize = 0; local
    [all...]
  /external/bison/src/
parse-gram.c 511 local variables YYSIZE and YYSTACKSIZE give the old and new number of
519 YYCOPY (&yyptr->Stack, Stack, yysize); \
1304 YYSIZE_T yysize = yysize0; local
1590 YYSIZE_T yysize = yyssp - yyss + 1; local
2197 YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); local
    [all...]
  /external/elfutils/src/
ldscript.c 304 local variables YYSIZE and YYSTACKSIZE give the old and new number of
312 YYCOPY (&yyptr->Stack, Stack, yysize); \
1066 YYSIZE_T yysize = yyssp - yyss + 1; local
1692 YYSIZE_T yysize = 0; local
    [all...]
  /external/libpcap/
grammar.c 588 local variables YYSIZE and YYSTACKSIZE give the old and new number of
596 YYCOPY (&yyptr->Stack, Stack, yysize); \
1624 YYSIZE_T yysize = yyssp - yyss + 1; local
2754 YYSIZE_T yysize = yysize0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 92907 int yysize; \/* Amount to pop the stack *\/ local
    [all...]

Completed in 142 milliseconds