Searched defs:BUFSIZE (Results 1 – 16 of 16) sorted by relevance
7 %:define BUFSIZE 512 macro
33 #define BUFSIZE 128 macro
52 #define BUFSIZE 5120 macro
11 BUFSIZE = 0x4000 variable
49 #define BUFSIZE 1024 macro
88 private final static int BUFSIZE = 3; field in UnicodeDecompressor
30 #define BUFSIZE 255 macro
15 #define BUFSIZE 1024 macro
47 #define BUFSIZE 2048 /* The ring buffer size */ macro
32 #define BUFSIZE 10 macro
5 #define BUFSIZE 10 macro
53 #define BUFSIZE 4*1024 macro
322 #define BUFSIZE 512 in i386_disasm() macro
847 public static final int BUFSIZE = 8192; field in NanoHTTPD.HTTPSession
1505 int32_t BUFSIZE = sizeof(buffer)/sizeof(buffer[0]); in test_fmt() local
1823 enum { BUFSIZE = 256 }; in TestCharNames() enumerator