Searched refs:YY_BUF_SIZE (Results 1 - 17 of 17) sorted by relevance

/external/libnl/lib/route/
H A Dpktloc.c112 buf = pktloc__create_buffer(fd, YY_BUF_SIZE, scanner);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h132 #ifndef YY_BUF_SIZE
135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
138 #define YY_BUF_SIZE 32768 macro
140 #define YY_BUF_SIZE 16384 macro
H A Dpmu-flex.c162 #ifndef YY_BUF_SIZE
165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
168 #define YY_BUF_SIZE 32768 macro
170 #define YY_BUF_SIZE 16384 macro
176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
343 perf_pmu__create_buffer(perf_pmu_in,YY_BUF_SIZE ); \
353 perf_pmu__create_buffer(perf_pmu_in,YY_BUF_SIZE ); \
717 perf_pmu__create_buffer(perf_pmu_in,YY_BUF_SIZE );
1280 perf_pmu__create_buffer(perf_pmu_in,YY_BUF_SIZE );
1332 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
H A Dparse-events-flex.c160 #ifndef YY_BUF_SIZE
163 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
166 #define YY_BUF_SIZE 32768 macro
168 #define YY_BUF_SIZE 16384 macro
174 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
317 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
327 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1393 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2238 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2292 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc186 #ifndef YY_BUF_SIZE
187 #define YY_BUF_SIZE 16384 macro
192 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
843 yy_create_buffer(yyin,YY_BUF_SIZE );
1435 yy_create_buffer(yyin,YY_BUF_SIZE );
1495 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/bison/src/
H A Dscan-skel.c205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384 macro
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
408 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
418 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
940 skel__create_buffer(skel_in,YY_BUF_SIZE );
1643 skel__create_buffer(skel_in,YY_BUF_SIZE );
1703 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
H A Dscan-code.c205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384 macro
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
408 code__create_buffer(code_in,YY_BUF_SIZE ); \
418 code__create_buffer(code_in,YY_BUF_SIZE ); \
1047 code__create_buffer(code_in,YY_BUF_SIZE );
1856 code__create_buffer(code_in,YY_BUF_SIZE );
1916 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
H A Dscan-gram.c205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384 macro
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
408 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
418 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
1364 gram__create_buffer(gram_in,YY_BUF_SIZE );
2894 gram__create_buffer(gram_in,YY_BUF_SIZE );
2954 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/elfutils/0.153/libcpu/
H A Di386_lex.c161 #ifndef YY_BUF_SIZE
162 #define YY_BUF_SIZE 16384 macro
167 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
347 i386__create_buffer(i386_in,YY_BUF_SIZE ); \
357 i386__create_buffer(i386_in,YY_BUF_SIZE ); \
791 i386__create_buffer(i386_in,YY_BUF_SIZE );
1437 i386__create_buffer(i386_in,YY_BUF_SIZE );
1489 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/elfutils/0.153/src/
H A Dldlex.c162 #ifndef YY_BUF_SIZE
163 #define YY_BUF_SIZE 16384 macro
168 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
348 ld_create_buffer(ldin,YY_BUF_SIZE ); \
358 ld_create_buffer(ldin,YY_BUF_SIZE ); \
1372 ld_create_buffer(ldin,YY_BUF_SIZE );
2229 ld_create_buffer(ldin,YY_BUF_SIZE );
2281 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c161 #ifndef YY_BUF_SIZE
164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
167 #define YY_BUF_SIZE 32768 macro
169 #define YY_BUF_SIZE 16384 macro
175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
318 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
925 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1801 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1855 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
H A Dglsl_lexer.cc161 #ifndef YY_BUF_SIZE
164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
167 #define YY_BUF_SIZE 32768 macro
169 #define YY_BUF_SIZE 16384 macro
175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
318 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1414 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
3086 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
3140 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
H A Dlex.yy.c161 #ifndef YY_BUF_SIZE
164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
167 #define YY_BUF_SIZE 32768 macro
169 #define YY_BUF_SIZE 16384 macro
175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
318 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1452 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2947 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
3001 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/external/libpcap/
H A Dscanner.c163 #ifndef YY_BUF_SIZE
166 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
169 #define YY_BUF_SIZE 32768 macro
171 #define YY_BUF_SIZE 16384 macro
177 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
344 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
354 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
2984 pcap__create_buffer(pcap_in,YY_BUF_SIZE );
4260 pcap__create_buffer(pcap_in,YY_BUF_SIZE );
4312 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp171 #ifndef YY_BUF_SIZE
172 #define YY_BUF_SIZE 16384 macro
177 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
325 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
335 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
843 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1599 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1653 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp183 #ifndef YY_BUF_SIZE
184 #define YY_BUF_SIZE 16384 macro
189 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
350 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
360 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1285 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2466 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2520 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/ipsec-tools/src/racoon/
H A Dcftoken.l645 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
738 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));

Completed in 415 milliseconds