Lines Matching refs:end
67 hc4->end = start;
373 ctx->end += inputSize;
638 ctxPtr->end = (const BYTE *)dictionary + dictSize;
649 if (ctxPtr->end >= ctxPtr->base + 4) {
651 LZ4HC_Insert(ctxPtr, ctxPtr->end - 3);
659 ctxPtr->dictLimit = (U32)(ctxPtr->end - ctxPtr->base);
662 ctxPtr->end = newBlock;
682 if ((size_t)(ctxPtr->end - ctxPtr->base) > 2 * GB) {
683 size_t dictSize = (size_t)(ctxPtr->end - ctxPtr->base)
688 (const char *)(ctxPtr->end) - dictSize, (int)dictSize);
692 if ((const BYTE *)source != ctxPtr->end)
740 int const prefixSize = (int)(streamPtr->end
750 memmove(safeBuffer, streamPtr->end - dictSize, dictSize);
753 U32 const endIndex = (U32)(streamPtr->end - streamPtr->base);
755 streamPtr->end = (const BYTE *)safeBuffer + dictSize;
756 streamPtr->base = streamPtr->end - endIndex;