Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h489 static inline size_t zcbor_flags_to_bytes(size_t num_flags) in zcbor_flags_to_bytes() function
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c731 += zcbor_flags_to_bytes(state->decode_state.map_elem_count);
825 size_t new_bytes = zcbor_flags_to_bytes(state->decode_state.map_elem_count);
826 size_t old_bytes = zcbor_flags_to_bytes(old_flags);
1028 for (size_t i = 0; i < zcbor_flags_to_bytes(state->decode_state.map_elem_count); i++) {