_aulldvrm (NTDLL.@)
_aulldvrm ( _aulldvrm, "pushl %ebp\n\t" __ASM_CFI(".cfi_adjust_cfa_offset 4\n\t" )
Divide two 64 bit unsigned integers.
a | [In] | Initial number. |
b | [In] | Number to divide a by. |
Returns the quotient of a and b in edx:eax. Returns the remainder of a and b in ebx:ecx.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/large_int.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/large_int.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.