Lines Matching full:hexadecimal

908   Convert a Null-terminated Unicode hexadecimal string to a value of type
912 the Unicode string specified by String as a hexadecimal number. The format of
915 [spaces][zeros][x][hexadecimal digits].
917 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
921 characters, before [zeros], [x] or [hexadecimal digit]. The running zero
922 before [x] or [hexadecimal digit] will be ignored. Then, the decoding starts
923 after [x] or the first valid hexadecimal digit. Then, the function stops at
924 the first character that is a not a valid hexadecimal character or NULL,
929 If String has no valid hexadecimal digits in the above format, then 0 is
936 hexadecimal digits right after the optional pad spaces, the value of String
964 Convert a Null-terminated Unicode hexadecimal string to a value of type
968 the Unicode string specified by String as a hexadecimal number. The format of
971 [spaces][zeros][x][hexadecimal digits].
973 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
977 characters, before [zeros], [x] or [hexadecimal digit]. The running zero
978 before [x] or [hexadecimal digit] will be ignored. Then, the decoding starts
979 after [x] or the first valid hexadecimal digit. Then, the function stops at
980 the first character that is a not a valid hexadecimal character or NULL,
985 If String has no valid hexadecimal digits in the above format, then 0 is
992 hexadecimal digits right after the optional pad spaces, the value of String
1303 Convert a Null-terminated Ascii hexadecimal string to a value of type UINTN.
1306 the Ascii string specified by String as a hexadecimal number. The format of
1309 [spaces][zeros][x][hexadecimal digits].
1311 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1315 before [zeros], [x] or [hexadecimal digits]. The running zero before [x] or
1316 [hexadecimal digits] will be ignored. Then, the decoding starts after [x] or
1317 the first valid hexadecimal digit. Then, the function stops at the first
1318 character that is a not a valid hexadecimal character or Null-terminator,
1321 If String has no valid hexadecimal digits in the above format, then 0 is
1328 hexadecimal digits right after the optional pad spaces, the value of String
1356 Convert a Null-terminated Ascii hexadecimal string to a value of type UINT64.
1359 the Ascii string specified by String as a hexadecimal number. The format of
1362 [spaces][zeros][x][hexadecimal digits].
1364 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1368 before [zeros], [x] or [hexadecimal digits]. The running zero before [x] or
1369 [hexadecimal digits] will be ignored. Then, the decoding starts after [x] or
1370 the first valid hexadecimal digit. Then, the function stops at the first
1371 character that is a not a valid hexadecimal character or Null-terminator,
1374 If String has no valid hexadecimal digits in the above format, then 0 is
1381 hexadecimal digits right after the optional pad spaces, the value of String
1643 Convert a Null-terminated Unicode hexadecimal string to a value of type UINTN.
1646 of the Unicode string specified by String as a hexadecimal number.
1649 [spaces][zeros][x][hexadecimal digits].
1651 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1655 before [zeros], [x] or [hexadecimal digit]. The running zero before [x] or
1656 [hexadecimal digit] will be ignored. Then, the decoding starts after [x] or the
1657 first valid hexadecimal digit. Then, the function stops at the first character
1658 that is a not a valid hexadecimal character or NULL, whichever one comes first.
1663 If String has no leading pad spaces, leading zeros or valid hexadecimal digits,
1684 Convert a Null-terminated Unicode hexadecimal string to a value of type UINT64.
1687 of the Unicode string specified by String as a hexadecimal number.
1690 [spaces][zeros][x][hexadecimal digits].
1692 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1696 before [zeros], [x] or [hexadecimal digit]. The running zero before [x] or
1697 [hexadecimal digit] will be ignored. Then, the decoding starts after [x] or the
1698 first valid hexadecimal digit. Then, the function stops at the first character that is
1699 a not a valid hexadecimal character or NULL, whichever one comes first.
1704 If String has no leading pad spaces, leading zeros or valid hexadecimal digits,
1733 X contains one to four hexadecimal digit characters in the range [0-9], [a-f] and
1740 not a valid hexadecimal digit character after eight X's are converted.
1764 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
1846 [A-F], with each pair representing a single byte hexadecimal value.
1885 Convert a Null-terminated Unicode hexadecimal string to a byte array.
1888 the Unicode string specified by String in hexadecimal format. The format of
1893 X is a hexadecimal digit character in the range [0-9], [a-f] and [A-F].
1894 The function decodes every two hexadecimal digit characters as one byte. The
1913 a character that is not valid hexadecimal
2284 Convert a Null-terminated ASCII hexadecimal string to a value of type UINTN.
2287 the ASCII string String as a hexadecimal number. The format of the input ASCII
2290 [spaces][zeros][x][hexadecimal digits].
2292 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
2296 [x] or [hexadecimal digits]. The running zero before [x] or [hexadecimal digits]
2297 will be ignored. Then, the decoding starts after [x] or the first valid hexadecimal
2299 hexadecimal character or Null-terminator, whichever on comes first.
2302 If String has no leading pad spaces, leading zeros or valid hexadecimal digits, then
2324 Convert a Null-terminated ASCII hexadecimal string to a value of type UINT64.
2327 the ASCII string String as a hexadecimal number. The format of the input ASCII
2330 [spaces][zeros][x][hexadecimal digits].
2332 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
2336 [x] or [hexadecimal digits]. The running zero before [x] or [hexadecimal digits]
2337 will be ignored. Then, the decoding starts after [x] or the first valid hexadecimal
2339 hexadecimal character or Null-terminator, whichever on comes first.
2342 If String has no leading pad spaces, leading zeros or valid hexadecimal digits, then
2372 X contains one to four hexadecimal digit characters in the range [0-9], [a-f] and
2379 not a valid hexadecimal digit character after eight X's are converted.
2401 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
2479 [A-F], with each pair representing a single byte hexadecimal value.
2516 Convert a Null-terminated ASCII hexadecimal string to a byte array.
2519 the ASCII string specified by String in hexadecimal format. The format of
2524 X is a hexadecimal digit character in the range [0-9], [a-f] and [A-F].
2525 The function decodes every two hexadecimal digit characters as one byte. The
2542 a character that is not valid hexadecimal