OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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);
/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 1715 milliseconds