Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c266 static UInt32 DecodeInstrCountValue(const UInt8 *inOpStart, UInt32 *outCount) in DecodeInstrCountValue() argument
271 MoreAssertQ(inOpStart != nil); in DecodeInstrCountValue()
274 if (PEFPkDataCount5(*inOpStart) != 0) in DecodeInstrCountValue()
277 *outCount = PEFPkDataCount5(*inOpStart); in DecodeInstrCountValue()
283 return 1 + DecodeVCountValue(inOpStart + 1, outCount); in DecodeInstrCountValue()