Searched full:do (Results 1 – 20 of 20) sorted by relevance
| /zcbor-latest/include/ |
| D | zcbor_print.h | 30 #define zcbor_trace(state, appendix) do { \ 34 #define zcbor_trace_file(state) do { \ 40 do { \ 56 do { \ 63 do { \
|
| D | zcbor_common.h | 204 do {\ 211 do {\ 219 do { \ 226 do {\ 238 do { \ 340 /** Do boilerplate entry function procedure.
|
| D | zcbor_encode.h | 44 do { \ 111 /** Encode the end of a list/map. Do some checks and deallocate backup.
|
| D | zcbor_decode.h | 48 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/ |
| D | everything_example1.yaml | 11 - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut lab…
|
| D | manifest9.cddl | 208 ;SUIT_Command_ID /= suit-directive-do-each 432 ;suit-directive-do-each = 16 ; TBD
|
| D | corner_cases.cddl | 316 do: int,
|
| D | manifest2.cddl | 290 suit-directive-do-each = 16 ; TBD
|
| D | manifest3.cddl | 312 ;suit-directive-do-each = 16 ; TBD
|
| /zcbor-latest/samples/pet/include/ |
| D | pet_types.h | 25 * The define is used in the other generated file to do a build-time
|
| /zcbor-latest/tests/fuzz/ |
| D | main_entry.c | 36 do { \
|
| /zcbor-latest/src/ |
| D | zcbor_decode.c | 58 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/ |
| D | LICENSE | 104 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
|
| D | README.md | 31 - 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
|
| D | RELEASE_NOTES.md | 45 * 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/ |
| D | pet_encode.c | 23 #define log_result(state, result, func) do { \
|
| D | pet_decode.c | 23 #define log_result(state, result, func) do { \
|
| /zcbor-latest/.github/workflows/ |
| D | run-tests.yaml | 232 for i in ./* ; do mv "$i" "${i//:/_}_1"; done
|
| /zcbor-latest/zcbor/ |
| D | zcbor.py | 246 # 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/ |
| D | main.c | 1278 zcbor_elem_processed(state_d); // Should do nothing because no elements have been discovered. in ZTEST()
|