Searched refs:YY_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/dtc/ |
| A D | dtc-lexer.lex.c | 129 #ifndef YY_BUF_SIZE 135 #define YY_BUF_SIZE 32768 macro 137 #define YY_BUF_SIZE 16384 macro 143 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 307 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 316 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 851 yy_create_buffer( yyin, YY_BUF_SIZE ); 1630 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart() 2183 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE)); in push_input_file()
|
| A D | dtc-lexer.l | 273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /linux/scripts/kconfig/ |
| A D | lexer.lex.c | 129 #ifndef YY_BUF_SIZE 135 #define YY_BUF_SIZE 32768 macro 137 #define YY_BUF_SIZE 16384 macro 143 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 326 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 335 yy_create_buffer( yyin, YY_BUF_SIZE ); \ 2497 yy_create_buffer( yyin, YY_BUF_SIZE ); 3356 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart() 4057 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE)); in zconf_nextfile()
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm_scan.l | 415 YY_BUF_SIZE); 507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
Completed in 14 milliseconds