/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse_lex.h | 225 #ifdef yyalloc 228 #define yyalloc priv_gst_parse_yyalloc macro 435 void *yyalloc ( yy_size_t , yyscan_t yyscanner ); 680 #undef yyalloc
|
D | lex.priv_gst_parse_yy.c | 224 #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 …]
|
D | grammar.tab.c | 1192 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/ |
D | Tokenizer.cpp | 238 #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 …]
|
D | ExpressionParser.cpp | 374 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/ |
D | preprocessor_lex_autogen.cpp | 240 #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 …]
|
D | preprocessor_tab_autogen.cpp | 374 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/ |
D | Tokenizer.cpp | 316 #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 …]
|
D | ExpressionParser.cpp | 396 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/ |
D | yacc.c | 490 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/ |
D | glslang_lex.cpp | 460 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
|
D | glslang_tab.cpp | 580 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/ |
D | glslang_lex.cpp | 463 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
|
D | glslang_tab.cpp | 614 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/ |
D | plural.c | 436 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/ |
D | glslang_lex_autogen.cpp | 368 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
|
D | glslang_tab_autogen.cpp | 644 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/ |
D | zconf.tab.c_shipped | 315 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/ |
D | glslang_tab.cpp | 802 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()
|