OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbor_encode_negint
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_1_encoders_test.c
53
assert_int_equal(9,
cbor_encode_negint
(18446744073709551615ULL, buffer, 512));
58
assert_int_equal(5,
cbor_encode_negint
(1000000, buffer, 512));
61
assert_int_equal(3,
cbor_encode_negint
(1000, buffer, 512));
63
assert_int_equal(2,
cbor_encode_negint
(255, buffer, 512));
/src/external/mit/libcbor/dist/src/cbor/
encoding.h
41
size_t
cbor_encode_negint
(uint64_t, unsigned char *, size_t);
encoding.c
56
size_t
cbor_encode_negint
(uint64_t value, unsigned char *buffer,
function
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
77
['cbor_5fencode_5fnegint',['
cbor_encode_negint
',['../encoding_8c.html#a6002fa0d83e5e59f995eabe5ecf157e9',1,'
cbor_encode_negint
(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a1cc1e5a1b1ee934291abcfef75626616',1,'
cbor_encode_negint
(uint64_t, unsigned char *, size_t): encoding.c']]],
all_3.js
99
['cbor_5fencode_5fnegint',['
cbor_encode_negint
',['../encoding_8c.html#a6002fa0d83e5e59f995eabe5ecf157e9',1,'
cbor_encode_negint
(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a1cc1e5a1b1ee934291abcfef75626616',1,'
cbor_encode_negint
(uint64_t, unsigned char *, size_t): encoding.c']]],
Completed in 81 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026