Home | History | Annotate | Download | only in tests

Lines Matching refs:missingBytes

243         {   size_t const missingBytes = 4;
244 size_t iSize = compressedBufferSize - missingBytes;
250 DISPLAYLEVEL(3, "Missing last %u bytes : ", (U32)missingBytes);
253 if (decResult != missingBytes) {
254 DISPLAY("%u bytes missing != %u bytes requested \n", (U32)missingBytes, (U32)decResult);