Searched refs:zcbor_int32_encode (Results 1 – 4 of 4) sorted by relevance
40 zcbor_int32_encode(state_e, &five); in main()
76 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input); /* pint/nint */
150 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input) function
247 zassert_false(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()287 zassert_true(zcbor_int32_encode(state_e, &(int32_t){5}), NULL); in ZTEST()