Searched defs:Hex (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DFileName.c189 } Hex[HASH_VALUE_TAG_LEN]; member in union:__anon5464
226 Segment = HashValue.Hex[Index].Segment;
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
H A DIniParsingLib.c177 @param[in] Hex The heximal string to be checked.
185 IN CHAR8 *Hex,
192 if (Hex[0] != '0') {
195 if (Hex[1] != 'x' && Hex[1] != 'X') {
198 return IsValidDigital(&Hex[2], Length - 2, TRUE);
184 IsValidHexString( IN CHAR8 *Hex, IN UINTN Length ) argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c34 STATIC CONST CHAR8 Hex[] = { variable
1745 Val[Index * 3 + 0] = Hex[TempByte >> 4];
1746 Val[Index * 3 + 1] = Hex[TempByte & 0xF];
1799 Val[Index * 3 + 0] = Hex[TempByte >> 4];
1800 Val[Index * 3 + 1] = Hex[TempByte & 0xF];
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3178 BOOLEAN Hex; local
3180 Hex = FALSE;
3182 if (!InternalShellIsHexOrDecimalNumber(String, Hex, TRUE, FALSE)) {
3183 Hex = TRUE;
3186 if (!EFI_ERROR(ShellConvertStringToUint64(String, &RetVal, Hex, TRUE))) {
3602 If Hex it must be preceeded with a 0x or has ForceHex, set TRUE.
3620 BOOLEAN Hex; local
3650 Hex = TRUE;
3652 Hex = TRUE;
3654 Hex
3982 BOOLEAN Hex; local
[all...]

Completed in 80 milliseconds