Searched refs:BUF_SIZE (Results 1 – 5 of 5) sorted by relevance
61 #define BUF_SIZE 8192 macro81 char stackBuf[BUF_SIZE]; in readBytes()97 } else if (len > BUF_SIZE) { in readBytes()157 char stackBuf[BUF_SIZE]; in writeBytes()173 } else if (len > BUF_SIZE) { in writeBytes()
1491 #define BUF_SIZE 4096 macro1506 char tmp[BUF_SIZE]; in InflateFully()
259 final static int BUF_SIZE = 2048; field in Support_TestWebServer326 this.buf = new byte[BUF_SIZE]; in Worker()348 for (int i = 0; i < BUF_SIZE; i++) { in clearBuffer()
58 private static int BUF_SIZE = 2048; field in URLJarFile
1471 private static final int BUF_SIZE = 8192; field in ZipFile.Source1479 int n = Math.min(BUF_SIZE, N); in readFullyAt()