Searched refs:StreamBlocks (Results 1 – 2 of 2) sorted by relevance
234 static uint32_t getOffsetInStream(ArrayRef<support::ulittle32_t> StreamBlocks, in getOffsetInStream() argument239 auto Iter = llvm::find(StreamBlocks, BlockIndex); in getOffsetInStream()240 assert(Iter != StreamBlocks.end()); in getOffsetInStream()241 uint32_t StreamBlockIndex = std::distance(StreamBlocks.begin(), Iter); in getOffsetInStream()
126 ulittle32_t StreamBlocks[NumStreams][];152 ulittle32_t StreamBlocks[][] = {