OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quotient
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwtimer.c
179
UINT64
Quotient
;
232
ACPI_PM_TIMER_FREQUENCY, &
Quotient
, NULL);
234
*TimeElapsed = (UINT32)
Quotient
;
/src/sys/external/bsd/acpica/dist/utilities/
utmath.c
325
* OutQuotient - Pointer to where the
quotient
is returned
331
* divide and modulo. The result is a 64-bit
quotient
and a
344
UINT64_OVERLAY
Quotient
;
362
* The
quotient
is 64 bits, the remainder is always 32 bits,
366
Quotient
.Part.Hi, Remainder32);
369
Quotient
.Part.Lo, Remainder32);
375
*OutQuotient =
Quotient
.Full;
392
* OutQuotient - Pointer to where the
quotient
is returned
410
UINT64_OVERLAY
Quotient
;
441
* The
quotient
is 64 bits, the remainder is always 32 bits
[
all
...]
utstrsuppt.c
473
UINT64
Quotient
;
492
AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &
Quotient
, NULL);
493
if (Multiplicand >
Quotient
)
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h
501
fInt A, B,
Quotient
;
506
Quotient
= fDivide(A, B);
508
return
Quotient
;
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026