ReactOS 0.4.15-dev-7918-g2a2556c
_UDIV_TEST_DATA Struct Reference

Public Attributes

ULONG dividend
 
ULONG divisor
 
ULONG expected_div
 
ULONG expected_mod
 

Detailed Description

Definition at line 18 of file __rt_div.c.

Member Data Documentation

◆ dividend

ULONG _UDIV_TEST_DATA::dividend

Definition at line 20 of file __rt_div.c.

Referenced by START_TEST().

◆ divisor

ULONG _UDIV_TEST_DATA::divisor

Definition at line 21 of file __rt_div.c.

Referenced by START_TEST().

◆ expected_div

ULONG _UDIV_TEST_DATA::expected_div

Definition at line 22 of file __rt_div.c.

◆ expected_mod

ULONG _UDIV_TEST_DATA::expected_mod

Definition at line 23 of file __rt_div.c.


The documentation for this struct was generated from the following file: