Home
last modified time | relevance | path

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

/linux-4.1.27/lib/lz4/
Dlz4hc_compress.c47 const u8 *nexttoupdate; member
56 hc4->nexttoupdate = base + 1; in lz4hc_init()
58 hc4->nexttoupdate = base; in lz4hc_init()
75 while (hc4->nexttoupdate < ip) { in lz4hc_insert()
76 const u8 *p = hc4->nexttoupdate; in lz4hc_insert()
82 hc4->nexttoupdate++; in lz4hc_insert()
184 hc4->nexttoupdate = end; in lz4hc_insertandfindbestmatch()