#include <stdio.h>#include <process.h>#include <setjmp.h>#include <time.h>#include <nt.h>#include <ntrtl.h>#include <nturtl.h>#include <windows.h>Go to the source code of this file.
Defines | |
| #define | TESTTABLESIZE (128*sizeof(ULONG)) |
Functions | |
| TestDiv () | |
| VOID __cdecl | main (int argc, argv) |
| HandleException (IN PEXCEPTION_POINTERS ExceptionPointers) | |
| DivMarker () | |
Variables | |
| CONTEXT | RegContext |
| ULONG | DefaultValue |
| ULONG | TestCount |
| ULONG | ExpectedException |
| ULONG | DivOperand |
| ULONG | DivRegPointer |
| LONG | DivRegScaler |
| ULONG | ExceptEip |
| ULONG | ExceptEsp |
| ULONG | TestTable [] |
| ULONG | TestTableCenter [] |
| BOOLEAN | vInitialized |
| ULONG | vZero = 0 |
| ULONG | vTwo = 0 |
| ULONG | vDivOk = 0x7f7f7f7f |
|
|
Definition at line 31 of file test.c. Referenced by HandleException(). |
|
|
Definition at line 160 of file test.c. References NULL, and RtlRaiseException().
|
|
|
Definition at line 98 of file test.c. References DefaultValue, ExceptEip, ExceptEsp, EXCEPTION_CONTINUE_EXECUTION, EXCEPTION_CONTINUE_SEARCH, ExpectedException, TestCount, TestTable, TESTTABLESIZE, TRUE, and vInitialized. Referenced by main().
|
|
||||||||||||
|
Definition at line 42 of file test.c. References DefaultValue, DivOperand, DivRegPointer, DivRegScaler, ExpectedException, FALSE, HandleException(), TestCount, TestDiv(), TestTableCenter, and vInitialized.
|
|
|
Referenced by main(). |
|
|
Definition at line 20 of file test.c. Referenced by HandleException(), and main(). |
|
|
Definition at line 24 of file test.c. Referenced by main(). |
|
|
Definition at line 25 of file test.c. Referenced by main(). |
|
|
Definition at line 26 of file test.c. Referenced by main(). |
|
|
Definition at line 27 of file test.c. Referenced by HandleException(). |
|
|
Definition at line 28 of file test.c. Referenced by HandleException(). |
|
|
Definition at line 22 of file test.c. Referenced by HandleException(), and main(). |
|
|
Copyright(c) Microsoft Corp., 1988-1991 * |
|
|
Definition at line 21 of file test.c. Referenced by HandleException(), and main(). |
|
|
Definition at line 29 of file test.c. Referenced by HandleException(). |
|
|
Definition at line 30 of file test.c. Referenced by main(). |
|
|
|
|
|
Definition at line 35 of file test.c. Referenced by HandleException(), and main(). |
|
|
|
|
|
|
1.3.7