Lines Matching refs:sorted
181 macabfield** sorted = new macabfield *[_length]; in sortRecord() local
188 sorted[0] = get(_start+1); in sortRecord()
189 sorted[1] = get(_start); in sortRecord()
193 sorted[0] = get(_start); in sortRecord()
194 sorted[1] = get(_start+1); in sortRecord()
199 sorted[0] = get(_start); in sortRecord()
216 sorted[i] = firstHalf[fp++]; in sortRecord()
221 sorted[i] = lastHalf[lp++]; in sortRecord()
228 sorted[i] = lastHalf[lp++]; in sortRecord()
233 sorted[i] = firstHalf[fp++]; in sortRecord()
241 fields = sorted; in sortRecord()
244 return sorted; in sortRecord()