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 - 10
of
10
) 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/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
72
#ifndef
YY_READ_BUF_SIZE
73
#define
YY_READ_BUF_SIZE
8192
158
#define YY_BUF_SIZE (
YY_READ_BUF_SIZE
* 2) /* size of default input buffer */
[
all
...]
/external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl
373
#ifndef
YY_READ_BUF_SIZE
374
#define
YY_READ_BUF_SIZE
8192
835
if ( num_to_read >
YY_READ_BUF_SIZE
)
836
num_to_read =
YY_READ_BUF_SIZE
;
[
all
...]
initscan.c
[
all
...]
/external/bison/src/
scan-skel.c
710
#ifndef
YY_READ_BUF_SIZE
711
#define
YY_READ_BUF_SIZE
8192
[
all
...]
scan-gram.c
[
all
...]
/external/bluetooth/bluez/tools/
lexer.c
558
#ifndef
YY_READ_BUF_SIZE
559
#define
YY_READ_BUF_SIZE
8192
1052
if ( num_to_read >
YY_READ_BUF_SIZE
)
1053
num_to_read =
YY_READ_BUF_SIZE
;
[
all
...]
/external/elfutils/src/
ldlex.c
[
all
...]
/external/libpcap/
scanner.c
[
all
...]
Completed in 334 milliseconds