Lines Matching defs:i0
893 // int i0 = i;
894 // while (i0 < i2)
895 // newcode[j++] = code[i0++];
908 int i0 = i2 + 12;
909 i2 = i0 + (highbyte - lowbyte + 1) * 4;
910 while (i0 < i2) {
911 int offset = newOffset(i, ByteArray.read32bit(code, i0),
915 i0 += 4;
925 // int i0 = i;
926 // while (i0 < i2)
927 // newcode[j++] = code[i0++];
938 int i0 = i2 + 8;
939 i2 = i0 + npairs * 8;
940 while (i0 < i2) {
941 ByteArray.copy32bit(code, i0, newcode, j);
943 ByteArray.read32bit(code, i0 + 4),
947 i0 += 8;
1185 int i0 = i2 + 12;
1189 offsets[j] = ByteArray.read32bit(code, i0);
1190 i0 += 4;
1199 int i0 = i2 + 8;
1203 matches[j] = ByteArray.read32bit(code, i0);
1204 offsets[j] = ByteArray.read32bit(code, i0 + 4);
1205 i0 += 8;