Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcn-encoder.c269 case CN_CBOR_INT: in _encoder_visitor()
271 CHECK(_write_positive(ws, CN_CBOR_INT, ~(cb->v.sint))); in _encoder_visitor()
Dcn-get.c17 case CN_CBOR_INT: in cn_cbor_mapget_int()
Dcn-create.c66 ret->type = CN_CBOR_INT; in cn_cbor_int_create()
Dcn-cbor.c64 CN_CBOR_UINT, CN_CBOR_INT,
/external/cn-cbor/include/cn-cbor/
Dcn-cbor.h36 CN_CBOR_INT, enumerator
/external/cn-cbor/test/
Dtest.c79 case CN_CBOR_INT: PRF("%ld", cb->v.sint); break; in dump()