Home | History | Annotate | Download | only in Unwind

Lines Matching defs:byteData

32   uint8_t* byteData = reinterpret_cast<uint8_t*>(data);
33 return byteData[(offset & ~0x03) + (3 - (offset&0x03))];