/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1951.txt | 81 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 …]
|
D | txtvsbin.txt | 59 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
|
D | algorithm.txt | 64 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/ |
D | inftrees.c | 32 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++)
|
D | inflate.c | 122 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);
|
D | inftrees.h | 61 unsigned codes, code FAR * FAR *table,
|
D | inflate.h | 118 code codes[ENOUGH]; /* space for code tables */ member
|
D | infback.c | 385 state->next = state->codes; 459 state->next = state->codes;
|
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/ |
D | inftree9.c | 32 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++)
|
D | inflate9.h | 46 code codes[ENOUGH]; /* space for code tables */ member
|
D | inftree9.h | 60 unsigned codes, code FAR * FAR *table,
|
D | infback9.c | 369 state->next = state->codes; 444 state->next = state->codes;
|
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/ |
D | puff.c | 436 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()
|
D | README | 63 in puff.c for the possible return codes for puff().
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | fpa-mem.s | 29 # condition codes
|
/toolchain/binutils/binutils-2.27/zlib/examples/ |
D | README.examples | 7 construction over all possible Huffman codes
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | z8k-dis.c | 106 static char *codes[16] = variable 582 sprintf (tmp_str, "%s", codes[instr_data->cond_code]); in unparse_instr()
|
D | ChangeLog-2005 | 136 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/ |
D | sh.opc | 43 /* Allows reason codes to be output when assembler errors occur. */
|
D | lm32.opc | 24 /* Allows reason codes to be output when assembler errors occur. */
|
D | xstormy16.opc | 40 /* Allows reason codes to be output when assembler errors occur. */
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-hppa.c | 1346 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/ |
D | readme.txt | 89 inffixed.h INFFIXED C ZLIB - Table for decoding fixed codes
|
/toolchain/binutils/binutils-2.27/gold/ |
D | aarch64-reloc.def | 36 // Above is from Table 4-5, Null relocation codes
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-sparc.texi | 311 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}.
|