OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_be_uint16_put
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-open-type-private.hh
529
inline void set (Type i) {
hb_be_uint16_put
(v,i); }
hb-private.hh
512
#define
hb_be_uint16_put
(v,V) HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END
macro
Completed in 70 milliseconds