Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c298 void *glcpp_alloc (yy_size_t ,yyscan_t yyscanner );
973 yyg->yy_state_buf = (yy_state_type *)glcpp_alloc(YY_STATE_BUF_SIZE ,yyscanner);
1964 b = (YY_BUFFER_STATE) glcpp_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in glcpp__create_buffer()
1973 b->yy_ch_buf = (char *) glcpp_alloc(b->yy_buf_size + 2 ,yyscanner ); in glcpp__create_buffer()
2130 yyg->yy_buffer_stack = (struct yy_buffer_state**)glcpp_alloc in glcpp_ensure_buffer_stack()
2178 b = (YY_BUFFER_STATE) glcpp_alloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in glcpp__scan_buffer()
2227 buf = (char *) glcpp_alloc(n ,yyscanner ); in glcpp__scan_bytes()
2259 yyg->yy_start_stack = (int *) glcpp_alloc(new_size ,yyscanner ); in yy_push_state()
2500 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), NULL ); in glcpp_lex_init()
2533 *ptr_yy_globals = (yyscan_t) glcpp_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in glcpp_lex_init_extra()
[all …]