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