Lines Matching refs:assert
32 assert(dtlm == ZSTD_dtlm_full); in ZSTD_fillHashTableForCDict()
69 assert(dtlm == ZSTD_dtlm_fast); in ZSTD_fillHashTableForCCtx()
405 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_noDict_generic()
449 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast()
517 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()
524 assert(prefixStartIndex >= (U32)(dictEnd - dictBase)); in ZSTD_compressBlock_fast_dictMatchState_generic()
536 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
537 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
540 assert(stepSize >= 1); in ZSTD_compressBlock_fast_dictMatchState_generic()
633 assert(mLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
639 assert(base+curr+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_dictMatchState_generic()
666 assert(ip0 == anchor); in ZSTD_compressBlock_fast_dictMatchState_generic()
690 assert(ms->dictMatchState != NULL); in ZSTD_compressBlock_fast_dictMatchState()
812 assert((match0 != prefixStart) & (match0 != dictStart)); in ZSTD_compressBlock_fast_extDict_generic()
921 assert(matchEnd != 0); in ZSTD_compressBlock_fast_extDict_generic()
937 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_extDict_generic()
971 assert(ms->dictMatchState == NULL); in ZSTD_compressBlock_fast_extDict()