FORM 4.3
|
Data Fields | |
struct NoDe * | left |
struct NoDe * | rght |
int | lloser |
int | rloser |
int | lsrc |
int | rsrc |
A node for the tree of losers in the final sorting on the master.
Definition at line 265 of file parallel.c.
struct NoDe* left |
Definition at line 266 of file parallel.c.
struct NoDe* rght |
Definition at line 267 of file parallel.c.
int lloser |
Definition at line 268 of file parallel.c.
int rloser |
Definition at line 269 of file parallel.c.
int lsrc |
Definition at line 270 of file parallel.c.
int rsrc |
Definition at line 271 of file parallel.c.