Searched refs:int32_tag_data (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/libcbor/dist/test/ |
H A D | type_6_test.c | 56 unsigned char int32_tag_data[] = {0xDA, 0xFF, 0x00, 0x00, 0x00, 0x03}; variable 60 tag = cbor_load(int32_tag_data, 6, &res); in test_int32_tag()
|
H A D | cbor_stream_decode_test.c | 428 unsigned char int32_tag_data[] = {0xDA, 0xFE, 0xFD, 0xFC, 0xFB}; variable 431 assert_decoder_result(5, CBOR_DECODER_FINISHED, decode(int32_tag_data, 5)); in test_int32_tag_decoding()
|