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

  /src/sys/external/bsd/gnu-efi/dist/lib/
error.c 24 EFI_STATUS Code;
78 if (ErrorCodeTable[Index].Code == Status) {
  /src/sys/external/bsd/acpica/dist/include/
acpiosxf.h 24 * copy of the source code appearing in this file ("Covered Code") an
26 * base code distributed originally by Intel ("Original Intel Code") to copy,
28 * Code in any form, with the right to sublicense such rights; and
32 * patents that are infringed by the Original Intel Code, to make, use, sell,
33 * offer to sell, and import the Covered Code and derivative works thereof
36 * to or modifications of the Original Intel Code. No other license or right
45 * Redistribution of source code of any substantial portion of the Covered
46 * Code or modification with rights to further distribute source must includ
    [all...]
acstruct.h 22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must includ
    [all...]
actbl2.h 22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
26 * Code in any form, with the right to sublicense such rights; and
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
34 * to or modifications of the Original Intel Code. No other license or right
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must includ
    [all...]
  /src/common/dist/zlib/contrib/ada/
zlib.adb 57 16#03# -- OS code
61 -- Note that some code below is using assumption
91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int);
121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is
124 if Code /= Thin.Z_OK then
126 (Return_Code_Enum'Image (Return_Code (Code))
139 Code : Thin.Int;
145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm));
147 if Ignore_Error or else Code = Thin.Z_OK then
157 Return_Code_Enum'Image (Return_Code (Code))
    [all...]
  /src/sys/arch/amiga/dev/
mscreg.h 10 * 1. Redistributions of source code must retain the above copyright
36 * freely redistributable version of the 2232 6502c code. Yea!!!!!!
50 * 1. Redistributions of source code must retain the above copyright
80 * freely redistributable version of the 2232 6502c code. Yea!!!!!!
139 u_char Code[0x1000]; /* 0x3000-0x3fff code area */
  /src/common/dist/zlib/
deflate.h 22 the crc code when it is not needed. For shared libraries, gzip encoding
37 /* number of length codes, not counting the special END_BLOCK code */
43 /* number of Literal or Length codes, including the END_BLOCK code */
73 /* Data structure describing a single value and its code string. */
77 ush code; /* bit string */ member in union:ct_data_s::__anonf3f70993010a
86 #define Code fc.code
94 int max_code; /* largest code with non zero frequency */
248 * example a binary file with poorly compressible code followed by
298 /* In order to simplify the code, particularly on 16 bit machines, matc
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h 63 UINT8 Code;
253 UINT8 Code;
280 // ICMPv6 code definitions for ICMP_V6_DEST_UNREACHABLE
291 // ICMPv6 code definitions for ICMP_V6_TIME_EXCEEDED
297 // ICMPv6 code definitions for ICMP_V6_PARAMETER_PROBLEM
efipxebc.h 16 EFI PXE Base Code Protocol
25 // PXE Base Code protocol
84 UINT8 Code;
219 // PXE Base Code Mode structure
263 // PXE Base Code Interface Function definitions
395 // PXE Base Code Protocol structure
  /src/sys/net/
zlib.c 309 /* number of length codes, not counting the special END_BLOCK code */
315 /* number of Literal or Length codes, including the END_BLOCK code */
335 /* Data structure describing a single value and its code string. */
339 ush code; /* bit string */ member in union:ct_data_s::__anon0201f153010a
348 #define Code fc.code
356 int max_code; /* largest code with non zero frequency */
502 * example a binary file with poorly compressible code followed by
512 /* Buffer for distances. To simplify the code, d_buf and l_buf have
520 int last_eob_len; /* bit length of EOB code for last block *
2343 int code; \/* code value *\/ local in function:tr_static_init
2676 ush code = 0; \/* running code value *\/ local in function:gen_codes
3174 unsigned code; \/* the code to send *\/ local in function:compress_block
5098 } code; \/* if LEN or DIST, where in tree *\/ member in union:inflate_codes_state::__anon0201f1530e0a
    [all...]

Completed in 21 milliseconds