Lines Matching full:hexadecimal
464 Convert a Null-terminated Unicode hexadecimal string to a value of type
468 the Unicode string specified by String as a hexadecimal number. The format of
471 [spaces][zeros][x][hexadecimal digits].
473 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
477 characters, before [zeros], [x] or [hexadecimal digit]. The running zero
478 before [x] or [hexadecimal digit] will be ignored. Then, the decoding starts
479 after [x] or the first valid hexadecimal digit. Then, the function stops at
480 the first character that is a not a valid hexadecimal character or NULL,
485 If String has no valid hexadecimal digits in the above format, then 0 is
492 hexadecimal digits right after the optional pad spaces, the value of String
520 Convert a Null-terminated Unicode hexadecimal string to a value of type
524 the Unicode string specified by String as a hexadecimal number. The format of
527 [spaces][zeros][x][hexadecimal digits].
529 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
533 characters, before [zeros], [x] or [hexadecimal digit]. The running zero
534 before [x] or [hexadecimal digit] will be ignored. Then, the decoding starts
535 after [x] or the first valid hexadecimal digit. Then, the function stops at
536 the first character that is a not a valid hexadecimal character or NULL,
541 If String has no valid hexadecimal digits in the above format, then 0 is
548 hexadecimal digits right after the optional pad spaces, the value of String
859 Convert a Null-terminated Ascii hexadecimal string to a value of type UINTN.
862 the Ascii string specified by String as a hexadecimal number. The format of
865 [spaces][zeros][x][hexadecimal digits].
867 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
871 before [zeros], [x] or [hexadecimal digits]. The running zero before [x] or
872 [hexadecimal digits] will be ignored. Then, the decoding starts after [x] or
873 the first valid hexadecimal digit. Then, the function stops at the first
874 character that is a not a valid hexadecimal character or Null-terminator,
877 If String has no valid hexadecimal digits in the above format, then 0 is
884 hexadecimal digits right after the optional pad spaces, the value of String
912 Convert a Null-terminated Ascii hexadecimal string to a value of type UINT64.
915 the Ascii string specified by String as a hexadecimal number. The format of
918 [spaces][zeros][x][hexadecimal digits].
920 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
924 before [zeros], [x] or [hexadecimal digits]. The running zero before [x] or
925 [hexadecimal digits] will be ignored. Then, the decoding starts after [x] or
926 the first valid hexadecimal digit. Then, the function stops at the first
927 character that is a not a valid hexadecimal character or Null-terminator,
930 If String has no valid hexadecimal digits in the above format, then 0 is
937 hexadecimal digits right after the optional pad spaces, the value of String
1374 Convert a Null-terminated Unicode hexadecimal string to a value of type UINTN.
1377 of the Unicode string specified by String as a hexadecimal number.
1380 [spaces][zeros][x][hexadecimal digits].
1382 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1386 before [zeros], [x] or [hexadecimal digit]. The running zero before [x] or
1387 [hexadecimal digit] will be ignored. Then, the decoding starts after [x] or the
1388 first valid hexadecimal digit. Then, the function stops at the first character
1389 that is a not a valid hexadecimal character or NULL, whichever one comes first.
1394 If String has no leading pad spaces, leading zeros or valid hexadecimal digits,
1416 Convert a Null-terminated Unicode hexadecimal string to a value of type UINT64.
1419 of the Unicode string specified by String as a hexadecimal number.
1422 [spaces][zeros][x][hexadecimal digits].
1424 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
1428 before [zeros], [x] or [hexadecimal digit]. The running zero before [x] or
1429 [hexadecimal digit] will be ignored. Then, the decoding starts after [x] or the
1430 first valid hexadecimal digit. Then, the function stops at the first character that is
1431 a not a valid hexadecimal character or NULL, whichever one comes first.
1436 If String has no leading pad spaces, leading zeros or valid hexadecimal digits,
1465 X contains one to four hexadecimal digit characters in the range [0-9], [a-f] and
1472 not a valid hexadecimal digit character after eight X's are converted.
1496 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
1578 [A-F], with each pair representing a single byte hexadecimal value.
1617 Convert a Null-terminated Unicode hexadecimal string to a byte array.
1620 the Unicode string specified by String in hexadecimal format. The format of
1625 X is a hexadecimal digit character in the range [0-9], [a-f] and [A-F].
1626 The function decodes every two hexadecimal digit characters as one byte. The
1645 a character that is not valid hexadecimal
2227 Convert a Null-terminated ASCII hexadecimal string to a value of type UINTN.
2230 the ASCII string String as a hexadecimal number. The format of the input ASCII
2233 [spaces][zeros][x][hexadecimal digits].
2235 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
2239 [x] or [hexadecimal digits]. The running zero before [x] or [hexadecimal digits]
2240 will be ignored. Then, the decoding starts after [x] or the first valid hexadecimal
2242 hexadecimal character or Null-terminator, whichever on comes first.
2245 If String has no leading pad spaces, leading zeros or valid hexadecimal digits, then
2268 Convert a Null-terminated ASCII hexadecimal string to a value of type UINT64.
2271 the ASCII string String as a hexadecimal number. The format of the input ASCII
2274 [spaces][zeros][x][hexadecimal digits].
2276 The valid hexadecimal digit character is in the range [0-9], [a-f] and [A-F].
2280 [x] or [hexadecimal digits]. The running zero before [x] or [hexadecimal digits]
2281 will be ignored. Then, the decoding starts after [x] or the first valid hexadecimal
2283 hexadecimal character or Null-terminator, whichever on comes first.
2286 If String has no leading pad spaces, leading zeros or valid hexadecimal digits, then
2316 X contains one to four hexadecimal digit characters in the range [0-9], [a-f] and
2323 not a valid hexadecimal digit character after eight X's are converted.
2345 @retval RETURN_UNSUPPORTED If X contains more than four hexadecimal
2423 [A-F], with each pair representing a single byte hexadecimal value.
2460 Convert a Null-terminated ASCII hexadecimal string to a byte array.
2463 the ASCII string specified by String in hexadecimal format. The format of
2468 X is a hexadecimal digit character in the range [0-9], [a-f] and [A-F].
2469 The function decodes every two hexadecimal digit characters as one byte. The
2486 a character that is not valid hexadecimal