Home
last modified time | relevance | path

Searched refs:n_states (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c139 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_state() argument
158 if (n_states < 2) { in zcbor_new_state()
163 state_array[0].constant_state = (struct zcbor_state_constant *)&state_array[n_states - 1]; in zcbor_new_state()
165 state_array[0].constant_state->num_backups = n_states - 2; in zcbor_new_state()
175 if (n_states > 2) { in zcbor_new_state()
292 size_t n_states, size_t elem_count) in zcbor_entry_function() argument
294 zcbor_new_state(state, n_states, payload, payload_len, elem_count, NULL, 0); in zcbor_entry_function()
Dzcbor_encode.c610 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, argument
613 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
Dzcbor_decode.c1567 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states, argument
1571 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes);
/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h320 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
329 size_t n_states, size_t elem_count);
Dzcbor_encode.h33 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
Dzcbor_decode.h32 void zcbor_new_decode_state(zcbor_state_t *state_array, size_t n_states,