Lines Matching refs:UINT8
13 static const UINT8 test_bytes_1[] = { 0x00 };
16 static const UINT8 test_bytes_2[] = { 0xff };
19 static const UINT8 test_bytes_3[] = { 0xde, 0xad, 0xbe, 0xef };
22 static const UINT8 test_bytes_4[] = { 0x01, 0x23, 0x45, 0x67,
26 static const UINT8 test_bytes_5[] = { 0x00, 0x00, 0x00, 0x00 };
102 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
115 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
128 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
141 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
154 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
197 UINT8 *bytes = get_bytes_hex(NULL, "data", &out_len);
205 UINT8 *bytes = get_bytes_hex(obj, "data", NULL);
214 UINT8 *bytes = get_bytes_hex(obj, "nonexistent", &out_len);
224 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
234 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
244 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
254 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len);
273 UINT8 test_data[] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
280 UINT8 *decoded = get_bytes_hex(obj, "roundtrip", &out_len);