Searched defs:Divisor (Results 1 – 3 of 3) sorted by relevance
98 UINT32 Divisor, in AcpiUtShortDivide()168 UINT64_OVERLAY Divisor; in AcpiUtDivide() local
204 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1))) argument