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