OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offtout
(Results
1 - 3
of
3
) 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);
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c
193
static inline void
offtout
(off_t x,u_char *buf)
function
410
offtout
(oldsize, header + 32);
411
offtout
(newsize, header + 40);
478
offtout
(lenf, cb + cblen);
481
offtout
((scan - lenb) - (lastscan + lenf), cb + cblen);
484
offtout
((pos - lenb) - (lastpos + lenf), cb + cblen);
504
offtout
(cblen, header + 8);
505
offtout
(dblen, header + 16);
506
offtout
(eblen, header + 24);
Completed in 27 milliseconds