Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c1569 unsigned doAnotherStage = 1; in LZ4F_decompress() local
1585 while (doAnotherStage) { in LZ4F_decompress()
1613 doAnotherStage = 0; /* not enough src data, ask for some more */ in LZ4F_decompress()
1665 doAnotherStage = 0; in LZ4F_decompress()
1698 doAnotherStage = 0; in LZ4F_decompress()
1742 doAnotherStage = 0; in LZ4F_decompress()
1759 doAnotherStage = 0; in LZ4F_decompress()
1805 doAnotherStage = 0; in LZ4F_decompress()
1922 doAnotherStage = 0; in LZ4F_decompress()
1931 doAnotherStage = 0; in LZ4F_decompress()
[all …]