Searched refs:hb_be_uint32_put (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh546 inline void set (Type i) { hb_be_uint32_put (v,i); }
H A Dhb-private.hh574 #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END macro
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh546 inline void set (Type i) { hb_be_uint32_put (v,i); }
H A Dhb-private.hh535 #define hb_be_uint32_put(v,V) HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END macro

Completed in 158 milliseconds