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

  /bootable/recovery/applypatch/
bspatch.c 66 static off_t offtin(u_char *buf) function
145 ctrl_len = offtin(header+8);
146 data_len = offtin(header+16);
147 *new_size = offtin(header+24);
204 ctrl[0] = offtin(buf);
205 ctrl[1] = offtin(buf+8);
206 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);

Completed in 155 milliseconds