Home
last modified time | relevance | path

Searched refs:pivIndexA (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/gnu/
H A Dqsort.c77 char* pivIndexA; in sort_r_simple() local
79 for (pivIndexA = base + sizeOfElement; pivIndexA < end; in sort_r_simple()
80 pivIndexA += sizeOfElement) { in sort_r_simple()
81 pivIndexB = pivIndexA; in sort_r_simple()