Searched refs:SwapCells (Results 1 – 2 of 2) sorted by relevance
525 SwapCells(*iIndex, *jIndex); in QsortCellsSweep()529 SwapCells(*base, *iIndex); in QsortCellsSweep()533 SwapCells(*base, *jIndex); in QsortCellsSweep()548 SwapCells(*iIndex, *jIndex); in QsortCellsSweep()576 SwapCells(base, pivot); in QsortCells()582 SwapCells(base, jIndex); in QsortCells()616 SwapCells((*jIndex) + 1, *jIndex); in QsortCellsFor()
277 inline void SwapCells(T* oneCells, T* twoCells) in SwapCells() function