Searched refs:yyalloc (Results 1 - 22 of 22) 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/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp339 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
2528 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2537 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ,yyscanner );
2694 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2742 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2791 buf = (char *) yyalloc(n ,yyscanner );
3024 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3041 * The user defined value in the first argument will be available to yyalloc in
3057 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3160 void *yyalloc (yy_size_ function
[all...]
H A Dglslang_tab.cpp565 union yyalloc union
573 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2416 union yyalloc *yyptr =
2417 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c320 union yyalloc union
327 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1268 union yyalloc *yyptr =
1269 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dparse-events-bison.c352 union yyalloc union
359 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1377 union yyalloc *yyptr =
1378 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dpmu-flex.c23 #define yyalloc perf_pmu_alloc macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp377 union yyalloc union
384 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1343 union yyalloc *yyptr =
1344 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/elfutils/0.153/src/
H A Dldscript.c433 union yyalloc union
440 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1510 union yyalloc *yyptr =
1511 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dldlex.c24 #define yyalloc ldalloc macro
/external/libpcap/
H A Dgrammar.c787 union yyalloc union
794 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2124 union yyalloc *yyptr =
2125 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dscanner.c24 #define yyalloc pcap_alloc macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc782 union yyalloc union
790 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2881 union yyalloc *yyptr =
2882 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dglcpp-parse.c515 union yyalloc union
523 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1776 union yyalloc *yyptr =
1777 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/elfutils/0.153/libcpu/
H A Di386_parse.c537 union yyalloc union
544 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1502 union yyalloc *yyptr =
1503 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Di386_lex.c23 #define yyalloc i386_alloc macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c669 union yyalloc union
677 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2158 union yyalloc *yyptr =
2159 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));

Completed in 638 milliseconds