Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dencoding.c31 return _cbor_encode_uint64(value, buffer, buffer_size, 0x00); in cbor_encode_uint64()
56 return _cbor_encode_uint64(value, buffer, buffer_size, 0x20); in cbor_encode_negint64()
198 return _cbor_encode_uint64((uint64_t)0x7FF8 << 48, buffer, buffer_size, in cbor_encode_double()
202 return _cbor_encode_uint64( in cbor_encode_double()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dencoders.c65 size_t _cbor_encode_uint64(uint64_t value, unsigned char* buffer, in _cbor_encode_uint64() function
98 return _cbor_encode_uint64((uint64_t)value, buffer, buffer_size, offset); in _cbor_encode_uint()
H A Dencoders.h30 size_t _cbor_encode_uint64(uint64_t value, unsigned char* buffer,