OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rem
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/ia32/
math.c
150
UINT32
Rem
;
160
Rem
= 0;
175
: "m"(Dividend), "m"(Divisor), "m"(
Rem
)
180
shl dword ptr Dividend[0], 1 ; shift
rem
:dividend left one
182
rcl dword ptr
Rem
, 1
184
mov eax,
Rem
185
cmp eax, Divisor ; Is
Rem
>= Divisor?
190
sub
Rem
, eax ; subtract divisor
196
*Remainder =
Rem
;
/src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
math.c
150
UINT32
Rem
;
160
Rem
= 0;
163
shl dword ptr Dividend[0], 1 ; shift
rem
:dividend left one
165
rcl dword ptr
Rem
, 1
167
mov eax,
Rem
168
cmp eax, Divisor ; Is
Rem
>= Divisor?
173
sub
Rem
, eax ; subtract divisor
178
*Remainder =
Rem
;
Completed in 11 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025