Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dlz4.h91 typedef __attribute__((__ext_vector_type__(64), __aligned__(1))) uint8_t packed_uchar64; typedef
133 return (const vector_uchar64)*(const packed_uchar64 *)ptr; in load64()
165 *(packed_uchar64 *)ptr = (packed_uchar64)data; in store64()