Home
last modified time | relevance | path

Searched refs:world (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/samples/hello_world/
DREADME.md2 # Simple 'hello world' sample
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c191 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/
Dcorner_cases.cddl105 equalstrworld: tstr .eq "world",
/zcbor-latest/
DRELEASE_NOTES.md211 …* Add two samples: a hello world with no code generation, and one with code generation and script …