Searched defs:num_parps (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dastar.c243 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) argument
886 for (i = 0; i < num_parps; i++)
888 for (j = 0; j < num_parps - 1; j++)
903 int num_parps = *pnum_parps; local
907 insert_index = num_parps;
908 for (i = 0; i < num_parps; i++)
916 for (j = num_parps; j > insert_index; --j)
919 num_parps
978 print_partial_paths(partial_path** parps, int num_parps, srec* rec, const char* msg) argument
[all...]

Completed in 13 milliseconds