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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c650 /* Note : this function is valid only if isize < LZ4_64KLIMIT */
651 #define LZ4_64KLIMIT ((1 << 16) + (MFLIMIT - 1)) macro
859 if (isize < LZ4_64KLIMIT)
871 if (isize < (int)LZ4_64KLIMIT)

Completed in 203 milliseconds