Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dlz4.h92 typedef __attribute__((__ext_vector_type__(64), __aligned__(1))) uint8_t packed_uchar64; typedef
134 return (const vector_uchar64)*(const packed_uchar64 *)ptr; in load64()
166 *(packed_uchar64 *)ptr = (packed_uchar64)data; in store64()