Home
last modified time | relevance | path

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

/external/bsdiff/
Dbspatch.cc53 int64_t ParseInt64(u_char* buf) { in ParseInt64() function
126 bzctrllen = ParseInt64(header + 8); in bspatch()
127 bzdatalen = ParseInt64(header + 16); in bspatch()
128 int64_t signed_newsize = ParseInt64(header + 24); in bspatch()
186 ctrl[i] = ParseInt64(buf); in bspatch()