Go to the source code of this file.
Defines | |
| #define | MAKEQWORD(a, b) ((QWORD)( ((QWORD) ((DWORD) (a))) << 32 | ((DWORD) (b)))) |
| #define | LODWORD(l) ((DWORD)(l)) |
| #define | HIDWORD(l) ((DWORD)(((QWORD)(l) >> 32) & 0xFFFFFFFF)) |
| #define | MAX_BUFFER_SIZE 4096 |
| #define | MAX_VIEW_SIZE 10485760 |
Typedefs | |
| typedef __int64 | QWORD |
| typedef __int64 * | LPQWORD |
| #define MAX_BUFFER_SIZE 4096 |
Definition at line 21 of file Common.h.
Referenced by CCrc32Static::FileCrc32Streams(), and vmsHash::Hash_CRC32().
1.5.6