Lines Matching defs:OutResult
240 * OutResult - Pointer to where the result is returned
250 UINT64 *OutResult)
271 if (OutResult)
273 *OutResult = OperandOvl.Full;
285 * OutResult - Pointer to where the result is returned
295 UINT64 *OutResult)
316 if (OutResult)
318 *OutResult = OperandOvl.Full;
369 UINT64 *OutResult)
377 if (OutResult)
379 *OutResult = Operand << Count;
399 UINT64 *OutResult)
407 if (OutResult)
409 *OutResult = Operand >> Count;