![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "Precomp.h"
#include "Compiler.h"
#include "CpuArch.h"
#include "RotateDefs.h"
#include "SwapBytes.h"
Macros | |
#define | FORCE_SWAP_MODE |
#define | SWAP2_16(i) |
#define | SWAP4_32(i) |
#define | SWAP_BASE_FUNCS_PREFIXES |
#define | SWAP2_32_VAR(v) |
#define | SWAP2_32(i) |
#define | DEFAULT_Swap2 SwapBytes2_32 |
#define | DEFAULT_Swap4 SwapBytes4_32 |
#define | SWAP_ITERATION_BLOCK_SIZE_MAX (1 << 7) |
#define | SWAP_VECTOR_ALIGN_SIZE (1 << 5) |
#define | PRF(x) |
Functions | |
SWAP_BASE_FUNCS_PREFIXES | SwapBytes2_32 (CSwapUInt16 *items, const CSwapUInt16 *lim) |
SWAP_BASE_FUNCS_PREFIXES | SwapBytes4_32 (CSwapUInt32 *items, const CSwapUInt32 *lim) |
Z7_NO_INLINE void | z7_SwapBytes2 (CSwapUInt16 *items, size_t numItems) |
Z7_NO_INLINE void | z7_SwapBytes4 (CSwapUInt32 *items, size_t numItems) |
void | z7_SwapBytesPrepare (void) |
#define DEFAULT_Swap2 SwapBytes2_32 |
#define DEFAULT_Swap4 SwapBytes4_32 |
#define FORCE_SWAP_MODE |
#define PRF | ( | x | ) |
#define SWAP2_16 | ( | i | ) |
#define SWAP2_32 | ( | i | ) |
#define SWAP2_32_VAR | ( | v | ) |
#define SWAP4_32 | ( | i | ) |
#define SWAP_BASE_FUNCS_PREFIXES |
#define SWAP_ITERATION_BLOCK_SIZE_MAX (1 << 7) |
#define SWAP_VECTOR_ALIGN_SIZE (1 << 5) |
SWAP_BASE_FUNCS_PREFIXES SwapBytes2_32 | ( | CSwapUInt16 * | items, |
const CSwapUInt16 * | lim ) |
SWAP_BASE_FUNCS_PREFIXES SwapBytes4_32 | ( | CSwapUInt32 * | items, |
const CSwapUInt32 * | lim ) |
Z7_NO_INLINE void z7_SwapBytes2 | ( | CSwapUInt16 * | items, |
size_t | numItems ) |
Z7_NO_INLINE void z7_SwapBytes4 | ( | CSwapUInt32 * | items, |
size_t | numItems ) |
void z7_SwapBytesPrepare | ( | void | ) |