Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c924 #ifndef YY_READ_BUF_SIZE
927 #define YY_READ_BUF_SIZE 16384 macro
929 #define YY_READ_BUF_SIZE 8192 macro
1573 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1574 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
H A Dlex.zconf.c_shipped165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
924 #ifndef YY_READ_BUF_SIZE
927 #define YY_READ_BUF_SIZE 16384
929 #define YY_READ_BUF_SIZE 8192
1573 if ( num_to_read > YY_READ_BUF_SIZE )
1574 num_to_read = YY_READ_BUF_SIZE;
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
688 #ifndef YY_READ_BUF_SIZE
691 #define YY_READ_BUF_SIZE 16384
693 #define YY_READ_BUF_SIZE 8192
1268 if ( num_to_read > YY_READ_BUF_SIZE )
1269 num_to_read = YY_READ_BUF_SIZE;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped777 #ifndef YY_READ_BUF_SIZE
778 #define YY_READ_BUF_SIZE 8192
1347 if ( num_to_read > YY_READ_BUF_SIZE )
1348 num_to_read = YY_READ_BUF_SIZE;