Home
last modified time | relevance | path

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

/openbsd-src/lib/libcbor/src/cbor/
H A Dencoding.h125 _CBOR_NODISCARD CBOR_EXPORT size_t cbor_encode_single(float, unsigned char *,
H A Dencoding.c179 size_t cbor_encode_single(float value, unsigned char *buffer, in cbor_encode_single() function
H A Dserialization.c362 return cbor_encode_single(cbor_float_get_float4(item), buffer, in cbor_serialize_float_ctrl()