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

  /prebuilts/build-tools/common/bison/
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/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.27/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/preprocessor/
Tokenizer.cpp 316 #ifdef yyalloc
319 #define yyalloc ppalloc macro
675 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2951 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function
    [all...]
ExpressionParser.cpp 396 union yyalloc union
403 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 460 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
3594 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/toybox/kconfig/
zconf.tab.c_shipped 315 union yyalloc
322 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/libpcap/
grammar.c 812 union yyalloc union
819 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.c 517 union yyalloc union
524 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp 677 union yyalloc union
684 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]

Completed in 73 milliseconds