Searched refs:LOCAL_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
117 private static final int LOCAL_BUF_SIZE = 256; field in OldAndroidDeflateTest140 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in compress()154 compCount = deflater.deflate(outBuf, outPosn, LOCAL_BUF_SIZE); in compress()179 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in expand()190 compCount = inflater.inflate(outBuf, outPosn, LOCAL_BUF_SIZE); in expand()