Searched refs:hb_uint16_swap (Results 1 – 1 of 1) sorted by relevance
499 static inline uint16_t hb_uint16_swap (const uint16_t v) in hb_uint16_swap() function502 { return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); } in hb_uint32_swap()