OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026