Home
last modified time | relevance | path

Searched refs:indef_array_data_1 (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c454 unsigned char indef_array_data_1[] = {0x9F, 0x00, 0x18, 0xFF, 0x9F, 0xFF, 0xFF}; variable
458 decode(indef_array_data_1, 7)); in test_indef_array_decoding_1()
462 decode(indef_array_data_1 + 1, 6)); in test_indef_array_decoding_1()
466 decode(indef_array_data_1 + 2, 4)); in test_indef_array_decoding_1()
470 decode(indef_array_data_1 + 4, 3)); in test_indef_array_decoding_1()
474 decode(indef_array_data_1 + 5, 2)); in test_indef_array_decoding_1()
478 decode(indef_array_data_1 + 6, 1)); in test_indef_array_decoding_1()