Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h156 uint8_t *map_search_elem_state_end; /**< The end of the @ref map_search_elem_state buffer. */ member
/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c173 state_array[0].constant_state->map_search_elem_state_end = flags + flags_bytes; in zcbor_new_state()
Dzcbor_decode.c828 const uint8_t *flags_end = state->constant_state->map_search_elem_state_end;