Searched refs:num_parps (Results 1 – 1 of 1) sorted by relevance
243 void print_partial_paths(partial_path** parps, int num_parps, srec* rec, const char* msg);245 void sort_partial_paths(partial_path** parps, int num_parps);883 void sort_partial_paths(partial_path** parps, int num_parps) in sort_partial_paths() argument886 for (i = 0; i < num_parps; i++) in sort_partial_paths()888 for (j = 0; j < num_parps - 1; j++) in sort_partial_paths()903 int num_parps = *pnum_parps; in insert_partial_path() local907 insert_index = num_parps; in insert_partial_path()908 for (i = 0; i < num_parps; i++) in insert_partial_path()916 for (j = num_parps; j > insert_index; --j) in insert_partial_path()919 num_parps++; in insert_partial_path()[all …]