Home | History | Annotate | Download | only in app

Lines Matching refs:CHUNK_SIZE

615         final int CHUNK_SIZE = 1000000;  // copy random data in 1000000-char chunks
617 int nextChunkSize = CHUNK_SIZE;
623 if (remaining < CHUNK_SIZE) {
628 remaining -= CHUNK_SIZE;