HomeSort by relevance Sort by last modified time
    Searched refs:lastscan (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/applypatch/
bsdiff.c 230 off_t lastscan,lastpos,lastoffset; local
282 lastscan=0;lastpos=0;lastoffset=0;
305 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
306 if(old[lastpos+i]==new[lastscan+i]) s++;
314 for(i=1;(scan>=lastscan+i)&&(pos>=i);i++) {
320 if(lastscan+lenf>scan-lenb) {
321 overlap=(lastscan+lenf)-(scan-lenb);
324 if(new[lastscan+lenf-overlap+i]==
336 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
337 for(i=0;i<(scan-lenb)-(lastscan+lenf);i++
    [all...]
  /external/bsdiff/
bsdiff.c 203 off_t lastscan,lastpos,lastoffset; local
273 lastscan=0;lastpos=0;lastoffset=0;
296 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
297 if(old[lastpos+i]==new[lastscan+i]) s++;
305 for(i=1;(scan>=lastscan+i)&&(pos>=i);i++) {
311 if(lastscan+lenf>scan-lenb) {
312 overlap=(lastscan+lenf)-(scan-lenb);
315 if(new[lastscan+lenf-overlap+i]==
327 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
328 for(i=0;i<(scan-lenb)-(lastscan+lenf);i++
    [all...]

Completed in 447 milliseconds