/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/libpcap/ |
D | scanner.h | 376 #ifndef YY_BUF_SIZE 382 #define YY_BUF_SIZE 32768 macro 384 #define YY_BUF_SIZE 16384 macro
|
D | scanner.c | 397 #ifndef YY_BUF_SIZE 403 #define YY_BUF_SIZE 32768 macro 405 #define YY_BUF_SIZE 16384 macro 411 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 551 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 560 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 3407 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); 4835 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 390 #ifndef YY_BUF_SIZE 396 # define YY_BUF_SIZE 32768 macro 398 # define YY_BUF_SIZE 16384 macro 404 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 541 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); \ 550 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); \ 1022 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); 1799 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); in yyrestart()
|
/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 | 132 buf = pktloc__create_buffer(fd, YY_BUF_SIZE, scanner); in read_pktlocs()
|
/external/dtc/ |
D | dtc-lexer.l | 273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 206 #ifndef YY_BUF_SIZE 212 # define YY_BUF_SIZE 32768 macro 214 # define YY_BUF_SIZE 16384 macro 220 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 378 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); \ 387 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); \ 1230 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); 2573 YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE, yyscanner); in yyrestart()
|
/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));
|