Home
last modified time | relevance | path

Searched refs:YY_READ_BUF_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp209 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1095 #ifndef YY_READ_BUF_SIZE
1098 # define YY_READ_BUF_SIZE 16384 macro
1100 # define YY_READ_BUF_SIZE 8192 macro
2363 if (num_to_read > YY_READ_BUF_SIZE) in yy_get_next_buffer()
2364 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp393 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
887 #ifndef YY_READ_BUF_SIZE
890 # define YY_READ_BUF_SIZE 16384 macro
892 # define YY_READ_BUF_SIZE 8192 macro
1597 if (num_to_read > YY_READ_BUF_SIZE) in yy_get_next_buffer()
1598 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp280 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1397 #ifndef YY_READ_BUF_SIZE
1400 #define YY_READ_BUF_SIZE 16384 macro
1402 #define YY_READ_BUF_SIZE 8192 macro
2584 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
2585 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp514 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1184 #ifndef YY_READ_BUF_SIZE
1187 #define YY_READ_BUF_SIZE 16384 macro
1189 #define YY_READ_BUF_SIZE 8192 macro
1949 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1950 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()

Completed in 16 milliseconds