Searched refs:bottom (Results 1 – 1 of 1) sorted by relevance
132 int bottom = d->__first_nonopt; in exchange() local142 while (top > middle && middle > bottom) in exchange()144 if (top - middle > middle - bottom) in exchange()147 int len = middle - bottom; in exchange()153 tem = argv[bottom + i]; in exchange()154 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange()155 argv[top - (middle - bottom) + i] = tem; in exchange()169 tem = argv[bottom + i]; in exchange()170 argv[bottom + i] = argv[middle + i]; in exchange()174 bottom += len; in exchange()
Completed in 4 milliseconds