Lines Matching refs:KB
42 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1));
794 if ((dictEnd - p) > 64 * KB)
795 p = dictEnd - 64 * KB;
796 dict->currentOffset += 64 * KB;
818 U32 const delta = LZ4_dict->currentOffset - 64 * KB;
828 LZ4_dict->currentOffset = 64 * KB;
829 if (LZ4_dict->dictSize > 64 * KB)
830 LZ4_dict->dictSize = 64 * KB;
840 if ((U32)dictSize > 64 * KB) {
841 /* useless to define a dictionary > 64 * KB */
842 dictSize = 64 * KB;
885 if (streamPtr->dictSize > 64 * KB)
886 streamPtr->dictSize = 64 * KB;
897 if ((streamPtr->dictSize < 64 * KB) &&
918 if ((streamPtr->dictSize < 64 * KB) &&