STATIC int huft_build(
unsigned * b - code lengths in bits (all assumed <= BMAX)
unsigned n - number of codes (assumed <= N_MAX)
unsigned s - number of simple-valued codes (0..s-1)
const ush * d - list of base values for non-simple codes
const ush * e - list of extra bits for non-simple codes
struct huft ** t - result: starting table
int * m - maximum lookup bits, returns actual
)
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | inflate.c