Home | History | Annotate | Download | only in programs

Lines Matching full:blockstart

317             int dictSize, blockSize, blockStart;
323 blockStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - blockSize);
325 if (dictSize > blockStart) dictSize = blockStart;
326 block = ((char*)CNBuffer) + blockStart;
343 int dictSize, blockSize, blockStart, compressedSize, HCcompressedSize;
352 blockStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - blockSize);
354 if (dictSize > blockStart) dictSize = blockStart;
355 block = ((char*)CNBuffer) + blockStart;