![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "bzlib_private.h"Macros | |
| #define | WEIGHTOF(zz0) |
| #define | DEPTHOF(zz1) |
| #define | MYMAX(zz2, zz3) |
| #define | ADDWEIGHTS(zw1, zw2) |
| #define | UPHEAP(z) |
| #define | DOWNHEAP(z) |
Functions | |
| void | BZ2_hbMakeCodeLengths (UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) |
| void | BZ2_hbAssignCodes (Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) |
| void | BZ2_hbCreateDecodeTables (Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) |
| #define ADDWEIGHTS | ( | zw1, | |
| zw2 ) |
| #define DEPTHOF | ( | zz1 | ) |
| #define DOWNHEAP | ( | z | ) |
| #define MYMAX | ( | zz2, | |
| zz3 ) |
| #define UPHEAP | ( | z | ) |
| #define WEIGHTOF | ( | zz0 | ) |
| void BZ2_hbAssignCodes | ( | Int32 * | code, |
| UChar * | length, | ||
| Int32 | minLen, | ||
| Int32 | maxLen, | ||
| Int32 | alphaSize ) |
| void BZ2_hbCreateDecodeTables | ( | Int32 * | limit, |
| Int32 * | base, | ||
| Int32 * | perm, | ||
| UChar * | length, | ||
| Int32 | minLen, | ||
| Int32 | maxLen, | ||
| Int32 | alphaSize ) |