HomeSort by: relevance | last modified time | path
    Searched defs:Source (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 6 -- Open source license information is in the zlib.ads file. --
32 Source : Stream_Element_Array (1 .. Text'Length);
33 for Source'Address use Text'Address;
53 Translate (Compressor, Source, I, Compressed_Data, L, Finish);
54 pragma Assert (I = Source'Last);
103 & Boolean'Image (Uncompressed_Data = Source));
  /src/sys/external/bsd/acpica/dist/namespace/
nsrepair.c 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 an
    [all...]
nsrepair2.c 23 * copy of the source code appearing in this file ("Covered Code") an
43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44 * Redistribution of source code of any substantial portion of the Covered
45 * Code or modification with rights to further distribute source must include
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56 * Redistribution of source code of any substantial portion of the Covered
57 * Code or modification without rights to further distribute source must
60 * addition, Licensee may not authorize further sublicense of source of an
    [all...]
  /src/sys/external/bsd/acpica/dist/resources/
rsmisc.c 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 an
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 27 VOID *Source;
91 FHand->Source = SourceBuffer;
246 FHand->Source = SourceBuffer;
289 FreePool (FHand->Source);
313 if (FHand->Source) {
327 CopyMem (Buffer, (CHAR8 *) FHand->Source + Offset, *ReadSize);
366 // If we allocated the Source buffer, free it
370 FreePool (FHand->Source);
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 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 an
    [all...]
  /src/bin/ksh/
lex.h 4 * Source input, lexer and parser
11 typedef struct source Source;
12 struct source { struct
30 Source *next; /* stacked source */
33 /* Source.type values */
44 /* Source.flags values */
122 EXTERN Source *source; /* yyparse/yylex source * variable in typeref:typename:EXTERN Source *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 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 an
    [all...]

Completed in 13 milliseconds