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

  /external/libpcap/
scanner.h 151 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
325 #ifndef YY_READ_BUF_SIZE
328 #define YY_READ_BUF_SIZE 16384
330 #define YY_READ_BUF_SIZE 8192
scanner.c 178 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
  /external/iproute2/tc/
emp_ematch.lex.c 154 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
669 #ifndef YY_READ_BUF_SIZE
672 #define YY_READ_BUF_SIZE 16384
674 #define YY_READ_BUF_SIZE 8192
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 280 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 514 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
1184 #ifndef YY_READ_BUF_SIZE
1187 #define YY_READ_BUF_SIZE 16384
1189 #define YY_READ_BUF_SIZE 8192
    [all...]

Completed in 71 milliseconds