Searched refs:startt (Results 1 - 1 of 1) sorted by relevance

/lib/lz4/
H A Dlz4hc_compress.c216 const u8 *startt = ip; local
250 while ((startt > startlimit)
252 && (startt[-1] == reft[-1])) {
253 startt--;
257 if ((ipt - startt) > longest) {
258 longest = (int)(ipt - startt);
260 *startpos = startt;

Completed in 3 milliseconds