Searched refs:yyalloc (Results 1 - 12 of 12) sorted by relevance

/external/bison/data/
H A Dyacc.c543 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));]])[
1639 union yyalloc *yyptr =
1640 (union yyalloc *) YYSTACK_ALLO
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc378 void *yyalloc (yy_size_t );
1507 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1516 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1701 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1751 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1804 buf = (char *) yyalloc(n );
2031 void *yyalloc (yy_size_t size ) function
/external/e2fsprogs/intl/
H A Dplural.c375 union yyalloc union
385 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
814 union yyalloc *yyptr =
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/bison/src/
H A Dparse-gram.c531 union yyalloc union
539 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1367 YYSIZE_T yyalloc = 2 * yysize_new; local
1378 if (YYMAXDEPTH < yyalloc)
1379 yyalloc = YYMAXDEPTH;
1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
1396 *yycapacity = yyalloc;
2063 union yyalloc *yyptr =
2064 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dscan-skel.c28 #define yyalloc skel_alloc macro
H A Dscan-code.c28 #define yyalloc code_alloc macro
H A Dscan-gram.c28 #define yyalloc gram_alloc macro
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp356 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
2605 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2614 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ,yyscanner );
2771 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2819 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2868 buf = (char *) yyalloc(n ,yyscanner );
3103 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3120 * The user defined value in the first argument will be available to yyalloc in
3136 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3242 void *yyalloc (yy_size_ function
[all...]
H A Dglslang_tab.cpp580 union yyalloc union
588 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2237 union yyalloc *yyptr =
2238 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp373 union yyalloc union
380 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1191 union yyalloc *yyptr =
1192 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped315 union yyalloc
322 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1307 union yyalloc *yyptr =
1308 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/libpcap/
H A Dgrammar.c812 union yyalloc union
819 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1935 union yyalloc *yyptr =
1936 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));

Completed in 222 milliseconds