|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <stdlib.h>#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | magic_divide_t |
| struct | largeint2str_t |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | ULL(a, b) (((ULONGLONG)(a) << 32) | (b)) |
| #define | LARGE_STRI_BUFFER_LENGTH 67 |
Functions | |
| static | LONGLONG (WINAPI *pRtlExtendedMagicDivide)(LONGLONG |
| static | VOID (WINAPI *pRtlFreeAnsiString)(PSTRING) |
| static | NTSTATUS (WINAPI *pRtlInt64ToUnicodeString)(ULONGLONG |
| static | ULONGLONG (WINAPI *p_aulldiv)(ULONGLONG a |
| 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) |
| static void | test_builtins (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 LONGLONG | b |
| static void * | p_allshl |
| static void * | p_allshr |
| static void * | p_aullshr |
| static const magic_divide_t | magic_divide [] |
| static const largeint2str_t | largeint2str [] |
| #define LARGE_STRI_BUFFER_LENGTH 67 |
Definition at line 143 of file large_int.c.
| #define WIN32_NO_STATUS |
Definition at line 28 of file large_int.c.
Definition at line 50 of file large_int.c.
Referenced by START_TEST().
|
static |
Definition at line 297 of file large_int.c.
Referenced by test_RtlInt64ToUnicodeString().
|
static |
Definition at line 389 of file large_int.c.
Referenced by test_RtlLargeIntegerToChar().
| START_TEST | ( | large_int | ) |
Definition at line 582 of file large_int.c.
Definition at line 457 of file large_int.c.
Referenced by START_TEST().
Definition at line 128 of file large_int.c.
Referenced by START_TEST().
Definition at line 379 of file large_int.c.
Referenced by START_TEST().
Definition at line 422 of file large_int.c.
Referenced by START_TEST().
Definition at line 43 of file large_int.c.
Referenced by test_builtins().
Definition at line 41 of file large_int.c.
|
static |
Definition at line 36 of file large_int.c.
Referenced by InitFunctionPtrs().
Definition at line 37 of file large_int.c.
|
static |
Definition at line 161 of file large_int.c.
Referenced by one_RtlInt64ToUnicodeString_test(), one_RtlLargeIntegerToChar_test(), test_RtlInt64ToUnicodeString(), and test_RtlLargeIntegerToChar().
Definition at line 37 of file large_int.c.
Referenced by test_builtins().
|
static |
Definition at line 81 of file large_int.c.
Referenced by test_RtlExtendedMagicDivide().
|
static |
Definition at line 48 of file large_int.c.
Referenced by InitFunctionPtrs(), and test_builtins().
|
static |
Definition at line 48 of file large_int.c.
Referenced by InitFunctionPtrs(), and test_builtins().
|
static |
Definition at line 48 of file large_int.c.
Referenced by InitFunctionPtrs(), and test_builtins().
| UNICODE_STRING *static PCHAR |
Definition at line 40 of file large_int.c.
| UNICODE_STRING *static ULONG |
Definition at line 39 of file large_int.c.