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

  /external/libpcap/
scanner.h 144 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
318 #ifndef YY_READ_BUF_SIZE
321 #define YY_READ_BUF_SIZE 16384
323 #define YY_READ_BUF_SIZE 8192
scanner.c 171 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 676 #ifndef YY_READ_BUF_SIZE
677 #define YY_READ_BUF_SIZE 8192
1218 if ( num_to_read > YY_READ_BUF_SIZE )
1219 num_to_read = YY_READ_BUF_SIZE;
    [all...]
  /external/bison/src/
scan-skel.c 763 #ifndef YY_READ_BUF_SIZE
764 #define YY_READ_BUF_SIZE 8192
    [all...]
scan-code.c 848 #ifndef YY_READ_BUF_SIZE
849 #define YY_READ_BUF_SIZE 8192
    [all...]
scan-gram.c     [all...]
  /external/skia/src/sksl/
lex.layout.c 157 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
728 #ifndef YY_READ_BUF_SIZE
731 #define YY_READ_BUF_SIZE 16384
733 #define YY_READ_BUF_SIZE 8192
    [all...]
lex.sksl.c 157 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
794 #ifndef YY_READ_BUF_SIZE
797 #define YY_READ_BUF_SIZE 16384
799 #define YY_READ_BUF_SIZE 8192
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 181 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
738 #ifndef YY_READ_BUF_SIZE
741 #define YY_READ_BUF_SIZE 16384
743 #define YY_READ_BUF_SIZE 8192
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 193 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]

Completed in 140 milliseconds