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

  /src/external/mit/libcbor/dist/test/
type_1_encoders_test.c 43 assert_int_equal(0, cbor_encode_negint64(18446744073709551615ULL, buffer, 8));
45 cbor_encode_negint64(18446744073709551615ULL, buffer, 512));
  /src/external/mit/libcbor/dist/src/cbor/
encoding.h 39 size_t cbor_encode_negint64(uint64_t, unsigned char *, size_t);
encoding.c 51 size_t cbor_encode_negint64(uint64_t value, unsigned char *buffer, function
serialization.c 102 return cbor_encode_negint64(cbor_get_uint64(item), buffer, buffer_size);
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 80 ['cbor_5fencode_5fnegint64',['cbor_encode_negint64',['../encoding_8c.html#a4553dcc867b95ecfd6eb0dae79f69d81',1,'cbor_encode_negint64(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a1d803ca867e14739665283bee5b66b58',1,'cbor_encode_negint64(uint64_t, unsigned char *, size_t): encoding.c']]],
all_3.js 102 ['cbor_5fencode_5fnegint64',['cbor_encode_negint64',['../encoding_8c.html#a4553dcc867b95ecfd6eb0dae79f69d81',1,'cbor_encode_negint64(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a1d803ca867e14739665283bee5b66b58',1,'cbor_encode_negint64(uint64_t, unsigned char *, size_t): encoding.c']]],

Completed in 27 milliseconds