Searched refs:halfLength (Results 1 – 1 of 1) sorted by relevance
204 sal_Int32 halfLength = floor(_length/2); in sortRecord() local207 macabfield **firstHalf = new macabfield *[halfLength]; in sortRecord()208 macabfield **lastHalf = new macabfield *[_length - halfLength]; in sortRecord()210 firstHalf = sortRecord(_start, halfLength); in sortRecord()211 lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()217 if(fp == halfLength) in sortRecord()229 if(lp == _length - halfLength) in sortRecord()
Completed in 12 milliseconds