Home | History | Annotate | Download | only in tests

Lines Matching refs:ostart

246             BYTE* const ostart = (BYTE*)decodedBuffer;
247 BYTE* op = ostart;
266 { U64 const crcDest = XXH64(decodedBuffer, op-ostart, 1);
300 { BYTE* const ostart = (BYTE*)decodedBuffer;
301 BYTE* op = ostart;
313 DISPLAYLEVEL(3, "Regenerated %u/%u bytes \n", (unsigned)(op-ostart), COMPRESSIBLE_NOISE_LENGTH);
344 BYTE* const ostart = (BYTE*)decodedBuffer;
345 BYTE* op = ostart;
346 BYTE* const oend = ostart + COMPRESSIBLE_NOISE_LENGTH;
364 { size_t const decodedSize = (size_t)(op - ostart);
414 BYTE* const ostart = (BYTE*)compressedBuffer;
415 BYTE* op = ostart;
429 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)(op-ostart));
433 op = ostart;
442 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)(op-ostart));
446 op = ostart;