Searched refs:codes (Results 1 - 9 of 9) sorted by relevance

/u-boot/lib/zlib/
H A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
H A Dinflate.h68 Read deflate codes:
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
H A Dinftrees.c22 The code lengths are lens[0..codes-1]. The result starts at *table,
32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, argument
42 int left; /* number of prefix codes available */
54 unsigned short count[MAXBITS+1]; /* number of codes of each length */
56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
62 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
66 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
73 code lengths are lens[0..codes-1]. Each length corresponds to the
74 symbols 0..codes
[all...]
H A Dinflate.c27 state->lencode = state->distcode = state->next = state->codes;
280 if there is no input available. The decoding of variable length codes uses
563 Tracev((stderr, "inflate: fixed codes block%s\n",
565 state->mode = LEN; /* decode codes */
568 Tracev((stderr, "inflate: dynamic codes block%s\n",
634 state->next = state->codes;
700 state->next = state->codes;
719 Tracev((stderr, "inflate: codes ok\n"));
/u-boot/fs/jffs2/
H A Dmini_inflate.c37 stream->codes.bits = 8;
38 stream->codes.num_symbols = 19;
39 stream->codes.lengths = stream->code_lengths;
40 stream->codes.symbols = stream->code_symbols;
41 stream->codes.count = stream->code_count;
42 stream->codes.first = stream->code_first;
43 stream->codes.pos = stream->code_pos;
138 * huffman codes */
211 /* read in the huffman codes for dynamic decoding (section 3.2.7) */
224 struct huffman_set *codes local
[all...]
/u-boot/include/jffs2/
H A Dmini_inflate.h25 int *count; /* the number of codes of this bit length */
56 struct huffman_set codes; member in struct:bitstream
/u-boot/arch/arm/mach-snapdragon/
H A Dof_fixup.c22 #include <dt-bindings/input/linux-event-codes.h>
/u-boot/drivers/button/
H A Dbutton-qcom-pmic.c10 #include <dt-bindings/input/linux-event-codes.h>
/u-boot/include/
H A Dec_commands.h475 /* Host command response codes (16-bit). Note that response codes should be
499 * Host event codes. Note these are 1-based, not 0-based, because ACPI query
623 * Byte codes returned by EC over SPI interface.
1050 /* The EC monitors BIOS port 80h, and can return POST codes. */
2587 uint16_t codes[EC_PORT80_SIZE_MAX]; member in struct:ec_response_port80_read::__anon31::__ec_todo_unpacked

Completed in 95 milliseconds