OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_uint16_swap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
505
static inline uint16_t
hb_uint16_swap
(const uint16_t v)
function
512
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 944 milliseconds