Home
last modified time | relevance | path

Searched refs:TwoAsciiChars (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duthex.c101 char *TwoAsciiChars, in AcpiUtAsciiToHexByte() argument
107 if (!isxdigit ((int) TwoAsciiChars[0]) || in AcpiUtAsciiToHexByte()
108 !isxdigit ((int) TwoAsciiChars[1])) in AcpiUtAsciiToHexByte()
114 AcpiUtAsciiCharToHex (TwoAsciiChars[1]) | in AcpiUtAsciiToHexByte()
115 (AcpiUtAsciiCharToHex (TwoAsciiChars[0]) << 4); in AcpiUtAsciiToHexByte()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacutils.h370 char *TwoAsciiChars,