Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c869 const uint8_t *flags_end = state->constant_state->map_search_elem_state_end; in allocate_map_flags() local
872 if ((state->decode_state.map_search_elem_state + new_bytes) > flags_end) { in allocate_map_flags()
874 = 8 * (size_t)(flags_end - state->decode_state.map_search_elem_state); in allocate_map_flags()