Go to the source code of this file.
|
typedef unsigned int | Uint32 |
|
typedef unsigned char | Uchar |
|
typedef long long int | ll_t |
|
|
void | rsort32_ (const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
|
void | rsort32_ibm_ (const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
|
void | rsort32_func_ (const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
|
void | rsort32_setup_ (void(*func)(const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc), int *speedup) |
|
|
static int | SpeedUp = 0 |
|
static void(* | default_rsort32_func )(const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
|
◆ ll_t
typedef long long int ll_t |
◆ Uchar
typedef unsigned char Uchar |
◆ Uint32
◆ rsort32_()
void rsort32_ |
( |
const int * |
Mode, |
|
|
const int * |
N, |
|
|
const int * |
Inc, |
|
|
const int * |
Start_addr, |
|
|
Uint32 |
Data[], |
|
|
int |
index[], |
|
|
const int * |
Index_adj, |
|
|
int * |
retc |
|
) |
| |
◆ rsort32_func_()
void rsort32_func_ |
( |
const int * |
Mode, |
|
|
const int * |
N, |
|
|
const int * |
Inc, |
|
|
const int * |
Start_addr, |
|
|
Uint32 |
Data[], |
|
|
int |
index[], |
|
|
const int * |
Index_adj, |
|
|
int * |
retc |
|
) |
| |
◆ rsort32_ibm_()
void rsort32_ibm_ |
( |
const int * |
Mode, |
|
|
const int * |
N, |
|
|
const int * |
Inc, |
|
|
const int * |
Start_addr, |
|
|
Uint32 |
Data[], |
|
|
int |
index[], |
|
|
const int * |
Index_adj, |
|
|
int * |
retc |
|
) |
| |
◆ rsort32_setup_()
void rsort32_setup_ |
( |
void(*)(const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
func, |
|
|
int * |
speedup |
|
) |
| |
◆ default_rsort32_func
void(* default_rsort32_func) (const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc) |
|
static |
Initial value:=
#ifdef RS6K
#else
#endif
void rsort32_ibm_(const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc)
void rsort32_(const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint32 Data[], int index[], const int *Index_adj, int *retc)
Definition at line 411 of file rsort32.c.
◆ SpeedUp