HomeSort by: relevance | last modified time | path
    Searched refs:int64_tag_data (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libcbor/dist/test/
type_6_test.c 68 unsigned char int64_tag_data[] = {0xDB, 0xFF, 0x00, 0x00, 0x00, variable
73 tag = cbor_load(int64_tag_data, 10, &res);
cbor_stream_decode_test.c 434 unsigned char int64_tag_data[] = {0xDB, 0xFE, 0xFD, 0xFC, 0xFB, variable
438 assert_decoder_result(9, CBOR_DECODER_FINISHED, decode(int64_tag_data, 9));

Completed in 26 milliseconds