Searched refs:world (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/samples/hello_world/ |
| D | README.md | 2 # Simple 'hello world' sample
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 191 char world[] = {'w', 'o', 'r', 'l', 'd'}; in ZTEST() local 195 zassert_true(zcbor_bstr_put_arr(state_e, world), NULL); in ZTEST() 198 zassert_true(zcbor_tstr_put_arr(state_e, world), NULL); in ZTEST() 208 world[3]++; in ZTEST() 209 zassert_false(zcbor_bstr_expect_arr(state_d, world), NULL); in ZTEST() 210 world[3]--; in ZTEST() 211 zassert_true(zcbor_bstr_expect_arr(state_d, world), NULL); in ZTEST() 217 world[2]++; in ZTEST() 218 zassert_false(zcbor_tstr_expect_arr(state_d, world), NULL); in ZTEST() 219 world[2]--; in ZTEST() [all …]
|
| /zcbor-latest/tests/cases/ |
| D | corner_cases.cddl | 105 equalstrworld: tstr .eq "world",
|
| /zcbor-latest/ |
| D | RELEASE_NOTES.md | 211 …* Add two samples: a hello world with no code generation, and one with code generation and script …
|