Lines Matching refs:current0
213 U32 current0; in ZSTD_compressBlock_fast_noDict_generic() local
270 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic()
271 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
313 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic()
314 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_noDict_generic()
405 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_noDict_generic()
406 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_noDict_generic()
738 U32 current0; in ZSTD_compressBlock_fast_extDict_generic() local
804 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_extDict_generic()
805 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_extDict_generic()
846 current0 = (U32)(ip0 - base); in ZSTD_compressBlock_fast_extDict_generic()
847 hashTable[hash0] = current0; in ZSTD_compressBlock_fast_extDict_generic()
902 { U32 const offset = current0 - idx; in ZSTD_compressBlock_fast_extDict_generic()
937 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_extDict_generic()
938 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_extDict_generic()