|
Yet Another eXchange Tool
DO_NOT_EDIT_HERE
|
quicksort declaration More...
Go to the source code of this file.
Functions | |
| void | xt_quicksort_int (int *a, size_t n) |
| void | xt_quicksort_idxpos (idxpos_type *v, size_t n) |
| void | xt_quicksort_index (Xt_int *a, int n, int *idx, int reset_index) |
quicksort declaration
Definition in file quicksort.h.
| void xt_quicksort_idxpos | ( | idxpos_type * | v, |
| size_t | n | ||
| ) |
quicksort changing structured values
| [in,out] | v | data to be sorted |
| [in] | n | length of data |
| void xt_quicksort_index | ( | Xt_int * | a, |
| int | n, | ||
| int * | idx, | ||
| int | reset_index | ||
| ) |
quicksort changing values and indices
| [in,out] | a | data to be sorted |
| [in] | n | length of data |
| [in,out] | idx | old index of sorted returned a |
| [in] | reset_index | override given idx by identity idx |
Definition at line 77 of file quicksort.c.
| void xt_quicksort_int | ( | int * | a, |
| size_t | n | ||
| ) |
quicksort changing structured values
| [in,out] | a | array of ints to be sorted |
| [in] | n | length of data |
1.8.13