Home
last modified time | relevance | path

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

/freebsd-src/contrib/libcbor/test/
H A Dfloat_ctrl_test.c38 unsigned char float4_data[] = {0xFA, 0x47, 0xC3, 0x50, 0x00}; variable
41 float_ctrl = cbor_load(float4_data, 5, &res); in test_float4()
H A Dcbor_stream_decode_test.c629 unsigned char float4_data[] = {0xFA, 0x47, 0xC3, 0x50, 0x00}; variable
632 assert_decoder_result(5, CBOR_DECODER_FINISHED, decode(float4_data, 5)); in test_float4_decoding()
634 assert_minimum_input_size(5, float4_data); in test_float4_decoding()