Lines Matching defs:oend
2366 const BYTE* const oend = dstEnd;
2379 assert(op <= oend);
2394 op, (size_t)(oend - op),
2409 assert(op <= oend);
2426 op, (size_t)(oend - op),
2441 assert(op <= oend);
2447 DEBUGLOG(5, "Building ML table (remaining space : %i)", (int)(oend-op));
2456 op, (size_t)(oend - op),
2471 assert(op <= oend);
2503 BYTE* const oend = ostart + dstCapacity;
2535 RETURN_ERROR_IF((oend-op) < 3 /*max nbSeq Size*/ + 1 /*seqHead*/,
2548 assert(op <= oend);
2560 op, oend,
2570 op, (size_t)(oend - op),
2578 assert(op <= oend);
3092 BYTE* const oend = ostart + sizeof(fseMetadata->fseTablesBuffer);
3101 prevEntropy, nextEntropy, op, oend,
5218 char* const oend = output->size != 0 ? ostart + output->size : ostart;
5244 && ( (size_t)(oend-op) >= ZSTD_compressBound(iend-ip) /* Enough output space */
5249 op, oend-op, ip, iend-ip);
5283 size_t oSize = oend-op;
5341 size_t const flushed = ZSTD_limitCopy(op, (size_t)(oend-op),
5344 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed);
5350 assert(op==oend);