Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c162 #ifndef YY_BUF_SIZE
168 #define YY_BUF_SIZE 32768 macro
170 #define YY_BUF_SIZE 16384 macro
176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
1060 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1811 zconf_create_buffer(zconfin,YY_BUF_SIZE ); in zconfrestart()
2420 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE)); in zconf_nextfile()
Dzconf.lex.c_shipped162 #ifndef YY_BUF_SIZE
165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
168 #define YY_BUF_SIZE 32768
170 #define YY_BUF_SIZE 16384
176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
343 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
353 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \
1060 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1811 zconf_create_buffer(zconfin,YY_BUF_SIZE );
1863 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l419 YY_BUF_SIZE);
511 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l265 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))
326 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 yy_create_buffer(yyin,YY_BUF_SIZE ); \
876 yy_create_buffer(yyin,YY_BUF_SIZE );
1655 yy_create_buffer(yyin,YY_BUF_SIZE );
1707 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
/linux-4.4.14/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.