Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-algs.hh108 struct __attribute__((packed)) packed_uint16_t { uint16_t v; }; struct
117 return __builtin_bswap16 (((packed_uint16_t *) this)->v); in operator Type()
119 return ((packed_uint16_t *) this)->v; in operator Type()