Searched refs:__ACPI_FIND_FIRST_BIT_8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacmacros.h405 #define __ACPI_FIND_FIRST_BIT_8(a, r) ((((UINT8) (a)) & 0x0F) ? \ macro
409 __ACPI_FIND_FIRST_BIT_8 ((a), (r)) : \
410 __ACPI_FIND_FIRST_BIT_8 ((a)>>8, (r)+8))
418 #define ACPI_FIND_FIRST_BIT_8(a) ((a) ? __ACPI_FIND_FIRST_BIT_8 (a, 1) : 0)

Completed in 62 milliseconds