HomeSort by relevance Sort by last modified time
    Searched refs:YY_INPUT (Results 1 - 15 of 15) 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) \
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.l 82 #define YY_INPUT(buf, result, maxSize) \
Tokenizer.cpp 604 #define YY_INPUT(buf, result, maxSize) \
758 #ifndef YY_INPUT
759 #define YY_INPUT(buf,result,max_size) \
    [all...]
  /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/skia/src/sksl/
lex.layout.c 748 #ifndef YY_INPUT
749 #define YY_INPUT(buf,result,max_size) \
    [all...]
lex.sksl.c 814 #ifndef YY_INPUT
815 #define YY_INPUT(buf,result,max_size) \
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp     [all...]
glslang.l 70 #define YY_INPUT(buf, result, max_size) \
  /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)
  /external/libpcap/
scanner.c     [all...]

Completed in 857 milliseconds