Home
last modified time | relevance | path

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

/external/bsdiff/
Dbsdiff.cc70 size_t lastscan,lastpos,lastoffset; in bsdiff() local
99 lastscan=0;lastpos=0;lastoffset=0; in bsdiff()
117 for(;scsc<scan+len && scsc+lastoffset<oldsize;scsc++) in bsdiff()
118 if(old_buf[scsc+lastoffset] == new_buf[scsc]) in bsdiff()
124 if((scan+lastoffset<oldsize) && in bsdiff()
125 (old_buf[scan+lastoffset] == new_buf[scan])) in bsdiff()
180 lastoffset=pos-scan; in bsdiff()
/external/scapy/scapy/contrib/
Dmqtt.py28 lastoffset = len(data) - 1
29 data = b"".join(chb(val | (0 if i == lastoffset else 128))
/external/elfutils/src/
Dstrip.c855 GElf_Off lastoffset = 0; in handle_debug_relocs() local
900 if (lastoffset < shdr.sh_offset + filesz) in handle_debug_relocs()
901 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
932 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1) in handle_debug_relocs()
942 lastoffset = shdr.sh_offset + filesz; in handle_debug_relocs()
1876 GElf_Off lastoffset = 0; in handle_elf() local
2132 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()
2143 if (lastoffset < shdr_info[cnt].shdr.sh_offset + filesz) in handle_elf()
2144 lastoffset = shdr_info[cnt].shdr.sh_offset + filesz; in handle_elf()
2160 = ((lastoffset + shdr_info[cnt].shdr.sh_addralign - 1) in handle_elf()
[all …]
/external/python/dateutil/dateutil/tz/
Dtz.py662 lastoffset = None
674 dstoffset = offset - lastoffset
695 lastoffset = offset
/external/fonttools/Lib/fontTools/ttLib/tables/
D_n_a_m_e.py68 lastoffset = 0