Searched refs:lastoffset (Results 1 – 2 of 2) sorted by relevance
122 off_t lastscan,lastpos,lastoffset; in main() 205 lastscan=0;lastpos=0;lastoffset=0; in main() 214 if((scsc+lastoffset<oldsize) && in main() 215 (old[scsc+lastoffset] == new[scsc])) in main() 221 if((scan+lastoffset<oldsize) && in main() 222 (old[scan+lastoffset] == new[scan])) in main() 283 lastoffset=pos-scan; in main() 121 off_t lastscan,lastpos,lastoffset; main() local
350 unsigned int lastoffset; member3019 offs = rar->lastoffset; in expand()3127 rar->lastoffset = offs; in expand()3130 lzss_emit_match(rar, rar->lastoffset, rar->lastlength); in expand()