![]() |
![]() |
Go to the source code of this file.
Macros | |
#define | CHECK_PASS_VALIDITY(pass) |
#define | CHECK_RESIZE(n) |
#define | CREATE_HISTOGRAMS(type, buffer) |
#define | CURRENT_SIZE (mCurrentSize & 0x7fffffff) |
#define | INVALID_RANKS (mCurrentSize & 0x80000000) |
#define | INVALIDATE_RANKS mCurrentSize |= 0x80000000 |
#define | VALIDATE_RANKS mCurrentSize &= 0x7fffffff |
#define CHECK_PASS_VALIDITY | ( | pass | ) |
Definition at line 161 of file IceRevisitedRadix.cc.
Referenced by RadixSort::Sort().
#define CHECK_RESIZE | ( | n | ) |
Definition at line 65 of file IceRevisitedRadix.cc.
#define CREATE_HISTOGRAMS | ( | type, | |
buffer | |||
) |
Definition at line 74 of file IceRevisitedRadix.cc.
Referenced by RadixSort::Sort().
#define CURRENT_SIZE (mCurrentSize & 0x7fffffff) |
Definition at line 62 of file IceRevisitedRadix.cc.
Referenced by RadixSort::CheckResize(), and RadixSort::GetUsedRam().
#define INVALID_RANKS (mCurrentSize & 0x80000000) |
Definition at line 63 of file IceRevisitedRadix.cc.
Referenced by RadixSort::Sort().
#define INVALIDATE_RANKS mCurrentSize |= 0x80000000 |
Definition at line 60 of file IceRevisitedRadix.cc.
Referenced by RadixSort::CheckResize(), and RadixSort::RadixSort().
#define VALIDATE_RANKS mCurrentSize &= 0x7fffffff |
Definition at line 61 of file IceRevisitedRadix.cc.
Referenced by RadixSort::Sort().