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

  /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...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp 396 union yyalloc union
403 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
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...]
  /external/iproute2/tc/
emp_ematch.lex.c 24 #define yyalloc ematch_alloc macro
    [all...]
emp_ematch.yacc.c 358 union yyalloc union
366 # 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...]
  /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/libpcap/
grammar.c 829 union yyalloc union
836 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/one-true-awk/
ytab.c 521 union yyalloc union
528 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
glslang_tab.cpp 787 union yyalloc union
794 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
    [all...]

Completed in 102 milliseconds