Searched refs:zcbor_uint64_put (Results 1 – 5 of 5) sorted by relevance
| /zcbor-latest/samples/pet/src/ |
| D | main.c | 68 r = r && zcbor_uint64_put(encoding_state, 2); in get_pet2()
|
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 38 zcbor_uint64_put(state_e, 4); in main()
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 59 zassert_true(zcbor_uint64_put(state_e, ((uint64_t)INT64_MAX + 1)), NULL); in ZTEST() 77 zassert_true(zcbor_uint64_put(&state_e, 5), NULL); in ZTEST() 87 zassert_true(zcbor_uint64_put(&state_e, 5), NULL); in ZTEST() 90 zassert_true(zcbor_uint64_put(&state_e, UINT64_MAX), NULL); in ZTEST() 125 zassert_true(zcbor_uint64_put(&state_e, 5), NULL); in ZTEST() 133 zassert_true(zcbor_uint64_put(&state_e, UINT64_MAX), NULL); in ZTEST() 139 zassert_true(zcbor_uint64_put(&state_e, UINT64_MAX), NULL); in ZTEST() 245 zassert_false(zcbor_uint64_put(state_e, 4), NULL); in ZTEST() 285 zassert_true(zcbor_uint64_put(state_e, 4), NULL); in ZTEST() 832 zassert_true(zcbor_uint64_put(state_e, UINT64_MAX), NULL); in ZTEST() [all …]
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 65 bool zcbor_uint64_put(zcbor_state_t *state, uint64_t input); /* pint */
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 192 bool zcbor_uint64_put(zcbor_state_t *state, uint64_t input) function
|