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

/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events-flex.h135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
307 #ifndef YY_READ_BUF_SIZE
310 #define YY_READ_BUF_SIZE 16384 macro
312 #define YY_READ_BUF_SIZE 8192 macro
H A Dpmu-flex.c165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
585 #ifndef YY_READ_BUF_SIZE
588 #define YY_READ_BUF_SIZE 16384 macro
590 #define YY_READ_BUF_SIZE 8192 macro
1055 if ( num_to_read > YY_READ_BUF_SIZE )
1056 num_to_read = YY_READ_BUF_SIZE;
H A Dparse-events-flex.c163 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1238 #ifndef YY_READ_BUF_SIZE
1241 #define YY_READ_BUF_SIZE 16384 macro
1243 #define YY_READ_BUF_SIZE 8192 macro
2008 if ( num_to_read > YY_READ_BUF_SIZE )
2009 num_to_read = YY_READ_BUF_SIZE;
/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/src/libcpu/
H A Di386_lex.c665 #ifndef YY_READ_BUF_SIZE
666 #define YY_READ_BUF_SIZE 8192 macro
1205 if ( num_to_read > YY_READ_BUF_SIZE )
1206 num_to_read = YY_READ_BUF_SIZE;
/external/elfutils/src/src/
H A Dldlex.c1230 #ifndef YY_READ_BUF_SIZE
1231 #define YY_READ_BUF_SIZE 8192 macro
1986 if ( num_to_read > YY_READ_BUF_SIZE )
1987 num_to_read = YY_READ_BUF_SIZE;
/external/libpcap/
H A Dscanner.c166 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
2853 #ifndef YY_READ_BUF_SIZE
2856 #define YY_READ_BUF_SIZE 16384 macro
2858 #define YY_READ_BUF_SIZE 8192 macro
4072 if ( num_to_read > YY_READ_BUF_SIZE )
4073 num_to_read = YY_READ_BUF_SIZE;

Completed in 72 milliseconds