Searched refs:twoCells (Results 1 – 1 of 1) sorted by relevance
277 inline void SwapCells(T* oneCells, T* twoCells) in SwapCells() argument280 *oneCells = *twoCells; in SwapCells()281 *twoCells = tempCells; in SwapCells()