OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YY_READ_BUF_SIZE
(Results
1 - 14
of
14
) sorted by null
/system/core/sh/
init.c
227
#undef
YY_READ_BUF_SIZE
228
#define
YY_READ_BUF_SIZE
8192
519
#undef
YY_READ_BUF_SIZE
520
#define
YY_READ_BUF_SIZE
8192
809
#undef
YY_READ_BUF_SIZE
810
#define
YY_READ_BUF_SIZE
8192
arith_lex.c
574
#ifndef
YY_READ_BUF_SIZE
575
#define
YY_READ_BUF_SIZE
8192
1140
if ( num_to_read >
YY_READ_BUF_SIZE
)
1141
num_to_read =
YY_READ_BUF_SIZE
;
[
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/libcpu/
i386_lex.c
661
#ifndef
YY_READ_BUF_SIZE
662
#define
YY_READ_BUF_SIZE
8192
[
all
...]
/external/elfutils/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/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp
688
#ifndef
YY_READ_BUF_SIZE
689
#define
YY_READ_BUF_SIZE
8192
[
all
...]
/external/libpcap/
scanner.c
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp
[
all
...]
Completed in 58 milliseconds