Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/encoder/cbor/
H A Denc_cbor.c110 #define CBOR_NLIMIT 23 /* Largest negative value */ macro
231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()