Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c864 size_t new_bytes = zcbor_flags_to_bytes(state->decode_state.map_elem_count); in allocate_map_flags() local
866 size_t extra_bytes = new_bytes - old_bytes; in allocate_map_flags()
872 if ((state->decode_state.map_search_elem_state + new_bytes) > flags_end) { in allocate_map_flags()
878 memset(&state->decode_state.map_search_elem_state[new_bytes - extra_bytes], 0xFF, extra_bytes); in allocate_map_flags()