Searched refs:EState (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/archival/libarchive/bz/ |
D | bzlib_private.h | 117 typedef struct EState { struct 204 } EState; argument 210 BZ2_blockSort(EState*); 213 BZ2_compressBlock(EState*, int); 216 BZ2_bsInitWrite(EState*); 222 BZ2_hbMakeCodeLengths(EState*, uint8_t*, int32_t*, int32_t, int32_t);
|
D | bzlib.c | 54 void prepare_new_block(EState* s) in prepare_new_block() 72 void init_RL(EState* s) in init_RL() 80 int isempty_RL(EState* s) in isempty_RL() 91 EState* s; in BZ2_bzCompressInit() 93 s = xzalloc(sizeof(EState)); in BZ2_bzCompressInit() 120 void add_pair_to_block(EState* s) in add_pair_to_block() 153 void flush_RL(EState* s) in flush_RL() 188 void /*Bool*/ copy_input_until_stop(EState* s) in copy_input_until_stop() 231 void /*Bool*/ copy_output_until_stop(EState* s) in copy_output_until_stop() 258 EState* s = strm->state; in handle_compress() [all …]
|
D | compress.c | 47 void BZ2_bsInitWrite(EState* s) in BZ2_bsInitWrite() 56 void bsFinishWrite(EState* s) in bsFinishWrite() 70 void bsW(EState* s, int32_t n, uint32_t v) in bsW() 83 void bsW16(EState* s, uint32_t v) in bsW16() 96 void bsW1_1(EState* s) in bsW1_1() 109 void bsW1_0(EState* s) in bsW1_0() 124 void bsPutU16(EState* s, unsigned u) in bsPutU16() 132 void bsPutU32(EState* s, unsigned u) in bsPutU32() 146 void makeMaps_e(EState* s) in makeMaps_e() 194 void generateMTFValues(EState* s) in generateMTFValues() [all …]
|
D | blocksort.c | 234 void fallbackSort(EState* state) in fallbackSort() 377 int mainGtU(EState* state, in mainGtU() 469 void mainSimpleSort(EState* state, in mainSimpleSort() 598 void mainQSort3(EState* state, in mainQSort3() 733 void mainSort(EState* state) in mainSort() 1028 int32_t BZ2_blockSort(EState* state) in BZ2_blockSort()
|
D | huffman.c | 101 void BZ2_hbMakeCodeLengths(EState *s, in BZ2_hbMakeCodeLengths()
|