Searched refs:huft (Results 1 – 6 of 6) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | inflatef.c | 249 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td, 432 struct huft *tl, *td; /* literal/length and distance decoder tables */ 441 struct huft *t; /* pointer to table entry */ 628 struct huft *fixed_tl = (struct huft *)NULL; 629 struct huft *fixed_td; 641 if (G.fixed_tl == (struct huft *)NULL) in inflate_fixed() 664 G.fixed_tl = (struct huft *)NULL; in inflate_fixed() 681 G.fixed_td = G.fixed_tl = (struct huft *)NULL; in inflate_fixed() 702 struct huft *tl; /* literal/length code table */ in inflate_dynamic() 703 struct huft *td; /* distance code table */ in inflate_dynamic() [all …]
|
H A D | inflate.c | 491 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td, 674 struct huft *tl, *td; /* literal/length and distance decoder tables */ 683 struct huft *t; /* pointer to table entry */ 870 struct huft *fixed_tl = (struct huft *)NULL; 871 struct huft *fixed_td; 883 if (G.fixed_tl == (struct huft *)NULL) in inflate_fixed() 906 G.fixed_tl = (struct huft *)NULL; in inflate_fixed() 923 G.fixed_td = G.fixed_tl = (struct huft *)NULL; in inflate_fixed() 944 struct huft *tl; /* literal/length code table */ in inflate_dynamic() 945 struct huft *td; /* distance code table */ in inflate_dynamic() [all …]
|
H A D | explode.c | 133 static int explode_lit OF((__GPRO__ struct huft *tb, struct huft *tl, 134 struct huft *td, int bb, int bl, int bd, 136 static int explode_nolit OF((__GPRO__ struct huft *tl, struct huft *td, 252 struct huft *tb, *tl, *td; /* literal, length, and distance tables */ 262 struct huft *t; /* pointer to table entry */ 370 struct huft *tl, *td; /* length and distance decoder tables */ 380 struct huft *t; /* pointer to table entry */ 498 struct huft *tb; /* literal code table */ in explode() 499 struct huft *tl; /* length code table */ in explode() 500 struct huft *td; /* distance code table */ in explode() [all …]
|
H A D | globals.h | 310 struct huft *fixed_tl; /* inflate static */ 311 struct huft *fixed_td; /* inflate static */ 314 struct huft *fixed_tl64; /* inflate static */ 315 struct huft *fixed_td64; /* inflate static */ 317 struct huft *fixed_tl32; /* inflate static */ 318 struct huft *fixed_td32; /* inflate static */
|
H A D | gbloffs.c | 42 struct huft *t = NULL; 65 printf(out_format, "SIZEOF_huft", (ulg)sizeof(struct huft));
|
H A D | unzpriv.h | 1669 struct huft { struct 1674 struct huft *t; /* pointer to next level of table */ argument 1855 int huft_free OF((struct huft *t)); /* inflate.c */ 1858 struct huft **t, int *m));
|