Home | History | Annotate | Download | only in tests

Lines Matching refs:MAX

102 #define MAX(a,b)  ( (a) > (b) ? (a) : (b) )
106 return clock() - clockStart; /* works even if overflow; max span ~ 30 mn */
631 BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBufferSize); /* when flushes are possible, can't guarantee a max compressed size */
671 unsigned const maxBits = MAX(3, suggestedBits);