Searched refs:offset_sub1 (Results 1 – 1 of 1) sorted by relevance
99 int offset_sub1 = offset - Integer.MAX_VALUE; in narrow() local100 if (offset_sub1 >= 0) { in narrow()101 array[offset_sub1] = 1; // Bounds check can be eliminated. in narrow()105 int offset_sub2 = offset_sub1 - Integer.MAX_VALUE; in narrow()