Searched refs:dummyProcessed (Results 1 – 1 of 1) sorted by relevance
1042 int dummyProcessed = -1; in LzmaDec_DecodeToDic() local1063 dummyProcessed = (int)(bufOut - src); in LzmaDec_DecodeToDic()1064 if ((unsigned)dummyProcessed > LZMA_REQUIRED_INPUT_MAX) in LzmaDec_DecodeToDic()1070 (*srcLen) += (unsigned)dummyProcessed; in LzmaDec_DecodeToDic()1071 p->tempBufSize = (unsigned)dummyProcessed; in LzmaDec_DecodeToDic()1072 for (i = 0; i < (unsigned)dummyProcessed; i++) in LzmaDec_DecodeToDic()1091 if (dummyProcessed < 0) in LzmaDec_DecodeToDic()1096 else if ((unsigned)dummyProcessed != processed) in LzmaDec_DecodeToDic()1119 int dummyProcessed = -1; in LzmaDec_DecodeToDic() local1143 dummyProcessed = (int)(bufOut - p->tempBuf); in LzmaDec_DecodeToDic()[all …]