Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c131 #ifndef YY_BUF_SIZE
137 #define YY_BUF_SIZE 32768 macro
139 #define YY_BUF_SIZE 16384 macro
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
328 yy_create_buffer( yyin, YY_BUF_SIZE ); \
337 yy_create_buffer( yyin, YY_BUF_SIZE ); \
900 yy_create_buffer( yyin, YY_BUF_SIZE );
1577 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A 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 …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped132 #ifndef YY_BUF_SIZE
135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
138 #define YY_BUF_SIZE 32768
140 #define YY_BUF_SIZE 16384
146 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
314 yy_create_buffer(yyin,YY_BUF_SIZE ); \
324 yy_create_buffer(yyin,YY_BUF_SIZE ); \
874 yy_create_buffer(yyin,YY_BUF_SIZE );
1676 yy_create_buffer(yyin,YY_BUF_SIZE );
1728 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
H A Ddtc-lexer.l281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c131 #ifndef YY_BUF_SIZE
137 #define YY_BUF_SIZE 32768 macro
139 #define YY_BUF_SIZE 16384 macro
145 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
755 yy_create_buffer( yyin, YY_BUF_SIZE );
1389 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l415 YY_BUF_SIZE);
507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped129 #ifndef YY_BUF_SIZE
132 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
135 #define YY_BUF_SIZE 32768
137 #define YY_BUF_SIZE 16384
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 ); \
1048 yy_create_buffer( yyin, YY_BUF_SIZE );
1832 yy_create_buffer( yyin, YY_BUF_SIZE );
1884 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));