Home | History | Annotate | Download | only in resources

Lines Matching refs:Source

22  * copy of the source code appearing in this file ("Covered Code") an
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
59 * addition, Licensee may not authorize further sublicense of source of any
119 * Redistribution and use in source and binary forms, with or without
122 * 1. Redistributions of source code must retain the above copyright
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];