Home
last modified time | relevance | path

Searched refs:commonSize (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c358 UInt32 commonSize; in UnpackPEFDataSection() local
365 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() local
393 offset += DecodeInstrCountValue(&packedData[offset], &commonSize); in UnpackPEFDataSection()
[all …]
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorUtils.cpp136 int commonSize = subShape.size(); in shapeRatio() local
137 std::copy(superShape.rbegin() + commonSize, superShape.rend(), in shapeRatio()
/external/llvm-project/flang/lib/Semantics/
Dmod-file.cpp445 std::size_t commonSize{scope.commonBlocks().size()}; in CollectSymbols() local
447 sorted.reserve(symbols.size() + commonSize); in CollectSymbols()
464 std::sort(sorted.end() - commonSize, sorted.end()); in CollectSymbols()