Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c946 #ifndef YY_READ_BUF_SIZE
949 #define YY_READ_BUF_SIZE 16384 macro
951 #define YY_READ_BUF_SIZE 8192 macro
1611 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1612 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
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;
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
746 #ifndef YY_READ_BUF_SIZE
749 #define YY_READ_BUF_SIZE 16384
751 #define YY_READ_BUF_SIZE 8192
1464 if ( num_to_read > YY_READ_BUF_SIZE )
1465 num_to_read = YY_READ_BUF_SIZE;
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped654 #ifndef YY_READ_BUF_SIZE
655 #define YY_READ_BUF_SIZE 8192
1131 if ( num_to_read > YY_READ_BUF_SIZE )
1132 num_to_read = YY_READ_BUF_SIZE;