18 {
'0',
'1',
'2',
'3',
'4',
'5',
'6',
'7',
'8',
'9',
'A',
'B',
'C',
'D',
'E',
'F' };
22 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
23 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
24 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
25 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255,
26 255, 10, 11, 12, 13, 14, 15, 255, 255, 255, 255, 255, 255, 255, 255, 255,
27 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255,
28 255, 10, 11, 12, 13, 14, 15 };
33 return (octet >=
sizeof(impl_hex_lookup))
35 : impl_hex_lookup[octet];
43 : impl_hex_digits[octet];
AFW_DEFINE(const afw_object_t *)
Adaptive Framework Core Internal.
afw_ascii_encode_hex_digit(afw_octet_t octet)
Encode ascii hex digit.
afw_ascii_decode_hex_digit(afw_octet_t octet)
Decode ascii hex digit.
unsigned char afw_octet_t
8 bits (unsigned).