Lines Matching +full:0 +full:xa5
15 unsigned char data1[] = {0x22, 0xFF};
16 unsigned char data2[] = {0x38, 0xFF, 0xFF};
17 unsigned char data3[] = {0x39, 0x01, 0xf4, 0xFF};
18 unsigned char data4[] = {0x3a, 0xa5, 0xf7, 0x02, 0xb3, 0xFF};
19 unsigned char data5[] = {0x3b, 0xa5, 0xf7, 0x02, 0xb3,
20 0xa5, 0xf7, 0x02, 0xb3, 0xFF};
29 assert_true(res.error.code == 0); in test_very_short_int()
43 assert_true(res.error.code == 0); in test_short_int()
57 assert_true(res.error.code == 0); in test_half_int()
71 assert_true(res.error.code == 0); in test_int()
85 assert_true(res.error.code == 0); in test_long_int()
98 WITH_FAILING_MALLOC({ assert_null(cbor_build_negint8(0xFF)); }); in test_int_creation()
99 WITH_FAILING_MALLOC({ assert_null(cbor_build_negint16(0xFF)); }); in test_int_creation()
100 WITH_FAILING_MALLOC({ assert_null(cbor_build_negint32(0xFF)); }); in test_int_creation()
101 WITH_FAILING_MALLOC({ assert_null(cbor_build_negint64(0xFF)); }); in test_int_creation()