Searched refs:ByteSpan (Results 1 – 2 of 2) sorted by relevance
246 struct ByteSpan { struct in __anond9b55a8f0111::AlignVectors285 ByteSpan &shift(int Offset);588 auto AlignVectors::ByteSpan::section(int Start, int Length) const -> ByteSpan { in section()589 ByteSpan Section; in section()602 auto AlignVectors::ByteSpan::shift(int Offset) -> ByteSpan & { in shift()1109 ByteSpan ASpan; in realignLoadGroup()1279 [&](const ByteSpan::Block *A, const ByteSpan::Block *B) { in realignLoadGroup()1283 for (ByteSpan::Block *S : ABlocks) { in realignLoadGroup()1317 ByteSpan ASpanV, ASpanM; in realignStoreGroup()1334 ByteSpan VSection = in realignStoreGroup()[all …]
182 uint64_t ByteSpan = BytesFromFirstBlock + (BlockSpan - 1) * BlockSize; in readLongestContiguousChunk() local190 Buffer = ArrayRef<uint8_t>(BlockData.data(), ByteSpan); in readLongestContiguousChunk()