Home
last modified time | relevance | path

Searched refs:bwdata (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/other/
Dbzcat.c71 struct bwdata { struct
105 struct bwdata bwdata[THREADS]; member
161 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) in read_block_header()
319 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) in read_huffman_data()
452 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep()
495 int rc = read_block_header(bd, bd->bwdata); in read_bunzip_data()
496 if (!rc) rc=read_huffman_data(bd, bd->bwdata); in read_bunzip_data()
499 burrows_wheeler_prep(bd, bd->bwdata); in read_bunzip_data()
512 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, in write_bunzip_data()
636 bd->bwdata[i].dbuf = xmalloc(bd->dbufSize * sizeof(int)); in start_bunzip()
[all …]