Home
last modified time | relevance | path

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

/external/bsdiff/
Dbsdiff.c203 off_t lastscan,lastpos,lastoffset; in main() local
273 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()
/external/chromium_org/courgette/third_party/
Dbsdiff_create.cc291 int lastscan = 0, lastpos = 0, lastoffset = 0; in CreateBinaryPatch() local
308 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()
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
Dgoobsdiff.c339 off_t lastscan,lastpos,lastoffset; in main() local
417 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()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_n_a_m_e.py57 lastoffset = 0
/external/elfutils/0.153/src/
Dstrip.c1113 GElf_Off lastoffset = 0; in handle_elf() local
1329 = ((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()