Searched refs:in_off (Results 1 – 1 of 1) sorted by relevance
17 public void encode(byte[] in, int in_off, int len, byte[] out) { in encode() argument20 history[pos-- & DISTANCE_MASK] = in[in_off + i]; in encode()21 out[i] = (byte)(in[in_off + i] - tmp); in encode()