Lines Matching defs:Destination
136 * PARAMETERS: Destination - Pointer to the destination descriptor
151 void *Destination,
177 memcpy (Destination, Source, ItemCount);
189 &ACPI_CAST_PTR (UINT16, Destination)[i],
196 &ACPI_CAST_PTR (UINT32, Destination)[i],
203 &ACPI_CAST_PTR (UINT64, Destination)[i],
311 * PARAMETERS: Destination - Pointer to the destination string
323 char *Destination,
334 Destination[i] = Source[i];
337 Destination[i] = 0;