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