Home
last modified time | relevance | path

Searched refs:offtin (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddo_patch.c47 static off_t offtin(unsigned char *buf) in offtin() function
212 bzctrllen = offtin(header + 8); in do_patch_rkimg()
213 bzdatalen = offtin(header + 16); in do_patch_rkimg()
214 newsize = offtin(header + 24); in do_patch_rkimg()
288 ctrl[i] = offtin(buf); in do_patch_rkimg()
/OK3568_Linux_fs/buildroot/package/bsdiff/
H A D0002-bspatch-adaption-to-embedded-system.patch26 static off_t offtin(u_char *buf)
57 bzctrllen=offtin(header+8);
58 bzdatalen=offtin(header+16);
59 newsize=offtin(header+24);
H A D0001-Add-missing-header-for-u_char.patch16 static off_t offtin(u_char *buf)