Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/test/
H A Dfloat_ctrl_test.c87 unsigned char bool_data[] = {0xF4, 0xF5}; variable
91 float_ctrl = cbor_load(bool_data, 1, &res); in test_bool()
101 float_ctrl = cbor_load(bool_data + 1, 1, &res); in test_bool()