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

/lib/lz4/
H A Dlz4hc_compress.c47 const u8 *nexttoupdate; member in struct:lz4hc_data
56 hc4->nexttoupdate = base + 1;
58 hc4->nexttoupdate = base;
75 while (hc4->nexttoupdate < ip) {
76 const u8 *p = hc4->nexttoupdate;
82 hc4->nexttoupdate++;
184 hc4->nexttoupdate = end;

Completed in 50 milliseconds