Searched refs:YY_BUF_SIZE (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 206 #ifndef YY_BUF_SIZE 209 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 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() 2627 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 390 #ifndef YY_BUF_SIZE 393 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 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() 1853 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 277 #ifndef YY_BUF_SIZE 280 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 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() 2850 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 511 #ifndef YY_BUF_SIZE 514 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. 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() 2209 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE [all...] |
Completed in 14 milliseconds