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

  /external/bluetooth/bluez/tools/
parser.c 246 static short *yyss; variable
304 i = yyssp - yyss;
305 newss = (yyss != 0)
306 ? (short *)realloc(yyss, newsize * sizeof(*newss))
311 yyss = newss;
322 yysslim = yyss + newsize - 1;
349 if (yyss == NULL && yygrowstack()) goto yyoverflow;
350 yyssp = yyss;
434 if (yyssp <= yyss) goto yyabort;
  /system/core/sh/
arith.c 249 short int yyss; member in union:yyalloc
911 `yyss': related to states,
920 short int *yyss = yyssa;
955 yyssp = yyss;
973 if (yyss + yystacksize - 1 <= yyssp)
976 YYSIZE_T yysize = yyssp - yyss + 1;
984 short int *yyss1 = yyss;
997 yyss = yyss1;
1012 short int *yyss1 = yyss;
1017 YYSTACK_RELOCATE (yyss);
917 short int *yyss = yyssa; local
    [all...]
  /external/e2fsprogs/intl/
plural.c 377 short yyss; member in union:yyalloc
694 `yyss': related to states,
703 short *yyss = yyssa;
750 yyssp = yyss;
769 if (yyssp >= yyss + yystacksize - 1)
772 YYSIZE_T yysize = yyssp - yyss + 1;
780 short *yyss1 = yyss;
800 yyss = yyss1;
815 short *yyss1 = yyss;
820 YYSTACK_RELOCATE (yyss);
701 short *yyss = yyssa; local
    [all...]
  /external/elfutils/src/
ldscript.c 272 short yyss; member in union:yyalloc
1011 short *yyss = yyssa; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 398 short yyss[YYSTACKSIZE]; variable
565 yyssp = yyss;
593 if (yyssp >= yyss + yystacksize - 1)
634 if (yyssp >= yyss + yystacksize - 1)
649 if (yyssp <= yyss) goto yyabort;
    [all...]
  /external/bison/data/
yacc.c 368 yytype_int16 yyss;
1013 `yyss': related to states,
1022 yytype_int16 *yyss = yyssa;
1063 yyssp = yyss;
1099 if (yyss + yystacksize - 1 <= yyssp)
1102 YYSIZE_T yysize = yyssp - yyss + 1;
1110 yytype_int16 *yyss1 = yyss;
1123 yyss = yyss1;
1138 yytype_int16 *yyss1 = yyss;
1143 YYSTACK_RELOCATE (yyss);
    [all...]
  /external/libpcap/
grammar.c 556 short int yyss; member in union:yyalloc
1569 short int *yyss = yyssa; local
    [all...]
  /external/bison/src/
parse-gram.c 478 yytype_int16 yyss; member in union:yyalloc
1512 yytype_int16 *yyss = yyssa; local
    [all...]

Completed in 976 milliseconds