Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c963 unsigned doAnotherStage = 1; in LZ4F_decompress() local
979 while (doAnotherStage) in LZ4F_decompress()
1009 doAnotherStage = 0; /* no enough src, wait to get some more */ in LZ4F_decompress()
1050 doAnotherStage=0; in LZ4F_decompress()
1077 doAnotherStage = 0; in LZ4F_decompress()
1103 doAnotherStage = 0; in LZ4F_decompress()
1131 doAnotherStage=0; in LZ4F_decompress()
1232 doAnotherStage = 0; /* still some data to flush */ in LZ4F_decompress()
1243 doAnotherStage = 0; in LZ4F_decompress()
1268 doAnotherStage=0; in LZ4F_decompress()
[all …]