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 - 5
of
5
) sorted by null
/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/libpcap/
scanner.c
169
* Moreover, YY_BUF_SIZE is 2*
YY_READ_BUF_SIZE
in the general case.
[
all
...]
Completed in 41 milliseconds