Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh513 static inline uint16_t hb_uint16_swap (const uint16_t v) in hb_uint16_swap() function
520 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); in hb_uint32_swap()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-private.hh552 static inline uint16_t hb_uint16_swap (const uint16_t v) in hb_uint16_swap() function
559 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16); in hb_uint32_swap()