OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NibbleToHexChar
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
String.c
499
NibbleToHexChar
(
660
Str[StrLen - 1 - Idx * 2] =
NibbleToHexChar
(Byte);
661
Str[StrLen - 2 - Idx * 2] =
NibbleToHexChar
((UINT8)(Byte >> 4));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h
1219
NibbleToHexChar
(
Completed in 6659 milliseconds