OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcpiUtAsciiCharToHex
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
uthex.c
222
AcpiUtAsciiCharToHex
(TwoAsciiChars[1]) |
223
(
AcpiUtAsciiCharToHex
(TwoAsciiChars[0]) << 4);
231
* FUNCTION:
AcpiUtAsciiCharToHex
243
AcpiUtAsciiCharToHex
(
utuuid.c
204
UuidBuffer[i] = (
AcpiUtAsciiCharToHex
(
207
UuidBuffer[i] |=
AcpiUtAsciiCharToHex
(
utstrsuppt.c
551
Status = AcpiUtStrtoulAdd64 (Product,
AcpiUtAsciiCharToHex
(AsciiDigit),
/src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c
743
(
AcpiUtAsciiCharToHex
(InString[3])) << 12 |
744
(
AcpiUtAsciiCharToHex
(InString[4])) << 8 |
745
(
AcpiUtAsciiCharToHex
(InString[5])) << 4 |
746
AcpiUtAsciiCharToHex
(InString[6]);
/src/sys/external/bsd/acpica/dist/include/
acutils.h
482
AcpiUtAsciiCharToHex
(
Completed in 39 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025