Lines Matching defs:base
1601 * Requires nextSrc and base to be set (can be NULL).
1729 return (size_t)(w.nextSrc - w.base) > (ZSTD_CURRENT_MAX - ZSTD_INDEXOVERFLOW_MARGIN);
1993 - cdict->matchState.window.base);
2006 cctx->blockState.matchState.window.base + cdictEnd;
2749 { const BYTE* const base = ms->window.base;
2751 const U32 curr = (U32)(istart-base);
2752 if (sizeof(ptrdiff_t)==8) assert(istart - base < (ptrdiff_t)(U32)(-1)); /* ensure no overflow */
4143 ms->loadedDictEnd = params->forceWindow ? 0 : (U32)(iend - ms->window.base);
4148 ls->loadedDictEnd = params->forceWindow ? 0 : (U32)(iend - ls->window.base);
4200 ms->nextToUpdate = (U32)(iend - ms->window.base);