Lines Matching defs:Source
137 * Source - Pointer to the source descriptor
152 void *Source,
177 memcpy (Destination, Source, ItemCount);
190 &ACPI_CAST_PTR (UINT16, Source)[i]);
197 &ACPI_CAST_PTR (UINT32, Source)[i]);
204 &ACPI_CAST_PTR (UINT64, Source)[i]);
312 * Source - Pointer to the source string
324 char *Source)
332 for (i = 0; Source[i]; i++)
334 Destination[i] = Source[i];