Searched refs:zcbor_int64_encode (Results 1 – 4 of 4) sorted by relevance
41 zcbor_int64_encode(state_e, &six); in main()
48 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input);
39 zassert_true(zcbor_int64_encode(state_e, &int64), NULL); in ZTEST()244 zassert_false(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()284 zassert_true(zcbor_int64_encode(state_e, &(int64_t){6}), NULL); in ZTEST()
200 bool zcbor_int64_encode(zcbor_state_t *state, const int64_t *input) function