Searched refs:cbor_mark_negint (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Dints.c84 void cbor_mark_negint(cbor_item_t *item) { function
165 cbor_mark_negint(item);
173 cbor_mark_negint(item);
181 cbor_mark_negint(item);
189 cbor_mark_negint(item);
H A Dints.h111 void cbor_mark_negint(cbor_item_t *item);
/netbsd-current/external/mit/libcbor/dist/src/cbor/internal/
H A Dbuilder_callbacks.c139 cbor_mark_negint(res);
147 cbor_mark_negint(res);
156 cbor_mark_negint(res);
165 cbor_mark_negint(res);
/netbsd-current/external/mit/libcbor/dist/test/
H A Dcbor_serialize_test.c61 cbor_mark_negint(item);
70 cbor_mark_negint(item);
79 cbor_mark_negint(item);
89 cbor_mark_negint(item);
/netbsd-current/external/mit/libcbor/dist/src/
H A Dcbor.c140 if (negative) cbor_mark_negint(res);

Completed in 82 milliseconds