Searched refs:MAX_BLOCKSIZE (Results 1 – 5 of 5) sorted by relevance
136 public static final int MAX_BLOCKSIZE = 9; field in BZip2CompressorOutputStream341 .min((inputLength / 132000) + 1, 9) : MAX_BLOCKSIZE; in chooseBlockSize()357 this(out, MAX_BLOCKSIZE); in BZip2CompressorOutputStream()
388 #define MAX_BLOCKSIZE MB macro
155 snprintf(errstr, len, "block size too large (maximum = %d bytes)", MAX_BLOCKSIZE); in iperf_strerror()
1424 || blksize > MAX_BLOCKSIZE) { in iperf_parse_arguments()
259 … final int blockSize = numberOptionOrDefault(options, BZip2CompressorOutputStream.MAX_BLOCKSIZE); in encode()