Searched refs:YY_READ_BUF_SIZE (Results 1 - 12 of 12) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-scanner.cc676 #ifndef YY_READ_BUF_SIZE
677 #define YY_READ_BUF_SIZE 8192 macro
1218 if ( num_to_read > YY_READ_BUF_SIZE )
1219 num_to_read = YY_READ_BUF_SIZE;
/external/bison/src/
H A Dscan-skel.c763 #ifndef YY_READ_BUF_SIZE
764 #define YY_READ_BUF_SIZE 8192 macro
1426 if ( num_to_read > YY_READ_BUF_SIZE )
1427 num_to_read = YY_READ_BUF_SIZE;
H A Dscan-code.c848 #ifndef YY_READ_BUF_SIZE
849 #define YY_READ_BUF_SIZE 8192 macro
1639 if ( num_to_read > YY_READ_BUF_SIZE )
1640 num_to_read = YY_READ_BUF_SIZE;
H A Dscan-gram.c1172 #ifndef YY_READ_BUF_SIZE
1173 #define YY_READ_BUF_SIZE 8192 macro
2675 if ( num_to_read > YY_READ_BUF_SIZE )
2676 num_to_read = YY_READ_BUF_SIZE;
/external/elfutils/libcpu/
H A Di386_lex.c661 #ifndef YY_READ_BUF_SIZE
662 #define YY_READ_BUF_SIZE 8192 macro
1201 if ( num_to_read > YY_READ_BUF_SIZE )
1202 num_to_read = YY_READ_BUF_SIZE;
/external/elfutils/src/
H A Dldlex.c1237 #ifndef YY_READ_BUF_SIZE
1238 #define YY_READ_BUF_SIZE 8192 macro
1993 if ( num_to_read > YY_READ_BUF_SIZE )
1994 num_to_read = YY_READ_BUF_SIZE;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
771 #ifndef YY_READ_BUF_SIZE
774 #define YY_READ_BUF_SIZE 16384 macro
776 #define YY_READ_BUF_SIZE 8192 macro
1568 if ( num_to_read > YY_READ_BUF_SIZE )
1569 num_to_read = YY_READ_BUF_SIZE;
H A Dglsl_lexer.cc164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1272 #ifndef YY_READ_BUF_SIZE
1275 #define YY_READ_BUF_SIZE 16384 macro
1277 #define YY_READ_BUF_SIZE 8192 macro
2891 if ( num_to_read > YY_READ_BUF_SIZE )
2892 num_to_read = YY_READ_BUF_SIZE;
H A Dlex.yy.c164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1313 #ifndef YY_READ_BUF_SIZE
1316 #define YY_READ_BUF_SIZE 16384 macro
1318 #define YY_READ_BUF_SIZE 8192 macro
2717 if ( num_to_read > YY_READ_BUF_SIZE )
2718 num_to_read = YY_READ_BUF_SIZE;
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DTokenizer.cpp688 #ifndef YY_READ_BUF_SIZE
689 #define YY_READ_BUF_SIZE 8192 macro
1382 if ( num_to_read > YY_READ_BUF_SIZE )
1383 num_to_read = YY_READ_BUF_SIZE;
/external/libpcap/
H A Dscanner.c2546 #ifndef YY_READ_BUF_SIZE
2547 #define YY_READ_BUF_SIZE 8192 macro
3682 if ( num_to_read > YY_READ_BUF_SIZE )
3683 num_to_read = YY_READ_BUF_SIZE;
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dglslang_lex.cpp928 #ifndef YY_READ_BUF_SIZE
929 #define YY_READ_BUF_SIZE 8192 macro
1946 if ( num_to_read > YY_READ_BUF_SIZE )
1947 num_to_read = YY_READ_BUF_SIZE;

Completed in 92 milliseconds