Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 107) sorted by relevance

12345

/toolchain/binutils/binutils-2.27/zlib/doc/
Drfc1951.txt81 3.2.5. Compressed blocks (length and distance codes) ...... 11
82 3.2.6. Compression with fixed Huffman codes (BTYPE=01) .... 12
83 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) .. 13
296 * Data elements other than Huffman codes are packed
299 * Huffman codes are packed starting with the most-
307 elements in the correct MSB-to-LSB order and Huffman codes in
316 alphabet by bit sequences (codes), one code for each symbol, in
361 using the fewest bits of any possible prefix codes for that
364 information on Huffman codes.)
366 Note that in the "deflate" format, the Huffman codes for the
[all …]
Dtxtvsbin.txt59 The first observation is that, although the full range of 7-bit codes
62 widely-used, almost universally-portable control codes are 9 (TAB),
63 10 (LF) and 13 (CR). There are a few more control codes that are
66 codes are rarely (if ever) used alone, without being accompanied by
72 detection schemes observe the presence of non-ASCII codes from the range
75 contain both control characters and codes from the upper range. On the
87 one or more black-listed codes, either by mistake or by peculiar design
89 of black-listed codes would provide an increased recall (i.e. more true
Dalgorithm.txt64 codes are much more common than longer codes, so pay attention to decoding the
65 short codes fast, and let the long codes take longer to decode.
79 codes are replicated many times in such a table. What inflate() does is
83 For inflate, which has 286 possible codes for the literal/length tree, the size
/toolchain/binutils/binutils-2.27/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
35 unsigned codes;
109 for (sym = 0; sym < codes; sym++)
146 for (sym = 0; sym < codes; sym++)
Dinflate.c122 state->lencode = state->distcode = state->next = state->codes;
923 state->next = state->codes;
997 state->next = state->codes;
1470 if (state->lencode >= state->codes &&
1471 state->lencode <= state->codes + ENOUGH - 1) {
1472 copy->lencode = copy->codes + (state->lencode - state->codes);
1473 copy->distcode = copy->codes + (state->distcode - state->codes);
1475 copy->next = copy->codes + (state->next - state->codes);
Dinftrees.h61 unsigned codes, code FAR * FAR *table,
Dinflate.h118 code codes[ENOUGH]; /* space for code tables */ member
Dinfback.c385 state->next = state->codes;
459 state->next = state->codes;
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
Dinftree9.c32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
35 unsigned codes;
111 for (sym = 0; sym < codes; sym++)
140 for (sym = 0; sym < codes; sym++)
Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */ member
Dinftree9.h60 unsigned codes, code FAR * FAR *table,
Dinfback9.c369 state->next = state->codes;
444 state->next = state->codes;
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/
Dpuff.c436 local int codes(struct state *s, in codes() function
575 return codes(s, &lencode, &distcode); in fixed()
746 return codes(s, &lencode, &distcode); in dynamic()
DREADME63 in puff.c for the possible return codes for puff().
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dfpa-mem.s29 # condition codes
/toolchain/binutils/binutils-2.27/zlib/examples/
DREADME.examples7 construction over all possible Huffman codes
/toolchain/binutils/binutils-2.27/opcodes/
Dz8k-dis.c106 static char *codes[16] = variable
582 sprintf (tmp_str, "%s", codes[instr_data->cond_code]); in unparse_instr()
DChangeLog-2005136 codes for save/restore.
721 * arm-dis.c: Split up the comments describing the format codes, so
723 preceding them that describe all the codes, and only the codes,
726 which the codes are implemented.
/toolchain/binutils/binutils-2.27/cpu/
Dsh.opc43 /* Allows reason codes to be output when assembler errors occur. */
Dlm32.opc24 /* Allows reason codes to be output when assembler errors occur. */
Dxstormy16.opc40 /* Allows reason codes to be output when assembler errors occur. */
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-hppa.c1346 reloc_type **codes; in tc_gen_reloc() local
1375 codes = hppa_gen_reloc_type (stdoutput, in tc_gen_reloc()
1382 if (codes == NULL) in tc_gen_reloc()
1388 for (n_relocs = 0; codes[n_relocs]; n_relocs++) in tc_gen_reloc()
1404 code = *codes[0]; in tc_gen_reloc()
1464 code = *codes[i]; in tc_gen_reloc()
1484 (bfd_reloc_code_real_type) *codes[0]); in tc_gen_reloc()
1491 (bfd_reloc_code_real_type) *codes[1]); in tc_gen_reloc()
1498 (bfd_reloc_code_real_type) *codes[2]); in tc_gen_reloc()
1505 (bfd_reloc_code_real_type) *codes[3]); in tc_gen_reloc()
[all …]
/toolchain/binutils/binutils-2.27/zlib/as400/
Dreadme.txt89 inffixed.h INFFIXED C ZLIB - Table for decoding fixed codes
/toolchain/binutils/binutils-2.27/gold/
Daarch64-reloc.def36 // Above is from Table 4-5, Null relocation codes
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-sparc.texi311 specification of which set of integer condition codes to
314 Additionally, GAS supports the so-called ``natural'' condition codes;
318 In V9, there are 4 sets of floating point condition codes
386 The V9 condition codes is referred to as @samp{%ccr}.

12345