Home
last modified time | relevance | path

Searched full:do (Results 1 – 20 of 20) sorted by relevance

/zcbor-latest/include/
Dzcbor_print.h30 #define zcbor_trace(state, appendix) do { \
34 #define zcbor_trace_file(state) do { \
40 do { \
56 do { \
63 do { \
Dzcbor_common.h204 do {\
211 do {\
219 do { \
226 do {\
238 do { \
340 /** Do boilerplate entry function procedure.
Dzcbor_encode.h44 do { \
111 /** Encode the end of a list/map. Do some checks and deallocate backup.
Dzcbor_decode.h48 do { \
171 * the map. You can do this manually instead, see @ref zcbor_elem_processed and
401 * followed by a call to @ref zcbor_next_fragment. Do not call this function
/zcbor-latest/tests/cases/
Deverything_example1.yaml11 - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut lab…
Dmanifest9.cddl208 ;SUIT_Command_ID /= suit-directive-do-each
432 ;suit-directive-do-each = 16 ; TBD
Dcorner_cases.cddl316 do: int,
Dmanifest2.cddl290 suit-directive-do-each = 16 ; TBD
Dmanifest3.cddl312 ;suit-directive-do-each = 16 ; TBD
/zcbor-latest/samples/pet/include/
Dpet_types.h25 * The define is used in the other generated file to do a build-time
/zcbor-latest/tests/fuzz/
Dmain_entry.c36 do { \
/zcbor-latest/src/
Dzcbor_decode.c58 do {\
65 do {\
79 do { \
85 do { \
944 do { in zcbor_unordered_map_search()
1314 /* Do nothing */ in zcbor_float16_32_decode()
1327 /* Do nothing */ in zcbor_float16_32_expect()
1397 /* Do nothing */ in zcbor_float32_64_expect()
1434 /* Do nothing */ in zcbor_float_expect()
1436 /* Do nothing */ in zcbor_float_expect()
[all …]
/zcbor-latest/
DLICENSE104 excluding those notices that do not pertain to any part of
110 within such NOTICE file, excluding those notices that do not
118 do not modify the License. You may add Your own attribution
DREADME.md31 - Do validation against a CDDL schema.
41 … C library together with generated code, and how to use the script tool to do code generation and …
43 …s run using [Zephyr](https://github.com/zephyrproject-rtos/zephyr) (the samples do not use Zephyr).
67 To do encoding or decoding with the library, instantiate a `zcbor_state_t` object, which is most ea…
100 …tically encoded CBOR", ch 4.2.1 in RFC8949). When encoding lists and maps, do not use indefinite l…
220 To see how to do conversion, see the [pet](samples/pet/CMakeLists.txt) sample.
590 YAML do not support all data types that CBOR/CDDL
643 YAML do not support all data types that CBOR/CDDL
DRELEASE_NOTES.md45 * Fix a few bugs in code generation to do with dereferencing
54 * Fix a bug in CDDL parsing to do with nested brackets
439 …* zcbor.py: Fix some code generation bugs to do with range checking (min/max size) of ints and CBO…
/zcbor-latest/samples/pet/src/
Dpet_encode.c23 #define log_result(state, result, func) do { \
Dpet_decode.c23 #define log_result(state, result, func) do { \
/zcbor-latest/.github/workflows/
Drun-tests.yaml232 for i in ./* ; do mv "$i" "${i//:/_}_1"; done
/zcbor-latest/zcbor/
Dzcbor.py246 # Sockets are types starting with "$" or "$$". Do not fail if these aren't defined.
1023 "complex", "const", "constexpr", "continue", "default", "do", "double", "else", "enum",
2822 do { \\
2910 * The define is used in the other generated file to do a build-time
3140 JSON and YAML do not support all data types that CBOR/CDDL supports.
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1278 zcbor_elem_processed(state_d); // Should do nothing because no elements have been discovered. in ZTEST()