Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h160 #define CBOR_SIMPLEV_RESERVED_END CBOR_SIMPLE_BREAK macro
H A Dqcbor_encode.h3764 if(uNum >= CBOR_SIMPLEV_RESERVED_START && uNum <= CBOR_SIMPLEV_RESERVED_END) { in QCBOREncode_AddSimple()