/external/chromium_org/third_party/zlib/ |
inftrees.h | 39 1444, which is the sum of 852 for literal/length codes and 592 for distance 40 codes. These values were found by exhaustive searches using the program 43 maximum bit length of a code. "enough 286 9 15" for literal/length codes 44 returns returns 852, and "enough 30 6 15" for distance codes returns 592. 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) 35 unsigned codes; 46 int left; /* number of prefix codes available */ 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra * [all...] |
infback.c | 301 Tracev((stderr, "inflate: fixed codes block%s\n", 303 state->mode = LEN; /* decode codes */ 306 Tracev((stderr, "inflate: dynamic codes block%s\n", 376 state->next = state->codes; 379 ret = inflate_table(CODES, state->lens, 19, &(state->next), 451 state->next = state->codes; 470 Tracev((stderr, "inflate: codes ok\n"));
|
inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; 310 puts(" /* inffixed.h -- table for decoding fixed codes"); 543 if there is no input available. The decoding of variable length codes uses 829 Tracev((stderr, "inflate: fixed codes block%s\n", 831 state->mode = LEN_; /* decode codes */ 838 Tracev((stderr, "inflate: dynamic codes block%s\n", 907 state->next = state->codes; 910 ret = inflate_table(CODES, state->lens, 19, &(state->next), [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 48 CODES, 54 unsigned codes, code FAR * FAR *table,
|
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 32 int inflate_table(type, lens, codes, table, bits, work) 35 unsigned codes; 46 int left; /* number of prefix codes available */ 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra * [all...] |
infback.c | 301 Tracev((stderr, "inflate: fixed codes block%s\n", 303 state->mode = LEN; /* decode codes */ 306 Tracev((stderr, "inflate: dynamic codes block%s\n", 376 state->next = state->codes; 379 ret = inflate_table(CODES, state->lens, 19, &(state->next), 442 state->next = state->codes; 461 Tracev((stderr, "inflate: codes ok\n"));
|
inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; 275 puts(" /* inffixed.h -- table for decoding fixed codes"); 508 if there is no input available. The decoding of variable length codes uses 792 Tracev((stderr, "inflate: fixed codes block%s\n", 794 state->mode = LEN; /* decode codes */ 797 Tracev((stderr, "inflate: dynamic codes block%s\n", 863 state->next = state->codes; 866 ret = inflate_table(CODES, state->lens, 19, &(state->next), [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.h | 39 1446, which is the sum of 852 for literal/length codes and 594 for distance 40 codes. These values were found by exhaustive searches using the program 43 maximum bit length of a code. "enough 286 9 15" for literal/length codes 44 returns returns 852, and "enough 32 6 15" for distance codes returns 594. 54 CODES, 60 unsigned codes, code FAR * FAR *table,
|
inftree9.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 32 int inflate_table9(type, lens, codes, table, bits, work) 35 unsigned codes; 46 int left; /* number of prefix codes available */ 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 64 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ 72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra * [all...] |
infback9.c | 80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes"); 240 code const FAR *lencode; /* starting table for length/literal codes */ 241 code const FAR *distcode; /* starting table for distance codes */ 296 Tracev((stderr, "inflate: fixed codes block%s\n", 298 mode = LEN; /* decode codes */ 301 Tracev((stderr, "inflate: dynamic codes block%s\n", 369 state->next = state->codes; 372 ret = inflate_table9(CODES, state->lens, 19, &(state->next), 444 state->next = state->codes; 464 Tracev((stderr, "inflate: codes ok\n")) [all...] |
/external/zlib/src/ |
inftrees.h | 39 1444, which is the sum of 852 for literal/length codes and 592 for distance 40 codes. These values were found by exhaustive searches using the program 43 maximum bit length of a code. "enough 286 9 15" for literal/length codes 44 returns returns 852, and "enough 30 6 15" for distance codes returns 592. 55 CODES, 61 unsigned codes, code FAR * FAR *table,
|
inftrees.c | 22 The code lengths are lens[0..codes-1]. The result starts at *table, 25 to be generated, CODES, LENS, or DISTS. On return, zero is success, 32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) 35 unsigned codes; 46 int left; /* number of prefix codes available */ 58 unsigned short count[MAXBITS+1]; /* number of codes of each length */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra * [all...] |
infback.c | 310 Tracev((stderr, "inflate: fixed codes block%s\n", 312 state->mode = LEN; /* decode codes */ 315 Tracev((stderr, "inflate: dynamic codes block%s\n", 385 state->next = state->codes; 388 ret = inflate_table(CODES, state->lens, 19, &(state->next), 459 state->next = state->codes; 478 Tracev((stderr, "inflate: codes ok\n"));
|
inflate.c | 122 state->lencode = state->distcode = state->next = state->codes; 331 puts(" /* inffixed.h -- table for decoding fixed codes"); 559 if there is no input available. The decoding of variable length codes uses 845 Tracev((stderr, "inflate: fixed codes block%s\n", 847 state->mode = LEN_; /* decode codes */ 854 Tracev((stderr, "inflate: dynamic codes block%s\n", [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |