Lines Matching defs:Source
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
245 * Source - Pointer to the source descriptor
260 void *Source,
285 memcpy (Destination, Source, ItemCount);
298 &ACPI_CAST_PTR (UINT16, Source)[i]);
305 &ACPI_CAST_PTR (UINT32, Source)[i]);
312 &ACPI_CAST_PTR (UINT64, Source)[i]);
420 * Source - Pointer to the source string
432 char *Source)
440 for (i = 0; Source[i]; i++)
442 Destination[i] = Source[i];