Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c24 static uint8_t log2ceil(size_t val) in log2ceil() function
44 return len == 0 ? value0 : (uint8_t)(24 + log2ceil(len)); in get_additional()