Searched refs:ByteSpan (Results 1 – 2 of 2) sorted by relevance
182 struct ByteSpan { struct in __anonf8b19ccd0111::AlignVectors204 ByteSpan &shift(int Offset);342 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()343 ByteSpan Section; in section()344 for (const ByteSpan::Block &B : Blocks) { in section()356 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()767 ByteSpan VSpan; in realignGroup()786 ByteSpan ASpan; in realignGroup()810 for (ByteSpan::Block &B : VSpan) { in realignGroup()813 for (ByteSpan::Block &S : ASection) { in realignGroup()[all …]
184 uint32_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local192 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()