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

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutclib.c917 _ACPI_XD|_ACPI_LO, /* 0x61 97 'a' */
918 _ACPI_XD|_ACPI_LO, /* 0x62 98 'b' */
919 _ACPI_XD|_ACPI_LO, /* 0x63 99 'c' */
920 _ACPI_XD|_ACPI_LO, /* 0x64 100 'd' */
921 _ACPI_XD|_ACPI_LO, /* 0x65 101 'e' */
922 _ACPI_XD|_ACPI_LO, /* 0x66 102 'f' */
923 _ACPI_LO, /* 0x67 103 'g' */
924 _ACPI_LO, /* 0x68 104 'h' */
925 _ACPI_LO, /* 0x69 105 'i' */
926 _ACPI_LO, /*
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacutils.h360 #define _ACPI_LO 0x02 /* 'a'-'z' */ macro
370 #define ACPI_IS_LOWER(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO))
371 #define ACPI_IS_PRINT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACPI_SP | _ACPI_PU))
372 #define ACPI_IS_ALPHA(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP))

Completed in 36 milliseconds