Searched refs:ByteSpan (Results 1 – 2 of 2) sorted by relevance
214 struct ByteSpan { struct in __anon6a8ebb860111::AlignVectors238 ByteSpan &shift(int Offset);471 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()472 ByteSpan Section; in section()485 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()823 ByteSpan ASpan; in realignLoadGroup()883 for (const ByteSpan::Block &B : VSpan) { in realignLoadGroup()958 for (ByteSpan::Block &S : ASection) { in realignLoadGroup()991 ByteSpan ASpanV, ASpanM; in realignStoreGroup()1011 for (ByteSpan::Block &S : VSection) { in realignStoreGroup()[all …]
183 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local191 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()