Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_common.h517 static inline size_t zcbor_flags_to_bytes(size_t num_flags) in zcbor_flags_to_bytes() function
/zcbor-latest/src/
Dzcbor_decode.c770 += zcbor_flags_to_bytes(state->decode_state.map_elem_count); in zcbor_unordered_map_start_decode()
864 size_t new_bytes = zcbor_flags_to_bytes(state->decode_state.map_elem_count); in allocate_map_flags()
865 size_t old_bytes = zcbor_flags_to_bytes(old_flags); in allocate_map_flags()
1067 for (size_t i = 0; i < zcbor_flags_to_bytes(state->decode_state.map_elem_count); i++) { in zcbor_unordered_map_end_decode()