HomeSort by: relevance | last modified time | path
    Searched refs:_cbor_encode_uint64 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/internal/
encoders.h 26 size_t _cbor_encode_uint64(uint64_t value, unsigned char *buffer,
encoders.c 64 size_t _cbor_encode_uint64(uint64_t value, unsigned char *buffer, function
97 return _cbor_encode_uint64((uint64_t)value, buffer, buffer_size, offset);
  /src/external/mit/libcbor/dist/src/cbor/
encoding.c 28 return _cbor_encode_uint64(value, buffer, buffer_size, 0x00);
53 return _cbor_encode_uint64(value, buffer, buffer_size, 0x20);
180 return _cbor_encode_uint64(
  /src/external/mit/libcbor/dist/docs/doxygen/search/
all_0.js 16 ['_5fcbor_5fencode_5fuint64',['_cbor_encode_uint64',['../encoders_8c.html#a6770d92d21edd8100cfd48ab443fc566',1,'_cbor_encode_uint64(uint64_t value, unsigned char *buffer, size_t buffer_size, uint8_t offset): encoders.c'],['../encoders_8h.html#a6770d92d21edd8100cfd48ab443fc566',1,'_cbor_encode_uint64(uint64_t value, unsigned char *buffer, size_t buffer_size, uint8_t offset): encoders.c']]],
functions_0.js 10 ['_5fcbor_5fencode_5fuint64',['_cbor_encode_uint64',['../encoders_8c.html#a6770d92d21edd8100cfd48ab443fc566',1,'_cbor_encode_uint64(uint64_t value, unsigned char *buffer, size_t buffer_size, uint8_t offset): encoders.c'],['../encoders_8h.html#a6770d92d21edd8100cfd48ab443fc566',1,'_cbor_encode_uint64(uint64_t value, unsigned char *buffer, size_t buffer_size, uint8_t offset): encoders.c']]],

Completed in 16 milliseconds