Go to the source code of this file.
|
| #define | CONST64(n) n ## ULL |
| |
| #define | BSWAP(x) |
| |
| #define | ROL(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
| |
| #define | ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
| |
| #define | ROLc(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
| |
| #define | RORc(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
| |
| #define | ROL64(x, y) |
| |
| #define | ROR64(x, y) |
| |
| #define | ROL64c(x, y) |
| |
| #define | ROR64c(x, y) |
| |
| #define | MAX(x, y) ( ((x)>(y))?(x):(y) ) |
| |
| #define | MIN(x, y) ( ((x)<(y))?(x):(y) ) |
| |
| #define | byte(x, n) (((x) >> (8 * (n))) & 255) |
| |
Value:( ((
x>>24)&0x000000FFUL) | ((
x<<24)&0xFF000000UL) | \
((
x>>8)&0x0000FF00UL) | ((
x<<8)&0x00FF0000UL) )
G3D::int16 x
Definition: Vector2int16.h:37
| #define byte |
( |
|
x, |
|
|
|
n |
|
) |
| (((x) >> (8 * (n))) & 255) |
| #define CONST64 |
( |
|
n | ) |
n ## ULL |
| #define MAX |
( |
|
x, |
|
|
|
y |
|
) |
| ( ((x)>(y))?(x):(y) ) |
| #define MIN |
( |
|
x, |
|
|
|
y |
|
) |
| ( ((x)<(y))?(x):(y) ) |
| #define ROL |
( |
|
x, |
|
|
|
y |
|
) |
| ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
Value:
unsigned long long ulong64
Definition: tomcrypt_macros.h:7
G3D::int16 y
Definition: Vector2int16.h:38
#define CONST64(n)
Definition: tomcrypt_macros.h:6
G3D::int16 x
Definition: Vector2int16.h:37
Value:
unsigned long long ulong64
Definition: tomcrypt_macros.h:7
G3D::int16 y
Definition: Vector2int16.h:38
#define CONST64(n)
Definition: tomcrypt_macros.h:6
G3D::int16 x
Definition: Vector2int16.h:37
| #define ROLc |
( |
|
x, |
|
|
|
y |
|
) |
| ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
| #define ROR |
( |
|
x, |
|
|
|
y |
|
) |
| ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |
Value:
unsigned long long ulong64
Definition: tomcrypt_macros.h:7
G3D::int16 y
Definition: Vector2int16.h:38
#define CONST64(n)
Definition: tomcrypt_macros.h:6
G3D::int16 x
Definition: Vector2int16.h:37
Value:
unsigned long long ulong64
Definition: tomcrypt_macros.h:7
G3D::int16 y
Definition: Vector2int16.h:38
#define CONST64(n)
Definition: tomcrypt_macros.h:6
G3D::int16 x
Definition: Vector2int16.h:37
| #define RORc |
( |
|
x, |
|
|
|
y |
|
) |
| ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) & 0xFFFFFFFFUL) |