Searched refs:limit (Results 1 – 6 of 6) sorted by relevance
/lz4-3.4.0-2.7.6/lib/ |
D | lz4hc.c | 469 limitedOutput_directive limit, in LZ4HC_encodeSequence() argument 500 if (limit && ((op + (length / 255) + length + (2 + 1 + LASTLITERALS)) > oend)) { in LZ4HC_encodeSequence() 525 if (limit && (op + (length / 255) + (1 + LASTLITERALS) > oend)) { in LZ4HC_encodeSequence() 556 const limitedOutput_directive limit, in LZ4HC_compress_hashChain() argument 584 …if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format res… in LZ4HC_compress_hashChain() 606 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 654 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 657 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml2, ref2, limit, oend)) { in LZ4HC_compress_hashChain() 680 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 718 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() [all …]
|
D | xxhash.c | 367 const BYTE* const limit = bEnd - 15; in XXH32_endian_align() local 378 } while (p < limit); in XXH32_endian_align() 486 const BYTE* const limit = bEnd - 16; in XXH32_update_endian() local 497 } while (p<=limit); in XXH32_update_endian() 826 const BYTE* const limit = bEnd - 32; in XXH64_endian_align() local 837 } while (p<=limit); in XXH64_endian_align() 943 const BYTE* const limit = bEnd - 32; in XXH64_update_endian() local 954 } while (p<=limit); in XXH64_update_endian()
|
D | lz4.c | 1080 const BYTE* limit = ip + (dictEnd-match); in LZ4_compress_generic_validated() local 1082 if (limit > matchlimit) limit = matchlimit; in LZ4_compress_generic_validated() 1083 matchCode = LZ4_count(ip+MINMATCH, match+MINMATCH, limit); in LZ4_compress_generic_validated() 1085 if (ip==limit) { in LZ4_compress_generic_validated() 1086 unsigned const more = LZ4_count(limit, (const BYTE*)source, matchlimit); in LZ4_compress_generic_validated()
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4_Block_format.md | 46 There can be any number of bytes following `token`. There is no "size limit". 91 There is no limit to the number of optional bytes that can be output this way. 155 An upper compression limit can be reached,
|
/lz4-3.4.0-2.7.6/tests/ |
D | README.md | 57 send email if speed is lower than given limit
|
/lz4-3.4.0-2.7.6/programs/ |
D | lz4.1.md | 26 typically reaching RAM speed limit on multi-core systems.
|