Home
last modified time | relevance | path

Searched refs:MAX_LINE_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_imelodydata.h38 #define MAX_LINE_SIZE 75 macro
69 EAS_I8 buffer[MAX_LINE_SIZE+1]; /* buffer for ASCII data */
Deas_rtttldata.h39 #define MAX_LINE_SIZE 75 macro
Deas_imelody.c191 EAS_I8 buffer[MAX_LINE_SIZE+1]; in IMY_CheckFileType()
1677 for (i = 0; i < MAX_LINE_SIZE; ) in IMY_ReadLine()
/external/libpcap/
Dpcap-sita.c48 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */ macro
261 char buf[MAX_LINE_SIZE]; in acn_parse_hosts_file()
272 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */ in acn_parse_hosts_file()
504 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE]; in if_sort()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c68 #define MAX_LINE_SIZE 0x7FFF /* 32767 */ macro
333 char line[MAX_LINE_SIZE]; in parseFile()
334 char lastLine[MAX_LINE_SIZE]; in parseFile()
351 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) { in parseFile()