Searched refs:CBOR64_MT_UNSIGNED_INT (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dcbor64.h38 CBOR64_MT_UNSIGNED_INT = 0, enumerator in enum:__anon11
212 return cbor64_send_item(streamer, CBOR64_MT_UNSIGNED_INT, number);
218 cbor64_mt_t type = CBOR64_MT_UNSIGNED_INT;
/seL4-refos-master/libs/libutils/include/utils/
H A Dcbor64.h38 CBOR64_MT_UNSIGNED_INT = 0, enumerator in enum:__anon3
212 return cbor64_send_item(streamer, CBOR64_MT_UNSIGNED_INT, number);
218 cbor64_mt_t type = CBOR64_MT_UNSIGNED_INT;

Completed in 23 milliseconds