Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-private.hh516 #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] =… macro
Dhb-open-type-private.hh539 inline void set (Type i) { hb_be_uint32_put (v,i); } in set()