Searched refs:start3 (Results 1 – 2 of 2) sorted by relevance
583 const BYTE* start3 = NULL; in LZ4HC_compress_hashChain() local647 start2 + ml2 - 3, start2, matchlimit, ml2, &ref3, &start3, in LZ4HC_compress_hashChain()669 if (start3 < ip+ml+3) { /* Not enough space for match 2 : remove it */ in LZ4HC_compress_hashChain()670 …if (start3 >= (ip+ml)) { /* can write Seq1 immediately ==> Seq2 is removed, so Seq3 becomes Seq1 … in LZ4HC_compress_hashChain()677 start2 = start3; in LZ4HC_compress_hashChain()685 ip = start3; in LZ4HC_compress_hashChain()695 start2 = start3; in LZ4HC_compress_hashChain()728 start2 = start3; ref2 = ref3; ml2 = ml3; in LZ4HC_compress_hashChain()
255 int start3 = start2 + (end2 - start2) * pred / pred_count; in build_frame_code() local260 for (index = start3; index < end3; index++) { in build_frame_code()266 ft->size_mul = end3 - start3; in build_frame_code()267 ft->size_lsb = index - start3; in build_frame_code()