Searched refs:YY_BUF_SIZE (Results 1 – 9 of 9) sorted by relevance
/external/libpcap/ |
D | scanner.h | 148 #ifndef YY_BUF_SIZE 154 #define YY_BUF_SIZE 32768 macro 156 #define YY_BUF_SIZE 16384 macro
|
D | scanner.c | 175 #ifndef YY_BUF_SIZE 181 #define YY_BUF_SIZE 32768 macro 183 #define YY_BUF_SIZE 16384 macro 189 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 333 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 343 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 3245 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); 4684 pcap__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); in pcap_restart()
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 151 #ifndef YY_BUF_SIZE 157 #define YY_BUF_SIZE 32768 macro 159 #define YY_BUF_SIZE 16384 macro 165 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 333 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \ 343 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \ 796 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); 1474 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); in ematch_restart()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 511 #ifndef YY_BUF_SIZE 517 #define YY_BUF_SIZE 32768 macro 519 #define YY_BUF_SIZE 16384 macro 526 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 686 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 695 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 1359 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); 2153 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 277 #ifndef YY_BUF_SIZE 283 #define YY_BUF_SIZE 32768 macro 285 #define YY_BUF_SIZE 16384 macro 292 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 471 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 480 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 1572 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); 2794 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
|
/external/libnl/lib/route/ |
D | pktloc.c | 129 buf = pktloc__create_buffer(fd, YY_BUF_SIZE, scanner); in read_pktlocs()
|
/external/dtc/ |
D | dtc-lexer.l | 282 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
/external/u-boot/scripts/dtc/ |
D | dtc-lexer.l | 282 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 141 #ifndef YY_BUF_SIZE 142 #define YY_BUF_SIZE 16384 147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 319 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 329 zconf_create_buffer(zconfin,YY_BUF_SIZE ); \ 979 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1701 zconf_create_buffer(zconfin,YY_BUF_SIZE ); 1753 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. 2305 zconf_switch_to_buffer(zconf_create_buffer(zconfin,YY_BUF_SIZE));
|