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