Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Macros | Functions
myqsort.c File Reference
#include <metis.h>
Include dependency graph for myqsort.c:

Go to the source code of this file.

Macros

#define THRESH   1 /* threshold for insertion */
 
#define MTHRESH   6 /* threshold for median */
 

Functions

void iidxsort (int n, idxtype *base)
 
void iintsort (int n, int *base)
 
void ikeysort (int n, KeyValueType *base)
 
void ikeyvalsort (int n, KeyValueType *base)
 

Macro Definition Documentation

#define MTHRESH   6 /* threshold for median */

Definition at line 18 of file myqsort.c.

#define THRESH   1 /* threshold for insertion */

Definition at line 17 of file myqsort.c.

Function Documentation

void iidxsort ( int  n,
idxtype base 
)

Definition at line 32 of file myqsort.c.

void iintsort ( int  n,
int *  base 
)

Definition at line 161 of file myqsort.c.

void ikeysort ( int  n,
KeyValueType base 
)

Definition at line 291 of file myqsort.c.

void ikeyvalsort ( int  n,
KeyValueType base 
)

Definition at line 427 of file myqsort.c.