Home | History | Annotate | Download | only in cg

Lines Matching refs:outCount

244 static UInt32 DecodeVCountValue(const UInt8 *start, UInt32 *outCount)
246 // work out the value (in *outCount). Returns the number of bytes
262 *outCount = count;
266 static UInt32 DecodeInstrCountValue(const UInt8 *inOpStart, UInt32 *outCount)
268 // count argument for that opcode (*outCount). Returns the number of
272 MoreAssertQ(outCount != nil);
277 *outCount = PEFPkDataCount5(*inOpStart);
283 return 1 + DecodeVCountValue(inOpStart + 1, outCount);