HomeSort by relevance Sort by last modified time
    Searched refs:hb_uint16_swap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 494 static inline uint16_t hb_uint16_swap (const uint16_t v) function
501 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16);
  /external/harfbuzz_ng/src/
hb-private.hh 494 static inline uint16_t hb_uint16_swap (const uint16_t v) function
501 return (hb_uint16_swap (v) << 16) | hb_uint16_swap (v >> 16);

Completed in 758 milliseconds