Home
last modified time | relevance | path

Searched refs:yyalloc (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h225 #ifdef yyalloc
228 #define yyalloc priv_gst_parse_yyalloc macro
435 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
680 #undef yyalloc
Dlex.priv_gst_parse_yy.c224 #ifdef yyalloc
227 #define yyalloc priv_gst_parse_yyalloc macro
518 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2059 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
2068 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
2225 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
2273 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
2322 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
2543 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
2574 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
[all …]
Dgrammar.tab.c1192 union yyalloc union
1199 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
2144 union yyalloc *yyptr = in yyparse()
2145 YY_CAST (union yyalloc *, in yyparse()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp238 #ifdef yyalloc
241 # define yyalloc ppalloc macro
529 void *yyalloc(yy_size_t, yyscan_t yyscanner);
1854 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_create_buffer()
1863 b->yy_ch_buf = (char *)yyalloc((yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_create_buffer()
2023 yyg->yy_buffer_stack = (struct yy_buffer_state **)yyalloc( in yyensure_buffer_stack()
2069 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_scan_buffer()
2118 buf = (char *)yyalloc(n, yyscanner); in yy_scan_bytes()
2351 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
2384 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
[all …]
DExpressionParser.cpp374 union yyalloc union
381 # define YYSTACK_GAP_MAXIMUM (sizeof(union yyalloc) - 1)
1085 union yyalloc *yyptr = (union yyalloc *)YYSTACK_ALLOC(YYSTACK_BYTES(yystacksize)); in yyparse()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp240 #ifdef yyalloc
243 # define yyalloc ppalloc macro
531 void *yyalloc(yy_size_t, yyscan_t yyscanner);
1861 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_create_buffer()
1870 b->yy_ch_buf = (char *)yyalloc((yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_create_buffer()
2030 yyg->yy_buffer_stack = (struct yy_buffer_state **)yyalloc( in yyensure_buffer_stack()
2076 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_scan_buffer()
2125 buf = (char *)yyalloc(n, yyscanner); in yy_scan_bytes()
2358 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
2391 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
[all …]
Dpreprocessor_tab_autogen.cpp374 union yyalloc union
381 # define YYSTACK_GAP_MAXIMUM (sizeof(union yyalloc) - 1)
1090 union yyalloc *yyptr = (union yyalloc *)YYSTACK_ALLOC(YYSTACK_BYTES(yystacksize)); in yyparse()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp316 #ifdef yyalloc
319 #define yyalloc ppalloc macro
675 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2217 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
2226 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
2390 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
2443 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
2498 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
2792 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
2824 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
[all …]
DExpressionParser.cpp396 union yyalloc union
403 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1214 union yyalloc *yyptr = in yyparse()
1215 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dyacc.c490 union yyalloc
498 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
794 YYSIZE_T yyalloc = 2 * yysize_new;
805 if (YYMAXDEPTH < yyalloc)
806 yyalloc = YYMAXDEPTH;
808 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new);
823 *yycapacity = yyalloc;]m4_if(b4_percent_define_get([[parse.lac.memory-trace]]),
826 (unsigned long) yyalloc, yydebug_suffix));]])[
1498 union yyalloc *yyptr =
1499 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp460 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2858 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
2867 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
3031 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
3084 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
3139 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
3433 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3594 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc() function
Dglslang_tab.cpp580 union yyalloc union
588 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2239 union yyalloc *yyptr = in yyparse()
2240 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp463 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
3019 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
3028 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
3192 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
3245 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
3300 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
3594 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3626 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3755 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc() function
Dglslang_tab.cpp614 union yyalloc union
622 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2385 union yyalloc *yyptr = in yyparse()
2386 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
/third_party/gettext/gettext-runtime/intl/
Dplural.c436 union yyalloc union
443 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1215 union yyalloc *yyptr = in yyparse()
1216 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp368 void *yyalloc(yy_size_t, yyscan_t yyscanner);
2635 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_create_buffer()
2644 b->yy_ch_buf = (char *)yyalloc((yy_size_t)(b->yy_buf_size + 2), yyscanner); in yy_create_buffer()
2804 yyg->yy_buffer_stack = (struct yy_buffer_state **)yyalloc( in yyensure_buffer_stack()
2850 b = (YY_BUFFER_STATE)yyalloc(sizeof(struct yy_buffer_state), yyscanner); in yy_scan_buffer()
2899 buf = (char *)yyalloc(n, yyscanner); in yy_scan_bytes()
3132 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
3165 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
3273 void *yyalloc(yy_size_t size, yyscan_t yyscanner) in yyalloc() function
Dglslang_tab_autogen.cpp644 union yyalloc union
652 # define YYSTACK_GAP_MAXIMUM (sizeof(union yyalloc) - 1)
2242 union yyalloc *yyptr = (union yyalloc *)YYSTACK_ALLOC(YYSTACK_BYTES(yystacksize)); in yyparse()
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped315 union yyalloc
322 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1304 union yyalloc *yyptr =
1305 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp802 union yyalloc union
809 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
4096 union yyalloc *yyptr = in yyparse()
4097 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()