Searched refs:n (Results 1 – 7 of 7) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/fuzz/ |
D | CMakeLists.txt | 54 foreach(n RANGE 0 5) 60 --input ${CMAKE_CURRENT_LIST_DIR}/../cases/manifest12_example${n}.cborhex 62 --output ${PROJECT_BINARY_DIR}/fuzz_input/input${n}.cbor
|
/zcbor-3.5.0-3.4.0/tests/cases/ |
D | senml.cddl | 6 ? n => tstr, ; Name 28 bver = -1 n = 0 s = 5
|
/zcbor-3.5.0-3.4.0/tests/decode/test3_simple/ |
D | CMakeLists.txt | 25 --file-header "Copyright (c) 2020 Nordic Semiconductor ASA\n\nSPDX-License-Identifier: Apache-2.0"
|
/zcbor-3.5.0-3.4.0/samples/pet/ |
D | CMakeLists.txt | 22 … --file-header "Copyright (c) 2022 Nordic Semiconductor ASA\n\nSPDX-License-Identifier: Apache-2.0"
|
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 560 def do_testManifest(self, n): argument 561 self.popen_test(self.get_std_args(p_test_vectors12[n], cmd="validate"), "") 562 …stdout0, _ = self.popen_test(self.get_std_args(p_test_vectors12[n]) + ["--output", "-", "--output-… 585 with open(p_test_vectors12[n], 'r') as f:
|
/zcbor-3.5.0-3.4.0/ |
D | RELEASE_NOTES.md | 323 * cddl_gen.py: Fix parsing of ranges with no max (`n*` or `n**`)
|
D | README.md | 79 ZCBOR_STATE_D(decode_state, n, payload, payload_len, elem_count); 83 ZCBOR_STATE_E(encode_state, n, payload, payload_len, 0);
|