Lines Matching defs:Value
182 * PARAMETERS: *SourceDesc - Value to be stored
190 * DESCRIPTION: Store the value described by SourceDesc into the location
296 RefDesc->Reference.Value, SourceDesc, WalkState);
301 * Storing to the Debug object causes the value stored to be
329 * PARAMETERS: *SourceDesc - Value to be stored
330 * *DestDesc - Named object to receive the value
348 UINT8 Value = 0;
452 Value = (UINT8) (SourceDesc->Integer.Value);
460 Value = SourceDesc->Buffer.Pointer[0];
473 /* Store the source value into the target buffer byte */
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
493 * PARAMETERS: SourceDesc - Value to be stored
494 * Node - Named object to receive the value
503 * The value passed in will replace the current value (if any)
504 * with the input value.
611 * Resolve the source object to an actual value
656 * Store the new NewDesc as the new value of the Name, and set
657 * the Name's type to that of the value being stored in it.
709 * PARAMETERS: SourceDesc - Value to be stored
710 * Node - Named object to receive the value