HomeSort by relevance Sort by last modified time
    Searched defs:MAX_LINE_SIZE (Results 1 - 6 of 6) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 39 #define MAX_LINE_SIZE 75
eas_imelodydata.h 38 #define MAX_LINE_SIZE 75
69 EAS_I8 buffer[MAX_LINE_SIZE+1]; /* buffer for ASCII data */
  /external/syslinux/com32/hdt/
hdt-cli.h 37 #define MAX_LINE_SIZE 256
97 char history[MAX_HISTORY_SIZE+1][MAX_LINE_SIZE];
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 68 #define MAX_LINE_SIZE 0x7FFF /* 32767 */
333 char line[MAX_LINE_SIZE];
334 char lastLine[MAX_LINE_SIZE];
351 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
    [all...]
  /external/libpcap/
pcap-sita.c 48 #define MAX_LINE_SIZE 255 /* max size of a buffer/line in /etc/hosts we allow */
261 char buf[MAX_LINE_SIZE];
272 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */
503 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];
    [all...]
  /prebuilts/sdk/tools/
jack-server-4.11.ALPHA.jar 

Completed in 166 milliseconds