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

  /external/bison/data/
yacc.c 543 union yyalloc
551 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
935 YYSIZE_T yyalloc = 2 * yysize_new;
946 if (YYMAXDEPTH < yyalloc)
947 yyalloc = YYMAXDEPTH;
949 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
964 *yycapacity = yyalloc;]m4_if(b4_percent_define_get([[parse.lac.memory-trace]]),
967 (unsigned long int) yyalloc, yydebug_suffix));]])[
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 378 void *yyalloc (yy_size_t );
2031 void *yyalloc (yy_size_t size ) function
    [all...]
  /external/e2fsprogs/intl/
plural.c 375 union yyalloc union
385 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
814 union yyalloc *yyptr =
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 399 union yyalloc union
409 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
840 union yyalloc *yyptr =
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 356 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
3314 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function
    [all...]
glslang_tab.cpp 580 union yyalloc union
588 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/bison/src/
parse-gram.c 531 union yyalloc union
539 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1367 YYSIZE_T yyalloc = 2 * yysize_new; local
    [all...]
scan-skel.c 28 #define yyalloc skel_alloc macro
    [all...]
scan-code.c 28 #define yyalloc code_alloc macro
    [all...]
scan-gram.c 28 #define yyalloc gram_alloc macro
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 373 union yyalloc union
380 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 315 union yyalloc
322 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/libpcap/
grammar.c 825 union yyalloc union
832 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
scanner.c 27 #define yyalloc pcap_alloc macro
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 649 union yyalloc union
656 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]

Completed in 724 milliseconds