Searched refs:lastHalf (Results 1 – 1 of 1) sorted by relevance
208 macabfield **lastHalf = new macabfield *[_length - halfLength]; in sortRecord() local211 lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()214 if(compareFields(firstHalf[fp],lastHalf[lp]) < 0) in sortRecord()221 sorted[i] = lastHalf[lp++]; in sortRecord()228 sorted[i] = lastHalf[lp++]; in sortRecord()
Completed in 6 milliseconds