Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_7_test.c83 unsigned char bool_data[] = {0xF4, 0xF5}; variable
86 float_ctrl = cbor_load(bool_data, 1, &res); in test_bool()
93 float_ctrl = cbor_load(bool_data + 1, 1, &res); in test_bool()