Searched refs:div_roundup (Results 1 – 1 of 1) sorted by relevance
48 div_roundup(uint32_t n, size_t a) in div_roundup() function757 length_in_u32 = div_roundup(length, sizeof *p); in wl_connection_demarshal()817 length_in_u32 = div_roundup(length, sizeof *p); in wl_connection_demarshal()1093 buffer_size += 1 + div_roundup(size, sizeof(uint32_t)); in buffer_size_for_closure()1102 buffer_size += (1 + div_roundup(size, sizeof(uint32_t))); in buffer_size_for_closure()1164 if (p + div_roundup(size, sizeof *p) > end) in serialize_closure()1168 p += div_roundup(size, sizeof *p); in serialize_closure()1179 if (p + div_roundup(size, sizeof *p) > end) in serialize_closure()1183 p += div_roundup(size, sizeof *p); in serialize_closure()