Searched refs:zcbor_int64_encode (Results 1 – 4 of 4) sorted by relevance
41 zcbor_int64_encode(state_e, &six); in main()
78 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input); /* pint/nint */
157 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input) function
39 zassert_true(zcbor_int64_encode(state_e, &int64), NULL); in ZTEST()246 zassert_false(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()286 zassert_true(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()