#include <limits.h>
#include <stdint.h>
#include "int-util.h"
Go to the source code of this file.
◆ dec_bufr_type
| #define dec_bufr_type |
( |
| size, |
|
|
| bsize, |
|
|
| x ) |
Value:typedef ui_type(size) x[bsize / (size >> 3)]
#define ui_type(size)
Definition skein_port.h:82
◆ dec_unit_type
| #define dec_unit_type |
( |
| size, |
|
|
| x ) |
◆ INT_RETURN
◆ IS_BIG_ENDIAN
| #define IS_BIG_ENDIAN 4321 /* byte 0 is most significant (mc68k) */ |
◆ IS_LITTLE_ENDIAN
| #define IS_LITTLE_ENDIAN 1234 /* byte 0 is least significant (i386) */ |
◆ PLATFORM_BYTE_ORDER [1/2]
◆ PLATFORM_BYTE_ORDER [2/2]
◆ PLATFORM_MUST_ALIGN
| #define PLATFORM_MUST_ALIGN (0) |
◆ ptr_cast
| #define ptr_cast |
( |
| x, |
|
|
| size ) |
◆ RETURN_VALUES
◆ RotL_64
Value:(((x) << (N)) | ((x) >> (64-(N))))
◆ SKEIN_NEED_SWAP
| #define SKEIN_NEED_SWAP (1) |
◆ Skein_Swap64
| #define Skein_Swap64 |
( |
| w64 | ) |
|
◆ ui_type
◆ VOID_RETURN
◆ u08b_t
◆ u64b_t
◆ uint_t
◆ Skein_Get64_LSB_First()
◆ Skein_Put64_LSB_First()