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_patch_version
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libcbor/dist/src/cbor/
common.h
40
static const uint8_t
cbor_patch_version
=
CBOR_PATCH_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
)
common.h
40
static const uint8_t
cbor_patch_version
=
CBOR_PATCH_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 71 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026