Searched refs:log2ceil (Results 1 – 1 of 1) sorted by relevance
19 static uint8_t log2ceil(size_t val) in log2ceil() function39 return len == 0 ? value0 : (uint8_t)(24 + log2ceil(len)); in get_additional()