Lines Matching refs:LAST_PART
10461 int start = count * part / (LAST_PART + 1);10462 int end = (count * (part + 1) / (LAST_PART + 1)) - 1;