Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb.hh539 struct __attribute__((packed)) packed_uint16_t { uint16_t v; }; in operator Type() struct
541 return __builtin_bswap16 (((packed_uint16_t *) this)->v); in operator Type()
543 return ((packed_uint16_t *) this)->v; in operator Type()