Lines Matching refs:dStage

134     U32    dStage;
778 result = (LZ4F_errorCode_t)dctxPtr->dStage;
807 dctxPtr->frameInfo and dctxPtr->dStage.
830 dctxPtr->dStage = dstage_storeSFrameSize;
835 dctxPtr->dStage = dstage_getSFrameSize;
862 dctxPtr->dStage = dstage_storeHeader;
912 dctxPtr->dStage = dstage_getCBlockSize;
933 if (dctxPtr->dStage > dstage_storeHeader) /* note : requires dstage_* header related to be at beginning of enum */
945 if (dctxPtr->dStage <= dstage_storeHeader) /* note : requires dstage_* header related to be at beginning of enum */
1078 switch(dctxPtr->dStage)
1092 dctxPtr->dStage = dstage_storeHeader;
1126 dctxPtr->dStage = dstage_storeCBlockSize;
1130 if (dctxPtr->dStage == dstage_storeCBlockSize)
1152 dctxPtr->dStage = dstage_getSuffix;
1159 dctxPtr->dStage = dstage_copyDirect;
1162 dctxPtr->dStage = dstage_getCBlock;
1188 dctxPtr->dStage = dstage_getCBlockSize;
1202 dctxPtr->dStage = dstage_storeCBlock;
1207 dctxPtr->dStage = dstage_decodeCBlock;
1225 dctxPtr->dStage = dstage_decodeCBlock;
1232 dctxPtr->dStage = dstage_decodeCBlock_intoTmp;
1234 dctxPtr->dStage = dstage_decodeCBlock_intoDst;
1258 dctxPtr->dStage = dstage_getCBlockSize;
1300 dctxPtr->dStage = dstage_flushOut;
1320 dctxPtr->dStage = dstage_getCBlockSize;
1335 dctxPtr->dStage = dstage_getHeader;
1342 dctxPtr->dStage = dstage_storeSuffix;
1351 if (dctxPtr->dStage == dstage_storeSuffix)
1374 dctxPtr->dStage = dstage_getHeader;
1391 dctxPtr->dStage = dstage_storeSFrameSize;
1395 if (dctxPtr->dStage == dstage_storeSFrameSize)
1417 dctxPtr->dStage = dstage_skipSkippable;
1430 dctxPtr->dStage = dstage_getHeader;
1440 &&((unsigned)(dctxPtr->dStage-1) < (unsigned)(dstage_getSuffix-1))
1443 if (dctxPtr->dStage == dstage_flushOut)