Searched refs:offSet (Results 1 – 4 of 4) sorted by relevance
365 private void copyInts(int[] parsedIp, byte[] addr, int offSet) in copyInts() argument369 addr[(i * 2) + offSet] = (byte)(parsedIp[i] >> 8); in copyInts()370 addr[(i * 2 + 1) + offSet] = (byte)parsedIp[i]; in copyInts()
150 private void incrementCounter(int offSet) in incrementCounter() argument154 counter[counter.length - 1] += offSet; in incrementCounter()
1051 int offSet = 0; in concatenate() local1054 System.arraycopy(arrays[i], 0, rv, offSet, arrays[i].length); in concatenate()1055 offSet += arrays[i].length; in concatenate()
419 private void extractBytes(byte[] encKey, int offSet, BigInteger bI) in extractBytes() argument431 encKey[offSet + i] = val[val.length - 1 - i]; in extractBytes()