Searched full:common (Results 1 – 17 of 17) sorted by relevance
/zcbor-3.7.0/tests/cases/ |
D | manifest9_simple.cddl | 51 suit-common => bstr .cbor SUIT_Common, 62 ? suit-common-sequence => bstr .cbor SUIT_Common_Sequence, 130 suit-common = 3 140 suit-common-sequence = 4
|
D | manifest16.cddl | 50 suit-common => bstr .cbor SUIT_Common, 74 ? suit-common-sequence => bstr .cbor SUIT_Common_Sequence, 217 suit-common = 3 227 suit-common-sequence = 4
|
D | manifest2.cddl | 75 ? suit-common => bstr .cbor SUIT_Common, 90 ? suit-common-sequence => bstr .cbor SUIT_Command_Sequence, 250 suit-common = 3 263 suit-common-sequence = 4
|
D | manifest3.cddl | 76 ? suit-common => bstr .cbor SUIT_Common, 96 ? suit-common-sequence => bstr .cbor SUIT_Command_Sequence, 272 suit-common = 3 285 suit-common-sequence = 4
|
D | manifest9.cddl | 78 suit-common => bstr .cbor SUIT_Common, 105 ? suit-common-sequence => bstr .cbor SUIT_Common_Sequence, 226 suit-common-sequence / 391 suit-common = 3 406 suit-common-sequence = 4
|
D | manifest14.cddl | 60 suit-common => bstr .cbor SUIT_Common, 88 ? suit-common-sequence => bstr .cbor SUIT_Common_Sequence, 340 suit-common = 3 353 suit-common-sequence = 4
|
D | manifest12.cddl | 94 suit-common => bstr .cbor SUIT_Common, 122 ? suit-common-sequence => bstr .cbor SUIT_Common_Sequence, 366 suit-common = 3 379 suit-common-sequence = 4
|
D | manifest-moran4.cddl | 85 ? suit-common => bstr .cbor SUIT_Command_Sequence, 101 suit-common = 6
|
D | manifest20.cddl | 41 suit-common => bstr .cbor SUIT_Common, 209 suit-common = 3
|
/zcbor-3.7.0/tests/decode/test2_suit/src/ |
D | main.c | 68 "common should be present"); in ZTEST() 99 "Wrong number of common components"); in ZTEST() 133 "common sequence should be present."); in ZTEST() 149 zassert_equal(ZCBOR_SUCCESS, res, "Parsing common sequence failed."); in ZTEST()
|
/zcbor-3.7.0/tests/unit/test2_cpp/ |
D | testcase.yaml | 5 common:
|
/zcbor-3.7.0/tests/unit/test1_unit_tests/ |
D | testcase.yaml | 1 common:
|
/zcbor-3.7.0/ |
D | ARCHITECTURE.md | 90 CddlXcoder inherits from CddlParser, and provides common functionality for DataTranslator and CodeG… 94 - Common names for members in generated code. A single type possibly needs multiple member variable…
|
D | LICENSE | 17 other entities that control, are controlled by, or are under common
|
D | README.md | 140 This format is common between these packages, which makes translation very simple.
|
/zcbor-3.7.0/tests/decode/test9_manifest14/src/ |
D | main.c | 74 /* Check the common sequence. */ 187 /* Check the common sequence when decoded as a command sequence.
|
/zcbor-3.7.0/tests/scripts/ |
D | test_zcbor.py | 272 struct3 = loads(struct2[3]) # common sequence 331 struct3 = loads(struct2[3]) # common sequence
|