Searched refs:IsFourByteAligned (Results 1 – 4 of 4) sorted by relevance
99 inline bool IsFourByteAligned(const void* data) { in IsFourByteAligned() function104 inline bool IsFourByteAligned(const incfs::map_ptr<T>& data) { in IsFourByteAligned() function105 return IsFourByteAligned(data.unsafe_ptr()); in IsFourByteAligned()
72 if (!util::IsFourByteAligned(next_chunk_)) { in VerifyNextChunk()
215 if (!util::IsFourByteAligned(*in_out_data_ptr)) { in ReadType()
703 if (util::IsFourByteAligned(data)) { in ensureAlignment()