Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c359 UInt32 customSize; in UnpackPEFDataSection() local
366 offset += DecodeVCountValue(&packedData[offset], &customSize); in UnpackPEFDataSection()
375 BlockMoveData(customData, unpackCursor, customSize); in UnpackPEFDataSection()
376 unpackCursor += customSize; in UnpackPEFDataSection()
377 customData += customSize; in UnpackPEFDataSection()
381 offset += (repeatCount * (commonSize + customSize)) + commonSize; in UnpackPEFDataSection()
388 UInt32 customSize; in UnpackPEFDataSection() local
394 offset += DecodeVCountValue(&packedData[offset], &customSize); in UnpackPEFDataSection()
402 BlockMoveData(customData, unpackCursor, customSize); in UnpackPEFDataSection()
403 unpackCursor += customSize; in UnpackPEFDataSection()
[all …]