D:/opendownloadmanager/ODM-1.x/Hash/Common.h File Reference

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 Documentation

#define HIDWORD ( l   )     ((DWORD)(((QWORD)(l) >> 32) & 0xFFFFFFFF))

Definition at line 18 of file Common.h.

#define LODWORD ( l   )     ((DWORD)(l))

Definition at line 16 of file Common.h.

#define MAKEQWORD ( a,
b   )     ((QWORD)( ((QWORD) ((DWORD) (a))) << 32 | ((DWORD) (b))))

Definition at line 13 of file Common.h.

Referenced by CCrc32Static::GetFileSizeQW().

#define MAX_BUFFER_SIZE   4096

Definition at line 21 of file Common.h.

Referenced by CCrc32Static::FileCrc32Streams(), and vmsHash::Hash_CRC32().

#define MAX_VIEW_SIZE   10485760

Definition at line 23 of file Common.h.


Typedef Documentation

typedef __int64 * LPQWORD

Definition at line 10 of file Common.h.

typedef __int64 QWORD

Definition at line 10 of file Common.h.


Generated on Sun May 25 00:19:39 2008 by  doxygen 1.5.6