/external/fio/exp/ |
D | expression-parser.l | 29 #undef YY_INPUT 30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \ macro
|
/external/iproute2/tc/ |
D | emp_ematch.l | 12 #define YY_INPUT(buf, result, max_size) \ macro
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-flex.c | 605 #ifndef YY_INPUT 606 #define YY_INPUT(buf,result,max_size) \ macro 1059 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | parse-events-flex.c | 1258 #ifndef YY_INPUT 1259 #define YY_INPUT(buf,result,max_size) \ macro 2012 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 695 #ifndef YY_INPUT 696 #define YY_INPUT(buf,result,max_size) \ macro 1222 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
/external/elfutils/src/libcpu/ |
D | i386_lex.c | 680 #ifndef YY_INPUT 681 #define YY_INPUT(buf,result,max_size) \ macro 1209 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/bison/src/ |
D | scan-gram.c | 999 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (gram_in, buf, size)) macro 1191 #ifndef YY_INPUT 1192 #define YY_INPUT(buf,result,max_size) \ macro 2679 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-skel.c | 782 #ifndef YY_INPUT 783 #define YY_INPUT(buf,result,max_size) \ macro 1430 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-code.c | 867 #ifndef YY_INPUT 868 #define YY_INPUT(buf,result,max_size) \ macro 1643 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
D | scan-gram.l | 56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size)) macro
|
/external/elfutils/src/src/ |
D | ldlex.c | 1245 #ifndef YY_INPUT 1246 #define YY_INPUT(buf,result,max_size) \ macro 1990 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), in yy_get_next_buffer()
|
/external/libpcap/ |
D | scanner.c | 2873 #ifndef YY_INPUT 2874 #define YY_INPUT(buf,result,max_size) \ macro 4076 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.
|
/external/bison/ |
D | ChangeLog-2012 | 15086 (YY_INPUT): New macro.
|