Lines Matching defs:end
62 U32 loadedDictEnd; /* index of end of dictionary */
219 U32 const end = (U32)(cctx->nextSrc - cctx->base);
222 cctx->lowLimit = end;
223 cctx->dictLimit = end;
224 cctx->nextToUpdate = end + 1;
992 static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls)
998 const BYTE *const iend = ((const BYTE *)end) - HASH_READ_SIZE;
1235 static void ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls)
1243 const BYTE *const iend = ((const BYTE *)end) - HASH_READ_SIZE;
1581 U32 dummy32; /* to be nullified at the end */
1665 U32 dummy32; /* to be nullified at the end */
3286 zcs->stage = zcss_init; /* end reached */