HomeSort by relevance Sort by last modified time
    Searched refs:lastoffset (Results 1 - 4 of 4) sorted by null

  /external/bsdiff/
bsdiff.cc 70 size_t lastscan,lastpos,lastoffset; local
99 lastscan=0;lastpos=0;lastoffset=0;
117 for(;scsc<scan+len && scsc+lastoffset<oldsize;scsc++)
118 if(old_buf[scsc+lastoffset] == new_buf[scsc])
124 if((scan+lastoffset<oldsize) &&
125 (old_buf[scan+lastoffset] == new_buf[scan]))
180 lastoffset=pos-scan;
  /external/scapy/scapy/contrib/
mqtt.py 28 lastoffset = len(data) - 1
29 data = b"".join(chb(val | (0 if i == lastoffset else 128))
  /external/elfutils/src/
strip.c 825 GElf_Off lastoffset = 0; local
870 if (lastoffset < shdr.sh_offset + filesz)
871 lastoffset = shdr.sh_offset + filesz;
902 shdr.sh_offset = ((lastoffset + shdr.sh_addralign - 1)
912 lastoffset = shdr.sh_offset + filesz;
1822 GElf_Off lastoffset = 0; local
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_n_a_m_e.py 71 lastoffset = 0

Completed in 642 milliseconds