HomeSort by: relevance | last modified time | path
    Searched defs:cbor_minor_version (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/
common.h 39 static const uint8_t cbor_minor_version = CBOR_MINOR_VERSION; variable
44 "." TO_STR(CBOR_MINOR_VERSION) "." TO_STR(CBOR_PATCH_VERSION)
46 ((CBOR_MAJOR_VERSION << 16) | (CBOR_MINOR_VERSION << 8) | CBOR_PATCH_VERSION)

Completed in 24 milliseconds