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

  /bootable/recovery/applypatch/
bsdiff.c 195 static void offtout(off_t x,u_char *buf) function
272 offtout(0, header + 8);
273 offtout(0, header + 16);
274 offtout(newsize, header + 24);
343 offtout(lenf,buf);
348 offtout((scan-lenb)-(lastscan+lenf),buf);
353 offtout((pos-lenb)-(lastpos+lenf),buf);
370 offtout(len-32, header + 8);
385 offtout(newsize - len, header + 16);
  /external/bsdiff/
bsdiff.c 178 static void offtout(off_t x,u_char *buf) function
263 offtout(0, header + 8);
264 offtout(0, header + 16);
265 offtout(newsize, header + 24);
334 offtout(lenf,buf);
339 offtout((scan-lenb)-(lastscan+lenf),buf);
344 offtout((pos-lenb)-(lastpos+lenf),buf);
361 offtout(len-32, header + 8);
376 offtout(newsize - len, header + 16);

Completed in 39 milliseconds