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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
307 #ifndef YY_READ_BUF_SIZE
310 #define YY_READ_BUF_SIZE 16384
312 #define YY_READ_BUF_SIZE 8192
pmu-flex.c 165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
585 #ifndef YY_READ_BUF_SIZE
588 #define YY_READ_BUF_SIZE 16384
590 #define YY_READ_BUF_SIZE 8192
1055 if ( num_to_read > YY_READ_BUF_SIZE )
1056 num_to_read = YY_READ_BUF_SIZE;
    [all...]
parse-events-flex.c 163 * 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/elfutils/0.153/libcpu/
i386_lex.c 661 #ifndef YY_READ_BUF_SIZE
662 #define YY_READ_BUF_SIZE 8192
    [all...]
  /external/elfutils/0.153/src/
ldlex.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
771 #ifndef YY_READ_BUF_SIZE
774 #define YY_READ_BUF_SIZE 16384
776 #define YY_READ_BUF_SIZE 8192
    [all...]
glsl_lexer.cc 164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
lex.yy.c 164 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
  /external/libpcap/
scanner.c 166 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 712 #ifndef YY_READ_BUF_SIZE
713 #define YY_READ_BUF_SIZE 8192
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp     [all...]

Completed in 361 milliseconds