Searched defs:lastoffset (Results 1 - 2 of 2) sorted by relevance

/external/bsdiff/
H A Dbsdiff.cc114 off_t lastscan,lastpos,lastoffset; local
180 lastscan=0;lastpos=0;lastoffset=0;
199 if((scsc+lastoffset<oldsize) &&
200 (old_buf[scsc+lastoffset] == new_buf[scsc]))
206 if((scan+lastoffset<oldsize) &&
207 (old_buf[scan+lastoffset] == new_buf[scan]))
279 lastoffset=pos-scan;
/external/elfutils/src/
H A Dstrip.c1192 GElf_Off lastoffset = 0; local
1418 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1)
1429 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz)
1430 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz;

Completed in 150 milliseconds