Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c1057 unsigned doAnotherStage = 1; in LZ4F_decompress() local
1068 while (doAnotherStage) { in LZ4F_decompress()
1093 doAnotherStage = 0; /* not enough src data, ask for some more */ in LZ4F_decompress()
1121 doAnotherStage = 0; in LZ4F_decompress()
1142 doAnotherStage = 0; in LZ4F_decompress()
1167 doAnotherStage = 0; in LZ4F_decompress()
1190 doAnotherStage=0; in LZ4F_decompress()
1282 doAnotherStage = 0; /* still some data to flush */ in LZ4F_decompress()
1292 doAnotherStage = 0; in LZ4F_decompress()
1314 doAnotherStage=0; in LZ4F_decompress()
[all …]