Searched refs:commonSize (Results 1 – 3 of 3) sorted by relevance
358 UInt32 commonSize; in UnpackPEFDataSection() local365 offset += DecodeInstrCountValue(&packedData[offset], &commonSize); in UnpackPEFDataSection()370 customData = &packedData[offset + commonSize]; in UnpackPEFDataSection()373 BlockMoveData(commonData, unpackCursor, commonSize); in UnpackPEFDataSection()374 unpackCursor += commonSize; in UnpackPEFDataSection()379 BlockMoveData(commonData, unpackCursor, commonSize); in UnpackPEFDataSection()380 unpackCursor += commonSize; in UnpackPEFDataSection()381 offset += (repeatCount * (commonSize + customSize)) + commonSize; in UnpackPEFDataSection()387 UInt32 commonSize; in UnpackPEFDataSection() local393 offset += DecodeInstrCountValue(&packedData[offset], &commonSize); in UnpackPEFDataSection()[all …]
136 int commonSize = subShape.size(); in shapeRatio() local137 std::copy(superShape.rbegin() + commonSize, superShape.rend(), in shapeRatio()
445 std::size_t commonSize{scope.commonBlocks().size()}; in CollectSymbols() local447 sorted.reserve(symbols.size() + commonSize); in CollectSymbols()464 std::sort(sorted.end() - commonSize, sorted.end()); in CollectSymbols()