Searched refs:s (Results 1 – 17 of 17) sorted by relevance
/zcbor-latest/tests/cases/ |
D | senml.cddl | 28 bver = -1 n = 0 s = 5
|
D | manifest-moran3.cddl | 10 ; IETF Trust’s Legal Provisions Relating to IETF Documents 112 depScope : ComponentIdentifier, ; where the dependency's
|
D | corner_cases.cddl | 268 bstr12 = ("s" : bstr .size 12) 285 ; Doesn't need test code, it's tested when the struct is compiled.
|
D | manifest9_simple.cddl | 11 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
D | manifest-moran4.cddl | 10 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
D | manifest2.cddl | 10 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
D | manifest3.cddl | 10 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
D | manifest12.cddl | 11 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
D | manifest9.cddl | 10 ; IETF Trust’s Legal Provisions Relating to IETF Documents
|
/zcbor-latest/ |
D | README.md | 172 zcbor code <--decode or --encode or both> -c <CDDL description file(s)> -t <which CDDL type(s) to e… 173 zcbor code <--decode or --encode or both> -c <CDDL description file(s)> -t <which CDDL type(s) to e… 182 The `zcbor code` command reads one or more CDDL file(s) and generates some or all of these files: 204 This CMake file can then be included in your project's `CMakeLists.txt` file, and the target can be… 265 To set up the environment to run the ztest tests, follow [Zephyr's Getting Started Guide](https://d… 349 CBOR's format is described well on [Wikipedia](https://en.wikipedia.org/wiki/CBOR), but here's a sy… 386 …r CBOR elements with their own _Header_, _Value_ and _Payload_. `list`s and `map`s can be recursiv… 404 - [MCUboot's serial recovery mechanism](https://github.com/mcu-tools/mcuboot/blob/main/boot/boot_se… 405 - [Zephyr's mcumgr](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/mgmt/mcumgr/grp/i… 406 - [Zephyr's LwM2M SenML](https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/net/lib/lwm2… [all …]
|
D | ARCHITECTURE.md | 118 All three use the same internal representation of the decoded data, so it's trivial to convert betw… 130 Finally, DataTranslator can also generate a separate internal representation using `namedtuple`s to… 146 …ead be added to the parent struct, and its decoding/encoding code moved into the parent's function. 147 …- `"UNION"` are typically implemented as anonymous `union`s which removes one level of indirection… 152 …NT"`, `"BOOL"`, `"FLOAT"` are represented by native C types. `"BSTR"`s and `"TSTR"`s are represent… 162 The user can also use entry types when there are `"BSTR"`s that are CBOR encoded, specified as `Foo… 200 - `"UNION"`s, since only one of the children should be present.
|
D | pypi_README.md | 14 This library is not run by the zcbor package, but in the user's project that includes zcbor-generat…
|
D | LICENSE | 81 Contribution(s) alone or by combination of their Contribution(s) 82 with the Work to which such Contribution(s) was submitted. If You
|
D | RELEASE_NOTES.md | 331 * zcbor_encode.c: Fix encoding of floats equal to 0.0 (or any with leading 0s) 441 * zcbor.py: Fix bugs in range checks in `bstr`s with `.cbor` statements.
|
/zcbor-latest/include/ |
D | zcbor_common.h | 21 #define ZCBOR_STRINGIFY(s) ZCBOR_STRINGIFY_PRE(s) argument
|
/zcbor-latest/src/ |
D | zcbor_common.c | 437 size_t strnlen (const char *s, size_t maxlen) in strnlen() argument 442 if (s[i] == '\0') { in strnlen()
|
/zcbor-latest/tests/decode/test5_corner_cases/src/ |
D | main.c | 2158 zassert_equal(12, result.bstr12_m.s.len, NULL); in ZTEST() 2165 zassert_equal(12, result.bstr12_m.s.len, NULL); in ZTEST()
|