Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dlex.layout.c317 void *layoutalloc (yy_size_t ,yyscan_t yyscanner );
1551 b = (YY_BUFFER_STATE) layoutalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in layout_create_buffer()
1560 b->yy_ch_buf = (char *) layoutalloc(b->yy_buf_size + 2 ,yyscanner ); in layout_create_buffer()
1717 yyg->yy_buffer_stack = (struct yy_buffer_state**)layoutalloc in layoutensure_buffer_stack()
1765 b = (YY_BUFFER_STATE) layoutalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); in layout_scan_buffer()
1813 buf = (char *) layoutalloc(n ,yyscanner ); in layout_scan_bytes()
2022 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), NULL ); in layoutlex_init()
2055 *ptr_yy_globals = (yyscan_t) layoutalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in layoutlex_init_extra()
2158 void *layoutalloc (yy_size_t size , yyscan_t yyscanner) in layoutalloc() function