
Go to the source code of this file.
| Functions | |
| void | test_isort () | 
| void | test_fsort () | 
| void | test_idxsort () | 
| void | test_ikvsort () | 
| void | test_fkvsort () | 
| void | test_dkvsort () | 
| void | test_skvsort () | 
| void | test_idxkvsort () | 
| int | main () | 
$Id: gksort.c 11058 2011-11-10 00:02:50Z karypis $
Definition in file gksort.c.
| void test_isort | ( | ) | 
Testing module for gk_?isort() routine
Definition at line 17 of file gksort.c.
References array, gk_idx_t, gk_isortd(), and gk_isorti().
Referenced by main().


| void test_fsort | ( | ) | 
Testing module for gk_?fsort() routine
Definition at line 53 of file gksort.c.
References array, gk_fsortd(), gk_fsorti(), and gk_idx_t.
Referenced by main().


| void test_idxsort | ( | ) | 
Testing module for gk_?idxsort() routine
Definition at line 89 of file gksort.c.
References array, gk_idx_t, gk_idxsortd(), and gk_idxsorti().
Referenced by main().


| void test_ikvsort | ( | ) | 
Testing module for gk_?ikvsort() routine
Definition at line 126 of file gksort.c.
References array, gk_idx_t, gk_ikvsortd(), gk_ikvsorti(), key, and gk_option::val.
Referenced by main().


| void test_fkvsort | ( | ) | 
Testing module for gk_?fkvsort() routine
Definition at line 167 of file gksort.c.
References array, gk_fkvsortd(), gk_fkvsorti(), gk_idx_t, key, and gk_option::val.
Referenced by main().


| void test_dkvsort | ( | ) | 
Testing module for gk_?dkvsort() routine
Definition at line 207 of file gksort.c.
References array, gk_dkvsortd(), gk_dkvsorti(), gk_idx_t, key, and gk_option::val.
Referenced by main().


| void test_skvsort | ( | ) | 
Testing module for gk_?skvsort() routine
Definition at line 247 of file gksort.c.
References array, gk_idx_t, gk_skvsortd(), gk_skvsorti(), gk_strdup(), key, and gk_option::val.
Referenced by main().


| void test_idxkvsort | ( | ) | 
Testing module for gk_?idxkvsort() routine
Definition at line 291 of file gksort.c.
References array, gk_idx_t, gk_idxkvsortd(), gk_idxkvsorti(), key, and gk_option::val.
Referenced by main().


Definition at line 334 of file gksort.c.
References test_dkvsort(), test_fkvsort(), test_fsort(), test_idxkvsort(), test_idxsort(), test_ikvsort(), test_isort(), and test_skvsort().

 1.5.5
 1.5.5