Home
last modified time | relevance | path

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

/dports/math/lp_solve/lp_solve_5.5/shared/
H A Dcommonlib.c504 void qsortex_swap(void *attributes, int l, int r, int recsize, in qsortex_swap() function
529 { nmove++; qsortex_swap(attributes, l,i, recsize, tags, tagsize, save, savetag); } in qsortex_sort()
531 { nmove++; qsortex_swap(attributes, l,r, recsize, tags, tagsize, save, savetag); } in qsortex_sort()
533 { nmove++; qsortex_swap(attributes, i,r, recsize, tags, tagsize, save, savetag); } in qsortex_sort()
536 qsortex_swap(attributes, i,j, recsize, tags, tagsize, save, savetag); in qsortex_sort()
543 nmove++; qsortex_swap(attributes, i,j, recsize, tags, tagsize, save, savetag); in qsortex_sort()
545 nmove++; qsortex_swap(attributes, i,r-1, recsize, tags, tagsize, save, savetag); in qsortex_sort()
H A Dcommonlib.h290 void qsortex_swap(void *attributes, int l, int r, int recsize,