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

/freebsd-current/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));
462 decode(indef_array_data_1 + 1, 6));
466 decode(indef_array_data_1 + 2, 4));
470 decode(indef_array_data_1 + 4, 3));
474 decode(indef_array_data_1 + 5, 2));
478 decode(indef_array_data_1 + 6, 1));

Completed in 105 milliseconds