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()
450 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep()
496 int rc = read_block_header(bd, bd->bwdata); in read_bunzip_data()
497 if (!rc) rc=read_huffman_data(bd, bd->bwdata); in read_bunzip_data()
500 burrows_wheeler_prep(bd, bd->bwdata); in read_bunzip_data()
513 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, in write_bunzip_data()
637 bd->bwdata[i].dbuf = xmalloc(bd->dbufSize * sizeof(int)); in start_bunzip()
[all …]