Home
last modified time | relevance | path

Searched refs:left_child_index (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/sort/
H A Dfile.c985 size_t left_child_index; in file_header_heap_sink() local
988 left_child_index = indx + indx + 1; in file_header_heap_sink()
989 right_child_index = left_child_index + 1; in file_header_heap_sink()
991 if (left_child_index < size) { in file_header_heap_sink()
994 min_child_index = left_child_index; in file_header_heap_sink()
1388 size_t left_child_index; in sub_list_sink() local
1391 left_child_index = indx + indx + 1; in sub_list_sink()
1392 right_child_index = left_child_index + 1; in sub_list_sink()
1394 if (left_child_index < size) { in sub_list_sink()
1397 min_child_index = left_child_index; in sub_list_sink()
[all …]