Searched refs:lastoffset (Results 1 – 5 of 5) sorted by relevance
203 off_t lastscan,lastpos,lastoffset; in main() local273 lastscan=0;lastpos=0;lastoffset=0; in main()282 if((scsc+lastoffset<oldsize) && in main()283 (old[scsc+lastoffset] == new[scsc])) in main()289 if((scan+lastoffset<oldsize) && in main()290 (old[scan+lastoffset] == new[scan])) in main()351 lastoffset=pos-scan; in main()
291 int lastscan = 0, lastpos = 0, lastoffset = 0; in CreateBinaryPatch() local308 if ((scsc + lastoffset < oldsize) && in CreateBinaryPatch()309 (old[scsc + lastoffset] == newbuf[scsc])) in CreateBinaryPatch()317 if ((scan + lastoffset < oldsize) && in CreateBinaryPatch()318 (old[scan + lastoffset] == newbuf[scan])) in CreateBinaryPatch()416 lastoffset = lastpos - lastscan; in CreateBinaryPatch()
339 off_t lastscan,lastpos,lastoffset; in main() local417 lastscan=0;lastpos=0;lastoffset=0; in main()426 if((scsc+lastoffset<oldsize) && in main()427 (old[scsc+lastoffset] == new[scsc])) in main()433 if((scan+lastoffset<oldsize) && in main()434 (old[scan+lastoffset] == new[scan])) in main()489 lastoffset=pos-scan; in main()
57 lastoffset = 0
1113 GElf_Off lastoffset = 0; in handle_elf() local1329 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()1340 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()1341 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()