Home
last modified time | relevance | path

Searched refs:CBOR_ULIMIT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libxo/encoder/cbor/
H A Denc_cbor.c109 #define CBOR_ULIMIT 24 /* Largest unsigned value */ macro
176 cbor_encode_uint(xbp, minor, CBOR_ULIMIT); in cbor_append()
231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()