Home
last modified time | relevance | path

Searched refs:lastoffset (Results 1 – 3 of 3) 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/fonttools/Lib/fontTools/ttLib/tables/
D_n_a_m_e.py57 lastoffset = 0
/external/elfutils/src/src/
Dstrip.c1136 GElf_Off lastoffset = 0; in handle_elf() local
1354 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()
1365 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
1366 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()