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_negint8
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_1_encoders_test.c
19
assert_int_equal(1,
cbor_encode_negint8
(14, buffer, 512));
24
assert_int_equal(0,
cbor_encode_negint8
(180, buffer, 1));
25
assert_int_equal(2,
cbor_encode_negint8
(255, buffer, 512));
/src/external/mit/libcbor/dist/src/cbor/
encoding.h
33
size_t
cbor_encode_negint8
(uint8_t, unsigned char *, size_t);
encoding.c
36
size_t
cbor_encode_negint8
(uint8_t value, unsigned char *buffer,
function
serialization.c
96
return
cbor_encode_negint8
(cbor_get_uint8(item), buffer, buffer_size);
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
81
['cbor_5fencode_5fnegint8',['
cbor_encode_negint8
',['../encoding_8c.html#ac5f38c2536db32249b853d5f41ac91b3',1,'
cbor_encode_negint8
(uint8_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#aa850f2be3940fbc309fc9f611ac2989b',1,'
cbor_encode_negint8
(uint8_t, unsigned char *, size_t): encoding.c']]],
all_3.js
103
['cbor_5fencode_5fnegint8',['
cbor_encode_negint8
',['../encoding_8c.html#ac5f38c2536db32249b853d5f41ac91b3',1,'
cbor_encode_negint8
(uint8_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#aa850f2be3940fbc309fc9f611ac2989b',1,'
cbor_encode_negint8
(uint8_t, unsigned char *, size_t): encoding.c']]],
Completed in 21 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026