Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c754 static size_t zcbor_current_max_elem_count(zcbor_state_t *state) function
768 state->elem_count = zcbor_current_max_elem_count(state);
778 return ((zcbor_current_max_elem_count(state) - state->elem_count - index_offset) / 2);