Lines Matching defs:ostart
322 BYTE* const ostart = (BYTE*)decodedBuffer;
323 BYTE* op = ostart;
341 { U64 const crcDest = XXH64(decodedBuffer, (size_t)(op-ostart), 1);
402 { BYTE* const ostart = (BYTE*)decodedBuffer;
403 BYTE* op = ostart;
417 DISPLAYLEVEL(3, "Regenerated %u/%u bytes \n", (unsigned)(op-ostart), (unsigned)COMPRESSIBLE_NOISE_LENGTH);
441 BYTE* const ostart = (BYTE*)decodedBuffer;
442 BYTE* op = ostart;
443 BYTE* const oend = ostart + COMPRESSIBLE_NOISE_LENGTH;
457 { size_t const decodedSize = (size_t)(op - ostart);
525 BYTE* const ostart = (BYTE*)compressedBuffer;
526 BYTE* op = ostart;
536 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)(op-ostart));
540 op = ostart;
546 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)(op-ostart));
550 op = ostart;