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

  /bootable/recovery/applypatch/
bspatch.c 66 static off_t offtin(u_char *buf) function
143 ctrl_len = offtin(header+8);
144 data_len = offtin(header+16);
145 *new_size = offtin(header+24);
202 ctrl[0] = offtin(buf);
203 ctrl[1] = offtin(buf+8);
204 ctrl[2] = offtin(buf+16);
  /external/bsdiff/
bspatch.c 40 static off_t offtin(u_char *buf) function
105 bzctrllen=offtin(header+8);
106 bzdatalen=offtin(header+16);
107 newsize=offtin(header+24);
152 ctrl[i]=offtin(buf);
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 56 static inline off_t offtin(u_char *buf) function
423 zctrllen = offtin(header + 8);
424 zdatalen = offtin(header + 16);
425 zextralen = offtin(header + 24);
426 expect_oldsize = offtin(header + 32);
427 newsize = offtin(header + 40);
469 ctrl[i]=offtin(buf);

Completed in 98 milliseconds