Home
last modified time | relevance | path

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

/external/wayland/src/
Dconnection.c693 uint32_t *p, *next, *end, length, length_in_u32, id; in wl_connection_demarshal() local
757 length_in_u32 = div_roundup(length, sizeof *p); in wl_connection_demarshal()
758 if ((uint32_t) (end - p) < length_in_u32) { in wl_connection_demarshal()
766 next = p + length_in_u32; in wl_connection_demarshal()
817 length_in_u32 = div_roundup(length, sizeof *p); in wl_connection_demarshal()
818 if ((uint32_t) (end - p) < length_in_u32) { in wl_connection_demarshal()
826 next = p + length_in_u32; in wl_connection_demarshal()