Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c161 #ifndef YY_BUF_SIZE
162 #define YY_BUF_SIZE 16384 macro
167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
334 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
344 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
1023 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1758 zconf_create_buffer(zconfin,YY_BUF_SIZE ); in zconfrestart()
2367 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE)); in zconf_nextfile()
Dzconf.lex.c_shipped161 #ifndef YY_BUF_SIZE
162 #define YY_BUF_SIZE 16384
167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
334 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
344 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
1023 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1758 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1810 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
2367 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE));
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l237 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
Ddtc-lexer.lex.c_shipped144 #ifndef YY_BUF_SIZE
147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
150 #define YY_BUF_SIZE 32768
152 #define YY_BUF_SIZE 16384
158 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
335 yy_create_buffer(yyin,YY_BUF_SIZE ); \
879 yy_create_buffer(yyin,YY_BUF_SIZE );
1626 yy_create_buffer(yyin,YY_BUF_SIZE );
1678 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l419 YY_BUF_SIZE);
511 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped142 #ifndef YY_BUF_SIZE
143 #define YY_BUF_SIZE 16384
148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
781 yy_create_buffer(yyin,YY_BUF_SIZE );
1359 yy_create_buffer(yyin,YY_BUF_SIZE );
1411 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.