Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c288 … UInt8 * const unpackedData, UInt32 unpackedSize) in UnpackPEFDataSection() argument
297 MoreAssertQ(unpackedSize >= packedSize); in UnpackPEFDataSection()
304 MoreAssertQ( unpackedSize == GetPtrSize( (Ptr) unpackedData) ); in UnpackPEFDataSection()
310 MoreAssertQ(unpackCursor < &unpackedData[unpackedSize]); in UnpackPEFDataSection()
/external/skia/src/effects/
DSkTableColorFilter.cpp207 size_t unpackedSize = SkPackBits::Unpack8(packedStorage, packedSize, in CreateProc() local
210 if (!buffer.validate(unpackedSize == count*256)) { in CreateProc()