Home
last modified time | relevance | path

Searched refs:YY_BUF_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/bison/src/
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 ); in skel_restart()
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 ); in gram_restart()
/external/bluetooth/bluez/tools/
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 ); in yyrestart()
/external/elfutils/src/
Dldlex.c116 #define YY_BUF_SIZE 16384 macro
270 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
277 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
979 static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
1243 yy_create_buffer( yyin, YY_BUF_SIZE );
2089 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
/external/libpcap/
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 ); in pcap_restart()
/external/webkit/WebKitTools/android/flex-2.5.4a/
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 );
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 );
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
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/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man1527 characters (when in doubt, use YY_BUF_SIZE for the size).
1621 yy_create_buffer( yyin, YY_BUF_SIZE ) );
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1282 doubt, use `YY_BUF_SIZE' for the size). It returns a `YY_BUFFER_STATE'
1358 yy_create_buffer( yyin, YY_BUF_SIZE ) );
Dflex.texi1526 @var{size} characters (when in doubt, use @code{YY_BUF_SIZE} for the
1615 yy_create_buffer( yyin, YY_BUF_SIZE ) );