OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Quotient
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwtimer.c
287
UINT64
Quotient
;
340
ACPI_PM_TIMER_FREQUENCY, &
Quotient
, NULL);
342
*TimeElapsed = (UINT32)
Quotient
;
hwtimer.c
287
UINT64
Quotient
;
340
ACPI_PM_TIMER_FREQUENCY, &
Quotient
, NULL);
342
*TimeElapsed = (UINT32)
Quotient
;
/src/sys/external/bsd/acpica/dist/utilities/
utstrsuppt.c
581
UINT64
Quotient
;
600
AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &
Quotient
, NULL);
601
if (Multiplicand >
Quotient
)
utstrsuppt.c
581
UINT64
Quotient
;
600
AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &
Quotient
, NULL);
601
if (Multiplicand >
Quotient
)
utmath.c
433
* OutQuotient - Pointer to where the
quotient
is returned
439
* divide and modulo. The result is a 64-bit
quotient
and a
452
UINT64_OVERLAY
Quotient
;
470
* The
quotient
is 64 bits, the remainder is always 32 bits,
474
Quotient
.Part.Hi, Remainder32);
477
Quotient
.Part.Lo, Remainder32);
483
*OutQuotient =
Quotient
.Full;
500
* OutQuotient - Pointer to where the
quotient
is returned
518
UINT64_OVERLAY
Quotient
;
549
* The
quotient
is 64 bits, the remainder is always 32 bits
[
all
...]
utmath.c
433
* OutQuotient - Pointer to where the
quotient
is returned
439
* divide and modulo. The result is a 64-bit
quotient
and a
452
UINT64_OVERLAY
Quotient
;
470
* The
quotient
is 64 bits, the remainder is always 32 bits,
474
Quotient
.Part.Hi, Remainder32);
477
Quotient
.Part.Lo, Remainder32);
483
*OutQuotient =
Quotient
.Full;
500
* OutQuotient - Pointer to where the
quotient
is returned
518
UINT64_OVERLAY
Quotient
;
549
* The
quotient
is 64 bits, the remainder is always 32 bits
[
all
...]
/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
;
ppevvmath.h
501
fInt A, B,
Quotient
;
506
Quotient
= fDivide(A, B);
508
return
Quotient
;
Completed in 27 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025