Searched refs:MIN (Results 1 – 1 of 1) sorted by relevance
2166 #undef MIN2167 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro2438 length = MIN(length, (size_t)(oend - op)); in LZ4_decompress_generic()2677 length = MIN(length, (size_t)(oend - op)); in LZ4_decompress_generic()2719 size_t const mlen = MIN(length, (size_t)(oend - op)); in LZ4_decompress_generic()2818 dstCapacity = MIN(targetOutputSize, dstCapacity); in LZ4_decompress_safe_partial()