#include <bsp_exptable.h>
Data Fields | |
unsigned int **restrict | start |
where is first object? e.g. | |
unsigned int **restrict | count |
how many of which type? e.g. | |
unsigned int **restrict | end |
where is the last pushed element of some type? e.g. |
Definition at line 189 of file bsp_exptable.h.
|
how many of which type? e.g. count[0][put] gives number of puts in processor column 0 Definition at line 197 of file bsp_exptable.h. Referenced by deliveryTable_initialize(). |
|
where is the last pushed element of some type? e.g. end[0][put] gives the offset of the last pushed 'put' in processor column 0 Definition at line 201 of file bsp_exptable.h. Referenced by deliveryTable_initialize(). |
|
where is first object? e.g. start[0][put] gives offset of first put object (in slots). Definition at line 193 of file bsp_exptable.h. Referenced by deliveryTable_initialize(). |