Searched refs:hb_uint16_swap (Results 1 – 2 of 2) sorted by relevance
513 static inline uint16_t hb_uint16_swap (const uint16_t v) in hb_uint16_swap() function520 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); in hb_uint32_swap()
552 static inline uint16_t hb_uint16_swap (const uint16_t v) in hb_uint16_swap() function559 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); in hb_uint32_swap()