Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c1031 dstage_init, enumerator
1202 dctx->dStage = dstage_init; in LZ4F_decodeHeader()
1448 case dstage_init: in LZ4F_decompress()
1845 LZ4F_STATIC_ASSERT((unsigned)dstage_init == 2); in LZ4F_decompress()
1892 if (dctx->dStage <= dstage_init) { in LZ4F_decompress_usingDict()