Searched refs:inOpStart (Results 1 – 1 of 1) sorted by relevance
266 static UInt32 DecodeInstrCountValue(const UInt8 *inOpStart, UInt32 *outCount) in DecodeInstrCountValue() argument271 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()