Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c914 #ifndef YY_READ_BUF_SIZE
915 #define YY_READ_BUF_SIZE 8192 macro
1558 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1559 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
Dzconf.lex.c_shipped914 #ifndef YY_READ_BUF_SIZE
915 #define YY_READ_BUF_SIZE 8192
1558 if ( num_to_read > YY_READ_BUF_SIZE )
1559 num_to_read = YY_READ_BUF_SIZE;
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
745 #ifndef YY_READ_BUF_SIZE
748 #define YY_READ_BUF_SIZE 16384
750 #define YY_READ_BUF_SIZE 8192
1435 if ( num_to_read > YY_READ_BUF_SIZE )
1436 num_to_read = YY_READ_BUF_SIZE;
/linux-4.1.27/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;