Searched refs:packed_uint16_t (Results 1 – 1 of 1) sorted by relevance
539 struct __attribute__((packed)) packed_uint16_t { uint16_t v; }; in operator Type() argument541 return __builtin_bswap16 (((packed_uint16_t *) this)->v); in operator Type()543 return ((packed_uint16_t *) this)->v; in operator Type()