Searched refs:svnCompressBound (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dsvndiff.c39 #define svnCompressBound(LEN) compressBound(LEN) macro
41 #define svnCompressBound(LEN) ((LEN) + ((LEN) >> 12) + ((LEN) >> 14) + 11) macro
166 svn_stringbuf_ensure(out, svnCompressBound(len) + intlen);

Completed in 115 milliseconds