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

/external/elfutils/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/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/bison/src/
H A Dscan-skel.c168 #ifndef YY_BUF_SIZE
169 #define YY_BUF_SIZE 16384 macro
372 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
382 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
880 skel__create_buffer(skel_in,YY_BUF_SIZE );
1511 skel__create_buffer(skel_in,YY_BUF_SIZE );
1571 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
H A Dscan-gram.c168 #ifndef YY_BUF_SIZE
169 #define YY_BUF_SIZE 16384 macro
372 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
382 gram__create_buffer(gram_in,YY_BUF_SIZE ); \
1295 gram__create_buffer(gram_in,YY_BUF_SIZE );
2753 gram__create_buffer(gram_in,YY_BUF_SIZE );
2813 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/bluetooth/bluez/tools/
H A Dlexer.c133 #ifndef YY_BUF_SIZE
134 #define YY_BUF_SIZE 16384 macro
307 yy_create_buffer(yyin,YY_BUF_SIZE ); \
317 yy_create_buffer(yyin,YY_BUF_SIZE ); \
685 yy_create_buffer(yyin,YY_BUF_SIZE );
1232 yy_create_buffer(yyin,YY_BUF_SIZE );
1284 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c160 #ifndef YY_BUF_SIZE
161 #define YY_BUF_SIZE 16384 macro
166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
309 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
319 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
989 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1902 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
1956 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/libpcap/
H A Dscanner.c133 #ifndef YY_BUF_SIZE
134 #define YY_BUF_SIZE 16384 macro
307 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
317 pcap__create_buffer(pcap_in,YY_BUF_SIZE ); \
2672 pcap__create_buffer(pcap_in,YY_BUF_SIZE );
3899 pcap__create_buffer(pcap_in,YY_BUF_SIZE );
3951 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/webkit/Tools/android/flex-2.5.4a/
H A Dflex.skl102 #define YY_BUF_SIZE 16384
266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
484 yy_create_buffer( yyin, YY_BUF_SIZE );
672 yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];
689 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
1062 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
H A Dinitscan.c98 #define YY_BUF_SIZE 16384 macro
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
1518 yy_create_buffer( yyin, YY_BUF_SIZE );
3213 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp160 #ifndef YY_BUF_SIZE
161 #define YY_BUF_SIZE 16384 macro
166 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
309 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
319 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1321 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2954 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
3008 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp169 #ifndef YY_BUF_SIZE
170 #define YY_BUF_SIZE 16384 macro
175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
331 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
341 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
1034 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2119 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner);
2173 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A Dinitscan-mvs.c157 #ifndef YY_BUF_SIZE
158 #define YY_BUF_SIZE (YY_READ_BUF_SIZE * 2) /* size of default input buffer */ macro
1310 yy_current_buffer = yycrbffr( yyin, 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 114 milliseconds