Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-lexer.lex.c129 #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 Ddtc-lexer.l273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/linux/scripts/kconfig/
A Dlexer.lex.c129 #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 Daicasm_scan.l415 YY_BUF_SIZE);
507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));

Completed in 14 milliseconds