
Go to the source code of this file.
Defines | |
| #define | WizardLLConstant(c) (WizardOffsetType) (c ## LL) |
| #define | WizardULLConstant(c) (WizardSizeType) (c ## ULL) |
| #define | WizardOffsetFormat "lld" |
| #define | WizardSizeFormat "llu" |
Typedefs | |
| typedef unsigned int | WizardStatusType |
| typedef long long | WizardOffsetType |
| typedef unsigned long long | WizardSizeType |
Enumerations | |
| enum | WizardBooleanType { WizardFalse = 0, WizardTrue = 1 } |
| #define WizardLLConstant | ( | c | ) | (WizardOffsetType) (c ## LL) |
Definition at line 35 of file wizard-type.h.
| #define WizardOffsetFormat "lld" |
Definition at line 47 of file wizard-type.h.
| #define WizardSizeFormat "llu" |
Definition at line 48 of file wizard-type.h.
| #define WizardULLConstant | ( | c | ) | (WizardSizeType) (c ## ULL) |
Definition at line 36 of file wizard-type.h.
Referenced by InitializeCRC64(), InitializeSHA384(), InitializeSHA512(), TransformSHA384(), TransformSHA512(), and Trunc64().
| typedef long long WizardOffsetType |
Definition at line 45 of file wizard-type.h.
| typedef unsigned long long WizardSizeType |
Definition at line 46 of file wizard-type.h.
| typedef unsigned int WizardStatusType |
Definition at line 42 of file wizard-type.h.
| enum WizardBooleanType |
Definition at line 25 of file wizard-type.h.
1.6.2-20100208