Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "Stdafx.h"
Go to the source code of this file.
Macros | |
#define | INVALIDATE_RANKS mCurrentSize|=0x80000000 |
#define | VALIDATE_RANKS mCurrentSize&=0x7fffffff |
#define | CURRENT_SIZE (mCurrentSize&0x7fffffff) |
#define | INVALID_RANKS (mCurrentSize&0x80000000) |
#define | CHECK_RESIZE(n) |
#define | CREATE_HISTOGRAMS(type, buffer) |
#define | CHECK_PASS_VALIDITY(pass) |
Contains source code from the article "Radix Sort Revisited".
Definition in file IceRevisitedRadix.cpp.
#define CHECK_PASS_VALIDITY | ( | pass) |
Definition at line 145 of file IceRevisitedRadix.cpp.
#define CHECK_RESIZE | ( | n) |
Definition at line 62 of file IceRevisitedRadix.cpp.
#define CREATE_HISTOGRAMS | ( | type, | |
buffer | |||
) |
Definition at line 70 of file IceRevisitedRadix.cpp.
#define CURRENT_SIZE (mCurrentSize&0x7fffffff) |
Definition at line 59 of file IceRevisitedRadix.cpp.
#define INVALID_RANKS (mCurrentSize&0x80000000) |
Definition at line 60 of file IceRevisitedRadix.cpp.
#define INVALIDATE_RANKS mCurrentSize|=0x80000000 |
Definition at line 57 of file IceRevisitedRadix.cpp.
#define VALIDATE_RANKS mCurrentSize&=0x7fffffff |
Definition at line 58 of file IceRevisitedRadix.cpp.