Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-lexer.lex.c297 void *yyalloc ( yy_size_t );
1690 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
1699 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
1850 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
1898 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
1947 buf = (char *) yyalloc( n ); in yy_scan_bytes()
2150 void *yyalloc (yy_size_t size ) in yyalloc() function
A Ddtc-parser.tab.c450 union yyalloc union
458 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1220 union yyalloc *yyptr = in yyparse()
1221 YY_CAST (union yyalloc *, in yyparse()
/linux/scripts/kconfig/
A Dlexer.lex.c316 void *yyalloc ( yy_size_t );
3416 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
3425 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
3576 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
3624 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
3673 buf = (char *) yyalloc( n ); in yy_scan_bytes()
3879 void *yyalloc (yy_size_t size ) in yyalloc() function
A Dparser.tab.c475 union yyalloc union
482 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1209 union yyalloc *yyptr = in yyparse()
1210 YY_CAST (union yyalloc *, in yyparse()

Completed in 23 milliseconds