Searched refs:cpos (Results 1 – 1 of 1) sorted by relevance
125 cpos = hpos * 2 + 1; in adjust_lpt_heap()126 if (cpos >= heap->cnt) in adjust_lpt_heap()140 lprops->hpos = cpos; in adjust_lpt_heap()141 hpos = cpos; in adjust_lpt_heap()145 cpos += 1; in adjust_lpt_heap()146 if (cpos >= heap->cnt) in adjust_lpt_heap()154 lprops->hpos = cpos; in adjust_lpt_heap()155 hpos = cpos; in adjust_lpt_heap()178 int cpos, val1, val2; in add_to_lpt_heap() local192 lp = heap->arr[cpos]; in add_to_lpt_heap()[all …]
Completed in 5 milliseconds