/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | 64bit-lexer-safety.patch | 10 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
D | glslang_lex.cpp | 1216 #define YY_INPUT(buf, result, max_size) \ macro 1473 #ifndef YY_INPUT 1474 #define YY_INPUT(buf,result,max_size) \ macro 2748 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
D | glslang.l | 77 #define YY_INPUT(buf, result, max_size) \ macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | 64bit-tokenizer-safety.patch | 10 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
D | Tokenizer.cpp | 748 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); macro 906 #ifndef YY_INPUT 907 # define YY_INPUT(buf, result, max_size) \ macro 1595 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
D | Tokenizer.l | 87 #define YY_INPUT(buf, result, maxSize) \ macro
|
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_functor_flex.cpp | 465 #ifndef YY_INPUT 466 #define YY_INPUT(buf,result,max_size) \ macro 883 YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); macro 913 #ifndef YY_INPUT 914 # define YY_INPUT(buf, result, max_size) \ macro 1602 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
D | preprocessor.l | 95 #define YY_INPUT(buf, result, maxSize) \ macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 968 #define YY_INPUT(buf, result, maxSize) \ macro 1207 #ifndef YY_INPUT 1208 #define YY_INPUT(buf,result,max_size) \ macro 1953 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
D | Tokenizer.l | 95 #define YY_INPUT(buf, result, maxSize) \ macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 1170 #define YY_INPUT(buf, result, max_size) \ macro 1420 #ifndef YY_INPUT 1421 #define YY_INPUT(buf,result,max_size) \ macro 2588 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
D | glslang.l | 70 #define YY_INPUT(buf, result, max_size) \ macro
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | lex.priv_gst_parse_yy.c | 1249 #ifndef YY_INPUT 1250 #define YY_INPUT(buf,result,max_size) \ macro 1801 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 902 #define YY_INPUT(buf, result, max_size) result = string_input(buf, max_size, yyscanner); macro 1121 #ifndef YY_INPUT 1122 # define YY_INPUT(buf, result, max_size) \ macro 2368 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
D | glslang.l | 82 #define YY_INPUT(buf, result, max_size) \ macro
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 885 #ifndef YY_INPUT 886 #define YY_INPUT(buf,result,max_size) \ 1513 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), 1828 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
/third_party/ejdb/src/jql/ |
D | jqp.leg | 69 #define YY_INPUT(yy_, buf_, result_, max_size_) \
|
D | jqp.c | 76 #define YY_INPUT(yy_, buf_, result_, max_size_) \ macro 173 #ifndef YY_INPUT 174 #define YY_INPUT(yy, buf, result, max_size) \ macro 188 #ifndef YY_INPUT 189 #define YY_INPUT(buf, result, max_size) \ macro 207 YY_INPUT(yy, (yy->__buf + yy->__pos), yyn, (yy->__buflen - yy->__pos)); in yyrefill() 209 YY_INPUT((yy->__buf + yy->__pos), yyn, (yy->__buflen - yy->__pos)); in yyrefill()
|