Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/jffs2/
H A Dcompr_rtime.c65 int backoffs; in rtime_decompress() local
71 backoffs = positions[value]; in rtime_decompress()
75 if (backoffs + repeat >= outpos) { in rtime_decompress()
77 cpage_out[outpos++] = cpage_out[backoffs++]; in rtime_decompress()
82 *(cpage_out + outpos + i) = *(cpage_out + backoffs + i); in rtime_decompress()