Searched refs:chro_feature_table_start (Results 1 – 1 of 1) sorted by relevance
203 unsigned int chro_feature_table_start; member1564 tmp_chro_info_ptrs[xk1] -> chro_feature_table_start = sum_ptr; in sort_feature_info()1613 … int this_chro_tab_end = tmp_chro_inf -> chro_features + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1616 in_array[0] = ret_start + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1617 in_array[1] = ret_end + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1618 in_array[2] = ret_strand + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1619 in_array[3] = ret_entrez + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1620 in_array[4] = old_info_ptr + tmp_chro_inf -> chro_feature_table_start; in sort_feature_info()1622 …merge_sort(in_array, this_chro_tab_end - tmp_chro_inf -> chro_feature_table_start, feature_sort_co… in sort_feature_info()1624 for(sort_i = tmp_chro_inf -> chro_feature_table_start; sort_i< this_chro_tab_end ; sort_i++) in sort_feature_info()