OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_ROUND_DOWN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exprep.c
226
ACPI_ROUND_DOWN
(FieldBitOffset, 8));
260
ACPI_ROUND_DOWN
(FieldByteOffset, AccessByteWidth) /
519
ACPI_ROUND_DOWN
(NearestByteAddress, ByteAlignment);
738
ObjDesc->IndexField.Value = (UINT32)
ACPI_ROUND_DOWN
(
/src/sys/external/bsd/acpica/dist/include/
acmacros.h
347
#define
ACPI_ROUND_DOWN
(value, boundary) (((ACPI_SIZE)(value)) & \
356
#define ACPI_ROUND_DOWN_TO_32BIT(a)
ACPI_ROUND_DOWN
(a, 4)
357
#define ACPI_ROUND_DOWN_TO_64BIT(a)
ACPI_ROUND_DOWN
(a, 8)
358
#define ACPI_ROUND_DOWN_TO_NATIVE_WORD(a)
ACPI_ROUND_DOWN
(a, sizeof(ACPI_SIZE))
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025