Searched refs:pivIndexA (Results 1 – 1 of 1) sorted by relevance
77 char* pivIndexA; in sort_r_simple() local79 for (pivIndexA = base + sizeOfElement; pivIndexA < end; in sort_r_simple()80 pivIndexA += sizeOfElement) { in sort_r_simple()81 pivIndexB = pivIndexA; in sort_r_simple()