ReactOS 0.4.15-dev-8614-gbc76250
_UDIV64_TEST_DATA Struct Reference

Public Attributes

ULONGLONG dividend
 
ULONGLONG divisor
 
ULONGLONG expected_div
 
ULONGLONG expected_mod
 

Detailed Description

Definition at line 34 of file __rt_div.c.

Member Data Documentation

◆ dividend

ULONGLONG _UDIV64_TEST_DATA::dividend

Definition at line 36 of file __rt_div.c.

Referenced by START_TEST().

◆ divisor

ULONGLONG _UDIV64_TEST_DATA::divisor

Definition at line 37 of file __rt_div.c.

Referenced by START_TEST().

◆ expected_div

ULONGLONG _UDIV64_TEST_DATA::expected_div

Definition at line 38 of file __rt_div.c.

◆ expected_mod

ULONGLONG _UDIV64_TEST_DATA::expected_mod

Definition at line 39 of file __rt_div.c.


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