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