Home
last modified time | relevance | path

Searched refs:lastpos (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()
305 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) { in bsdiff()
306 if(old[lastpos+i]==newdata[lastscan+i]) s++; in bsdiff()
325 old[lastpos+lenf-overlap+i]) s++; in bsdiff()
336 db[dblen+i]=newdata[lastscan+i]-old[lastpos+i]; in bsdiff()
353 offtout((pos-lenb)-(lastpos+lenf),buf); in bsdiff()
359 lastpos=pos-lenb; in bsdiff()