/external/libtracefs/src/ |
D | sqlhist.l | 9 #undef YY_INPUT 10 #define YY_INPUT(b, r, m) ({r = my_yyinput(yyextra, b, m);}) macro
|
D | sqlhist-lex.c | 514 #undef YY_INPUT 515 #define YY_INPUT(b, r, m) ({r = my_yyinput(yyextra, b, m);}) macro 683 #ifndef YY_INPUT 684 #define YY_INPUT(buf,result,max_size) \ macro 1239 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/iproute2/tc/ |
D | emp_ematch.l | 12 #define YY_INPUT(buf, result, max_size) \ macro
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); macro 912 #ifndef YY_INPUT 913 # define YY_INPUT(buf, result, max_size) \ macro 1607 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
|
/external/libconfig/lib/ |
D | scanner.c | 960 #ifndef YY_INPUT 961 #define YY_INPUT(buf,result,max_size) \ macro 1697 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 920 #define YY_INPUT(buf, result, max_size) result = string_input(buf, max_size, yyscanner); macro 1140 #ifndef YY_INPUT 1141 # define YY_INPUT(buf, result, max_size) \ macro 2881 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
|
/external/libiio/src/iiod/ |
D | parser.y | 53 #define YY_INPUT(buf,result,max_size) do { \ macro
|
/external/igt-gpu-tools/overlay/ |
D | gpu-perf.c | 118 #define YY_INPUT(yy, buf, result, max) \ macro
|
/external/libpcap/ |
D | scanner.c | 3340 #ifndef YY_INPUT 3341 #define YY_INPUT(buf,result,max_size) \ macro 4709 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/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.
|