Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Dconnection.c48 div_roundup(uint32_t n, size_t a) in div_roundup() function
757 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()
1092 buffer_size += 1 + div_roundup(size, sizeof(uint32_t)); in buffer_size_for_closure()
1101 buffer_size += (1 + div_roundup(size, sizeof(uint32_t))); in buffer_size_for_closure()
1163 if (p + div_roundup(size, sizeof *p) > end) in serialize_closure()
1167 p += div_roundup(size, sizeof *p); in serialize_closure()
1178 if (p + div_roundup(size, sizeof *p) > end) in serialize_closure()
1182 p += div_roundup(size, sizeof *p); in serialize_closure()