HomeSort by: relevance | last modified time | path
    Searched defs:Code (Results 1 - 9 of 9) 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 16 * 1. Redistributions of source code must retain the above copyright
79 UINT32 Code;
acstruct.h 14 * 1. Redistributions of source code must retain the above copyright
174 ACPI_OBJECT_INTEGER *Code;
actbl2.h 14 * 1. Redistributions of source code must retain the above copyright
2620 UINT16 Code;
  /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::__anon47
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/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/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::__anon7098
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
2676 ush code = 0; \/* running code value *\/ local
3174 unsigned code; \/* the code to send *\/ local
5098 } code; \/* if LEN or DIST, where in tree *\/ member in union:inflate_codes_state::__anon7111
    [all...]

Completed in 29 milliseconds