OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACPI_IS_ALIGNED
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/hardware/
hwregs.c
117
ACPI_IS_ALIGNED
(Reg->BitWidth, 8))
135
while (!
ACPI_IS_ALIGNED
(Address, AccessBitWidth >> 3))
/src/sys/external/bsd/acpica/dist/include/
acmacros.h
331
#define
ACPI_IS_ALIGNED
(a, s) (((a) & ((s) - 1)) == 0)
332
#define ACPI_IS_POWER_OF_TWO(a)
ACPI_IS_ALIGNED
(a, a)
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026