OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LINE_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h
38
#define
MAX_LINE_SIZE
75
69
EAS_I8 buffer[
MAX_LINE_SIZE
+1]; /* buffer for ASCII data */
eas_rtttldata.h
39
#define
MAX_LINE_SIZE
75
eas_imelody.c
191
EAS_I8 buffer[
MAX_LINE_SIZE
+1];
[
all
...]
/external/libpcap/
pcap-sita.c
48
#define
MAX_LINE_SIZE
255 /* max size of a buffer/line in /etc/hosts we allow */
257
char buf[
MAX_LINE_SIZE
];
268
while (fgets(buf,
MAX_LINE_SIZE
-1, fp)) { /* while looping over the file */
499
char str1[
MAX_LINE_SIZE
], str2[
MAX_LINE_SIZE
];
[
all
...]
/external/icu/icu4c/source/tools/gencnval/
gencnval.c
66
#define
MAX_LINE_SIZE
0x7FFF /* 32767 */
331
char line[
MAX_LINE_SIZE
];
332
char lastLine[
MAX_LINE_SIZE
];
349
while (T_FileStream_readLine(in, lastLine,
MAX_LINE_SIZE
) != NULL) {
[
all
...]
/prebuilts/sdk/tools/
jack-server-4.8.ALPHA.jar
Completed in 171 milliseconds