Home
last modified time | relevance | path

Searched refs:YY_READ_BUF_SIZE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c773 #ifndef YY_READ_BUF_SIZE
776 #define YY_READ_BUF_SIZE 16384 macro
778 #define YY_READ_BUF_SIZE 8192 macro
1377 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1378 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/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_shipped165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
946 #ifndef YY_READ_BUF_SIZE
949 #define YY_READ_BUF_SIZE 16384
951 #define YY_READ_BUF_SIZE 8192
1611 if ( num_to_read > YY_READ_BUF_SIZE )
1612 num_to_read = YY_READ_BUF_SIZE;
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c625 #ifndef YY_READ_BUF_SIZE
628 #define YY_READ_BUF_SIZE 16384 macro
630 #define YY_READ_BUF_SIZE 8192 macro
1154 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1155 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
744 #ifndef YY_READ_BUF_SIZE
747 #define YY_READ_BUF_SIZE 16384
749 #define YY_READ_BUF_SIZE 8192
1481 if ( num_to_read > YY_READ_BUF_SIZE )
1482 num_to_read = YY_READ_BUF_SIZE;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped132 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
937 #ifndef YY_READ_BUF_SIZE
940 #define YY_READ_BUF_SIZE 16384
942 #define YY_READ_BUF_SIZE 8192
1616 if ( num_to_read > YY_READ_BUF_SIZE )
1617 num_to_read = YY_READ_BUF_SIZE;