Searched refs:int16_tag_data (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libcbor/test/ |
| H A D | tag_test.c | 51 unsigned char int16_tag_data[] = {0xD9, 0xFF, 0x00, 0x02}; variable 55 tag = cbor_load(int16_tag_data, 4, &res); in test_int16_tag()
|
| H A D | cbor_stream_decode_test.c | 591 unsigned char int16_tag_data[] = {0xD9, 0xFE, 0xFD}; variable 594 assert_decoder_result(3, CBOR_DECODER_FINISHED, decode(int16_tag_data, 3)); in test_int16_tag_decoding() 596 assert_minimum_input_size(3, int16_tag_data); in test_int16_tag_decoding()
|