Home
last modified time | relevance | path

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

/external/bsdiff/
Dbspatch.cc57 int64_t ParseInt64(u_char* buf) { in ParseInt64() function
192 bzctrllen = ParseInt64(header + 8); in bspatch()
193 bzdatalen = ParseInt64(header + 16); in bspatch()
194 int64_t signed_newsize = ParseInt64(header + 24); in bspatch()
268 ctrl[i] = ParseInt64(buf); in bspatch()