Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dbsdiff.cpp230 off_t lastscan,lastpos,lastoffset; in bsdiff() local
282 lastscan=0;lastpos=0;lastoffset=0; in bsdiff()
291 if((scsc+lastoffset<oldsize) && in bsdiff()
292 (old[scsc+lastoffset] == newdata[scsc])) in bsdiff()
298 if((scan+lastoffset<oldsize) && in bsdiff()
299 (old[scan+lastoffset] == newdata[scan])) in bsdiff()
360 lastoffset=pos-scan; in bsdiff()