Home
last modified time | relevance | path

Searched refs:YY_INPUT (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
D64bit-lexer-safety.patch10 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
Dglslang_lex.cpp1216 #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]),
Dglslang.l77 #define YY_INPUT(buf, result, max_size) \ macro
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
D64bit-tokenizer-safety.patch10 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
DTokenizer.cpp748 #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);
DTokenizer.l87 #define YY_INPUT(buf, result, maxSize) \ macro
/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp465 #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/
Dpreprocessor_lex_autogen.cpp755 #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);
Dpreprocessor.l95 #define YY_INPUT(buf, result, maxSize) \ macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp968 #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]),
DTokenizer.l95 #define YY_INPUT(buf, result, maxSize) \ macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp1170 #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]),
Dglslang.l70 #define YY_INPUT(buf, result, max_size) \ macro
/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c1249 #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/
Dglslang_lex_autogen.cpp902 #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);
Dglslang.l82 #define YY_INPUT(buf, result, max_size) \ macro
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped885 #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/
Djqp.leg69 #define YY_INPUT(yy_, buf_, result_, max_size_) \
Djqp.c76 #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()