Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c244 static UInt32 DecodeVCountValue(const UInt8 *start, UInt32 *outCount) in DecodeVCountValue() function
283 return 1 + DecodeVCountValue(inOpStart + 1, outCount); in DecodeInstrCountValue()
345 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()
366 offset += DecodeVCountValue(&packedData[offset], &customSize); in UnpackPEFDataSection()
367 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()
394 offset += DecodeVCountValue(&packedData[offset], &customSize); in UnpackPEFDataSection()
395 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()