Home
last modified time | relevance | path

Searched refs:LASTLITERALS (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/vfs/hammer2/
HDhammer2_lz4_encoder.h101 #define matchlimit (iend - LASTLITERALS) in LZ4_compress_heap_limitedOutput()
156 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
205 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
286 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64k_heap_limitedOutput()
341 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
390 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
HDhammer2_lz4.c167 #define LASTLITERALS 5 macro
432 || (ip+length>iend-(2+1+LASTLITERALS))) )
467 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)
497 if (cpy > oend-LASTLITERALS) goto _output_error;
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_lz4_encoder.h101 #define matchlimit (iend - LASTLITERALS) in LZ4_compress_heap_limitedOutput()
156 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
205 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
286 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64k_heap_limitedOutput()
341 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
390 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
HDhammer2_lz4.c169 #define LASTLITERALS 5 macro
434 || (ip+length>iend-(2+1+LASTLITERALS))) )
469 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)
499 if (cpy > oend-LASTLITERALS) goto _output_error;
/dragonfly/sbin/hammer2/lz4/
HDhammer2_lz4_encoder.h101 #define matchlimit (iend - LASTLITERALS) in LZ4_compress_heap_limitedOutput()
156 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
205 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress_heap_limitedOutput()
286 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64k_heap_limitedOutput()
341 if unlikely(op + length + (2 + 1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
390 if unlikely(op + (1 + LASTLITERALS) + (length>>8) > oend) in LZ4_compress64k_heap_limitedOutput()
HDhammer2_lz4.c164 #define LASTLITERALS 5 macro
429 || (ip+length>iend-(2+1+LASTLITERALS))) )
464 while (endOnInput ? ip<iend-(LASTLITERALS+1) : 1)
494 if (cpy > oend-LASTLITERALS) goto _output_error;