ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Classes | |
struct | magic_divide_t |
struct | largeint2str_t |
Macros | |
#define | ULL(a, b) (((ULONGLONG)(a) << 32) | (b)) |
#define | NB_MAGIC_DIVIDE (sizeof(magic_divide)/sizeof(*magic_divide)) |
#define | LARGE_STRI_BUFFER_LENGTH 67 |
#define | NB_LARGEINT2STR (sizeof(largeint2str)/sizeof(*largeint2str)) |
Functions | |
static | LONGLONG (WINAPI *pRtlExtendedMagicDivide)(LONGLONG |
static | VOID (WINAPI *pRtlFreeAnsiString)(PSTRING) |
static | NTSTATUS (WINAPI *pRtlInt64ToUnicodeString)(ULONGLONG |
static | void (WINAPI *p_alldvrm)(LONGLONG |
static void | InitFunctionPtrs (void) |
static void | test_RtlExtendedMagicDivide (void) |
static void | one_RtlInt64ToUnicodeString_test (int test_num, const largeint2str_t *largeint2str) |
static void | test_RtlInt64ToUnicodeString (void) |
static void | one_RtlLargeIntegerToChar_test (int test_num, const largeint2str_t *largeint2str) |
static void | test_RtlLargeIntegerToChar (void) |
START_TEST (large_int) | |
Variables | |
static HMODULE | hntdll = 0 |
static | LONGLONG |
static | INT |
static | ULONG |
static UNICODE_STRING *static | PCHAR |
static const UNICODE_STRING | BOOLEAN |
static | ULONGLONG |
static const magic_divide_t | magic_divide [] |
static const largeint2str_t | largeint2str [] |
#define LARGE_STRI_BUFFER_LENGTH 67 |
Definition at line 127 of file large_int.c.
#define NB_LARGEINT2STR (sizeof(largeint2str)/sizeof(*largeint2str)) |
Definition at line 278 of file large_int.c.
#define NB_MAGIC_DIVIDE (sizeof(magic_divide)/sizeof(*magic_divide)) |
Definition at line 109 of file large_int.c.
Definition at line 40 of file large_int.c.
Referenced by START_TEST().
|
static |
Definition at line 281 of file large_int.c.
Referenced by test_RtlInt64ToUnicodeString().
|
static |
Definition at line 373 of file large_int.c.
Referenced by test_RtlLargeIntegerToChar().
START_TEST | ( | large_int | ) |
Definition at line 502 of file large_int.c.
Definition at line 112 of file large_int.c.
Referenced by START_TEST().
Definition at line 363 of file large_int.c.
Referenced by START_TEST().
Definition at line 406 of file large_int.c.
Referenced by START_TEST().
Definition at line 35 of file large_int.c.
|
static |
Definition at line 30 of file large_int.c.
Referenced by InitFunctionPtrs().
Definition at line 31 of file large_int.c.
|
static |
Definition at line 144 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), one_RtlLargeIntegerToChar_test(), test_RtlInt64ToUnicodeString(), and test_RtlLargeIntegerToChar().
Definition at line 31 of file large_int.c.
|
static |
Definition at line 64 of file large_int.c.
Referenced by test_RtlExtendedMagicDivide().
UNICODE_STRING *static PCHAR |
Definition at line 34 of file large_int.c.
UNICODE_STRING *static ULONG |
Definition at line 33 of file large_int.c.
Definition at line 37 of file large_int.c.