HomeSort by relevance Sort by last modified time
    Searched refs:YY_INPUT (Results 1 - 10 of 10) sorted by null

  /external/fio/exp/
expression-parser.l 29 #undef YY_INPUT
30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \
  /external/iproute2/tc/
emp_ematch.l 12 #define YY_INPUT(buf, result, max_size) \
  /system/core/crash_reporter/
warn_collector.l 44 #define YY_INPUT(buf, result, max_size) WarnInput(buf, &result, max_size)
193 /* We replace the default YY_INPUT() for the following reasons:
196 * YY_INPUT() uses buffered I/O.
  /external/bison/src/
scan-gram.c     [all...]
scan-skel.c 782 #ifndef YY_INPUT
783 #define YY_INPUT(buf,result,max_size) \
784 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
    [all...]
scan-code.c 867 #ifndef YY_INPUT
868 #define YY_INPUT(buf,result,max_size) \
869 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
    [all...]
scan-gram.l 56 #define YY_INPUT(buf, result, size) ((result) = no_cr_read (yyin, buf, size))
  /external/bison/examples/calc++/
calc++-scanner.cc 695 #ifndef YY_INPUT
696 #define YY_INPUT(buf,result,max_size) \
697 /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
1222 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
    [all...]
  /external/libpcap/
scanner.c     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 58 #undef YY_INPUT
59 #define YY_INPUT(buf,result,max_size) result = yy_input (buf, max_size)
73 static int yy_input (char *, int);
647 yy_input (char *buf, int max_size)

Completed in 73 milliseconds