Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c93 int mxsz; member
135 * length is assumed to be pctx->mxsz. If this function produces
139 * *the* longest match up to pctx->mxsz:
155 const int max_len = min(pctx->bufsize - i, pctx->mxsz); in ntfs_best_match()
310 pctx->mxsz = (1 << (16 - bp)) + 2; in ntfs_compress_block()
331 pctx->mxsz = (pctx->mxsz + 2) >> 1; in ntfs_compress_block()
375 pctx->mxsz = (pctx->mxsz + 2) >> 1; in ntfs_compress_block()

Completed in 3 milliseconds