Searched refs:align (Results 1 – 1 of 1) sorted by relevance
476 static inline size_t zcbor_round_up(size_t x, size_t align) in zcbor_round_up() argument478 return (((x) + (align) - 1) / (align) * (align)); in zcbor_round_up()