Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 1 of 1) sorted by relevance

/acpica-latest/source/include/
Dacmacros.h347 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \ argument
350 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value)) + \ argument
371 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument