Searched refs:XXH_MIN (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h5605 #define XXH_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
5639 size_t const toCopy = XXH_MIN((secretSize - pos), customSeedSize);

Completed in 59 milliseconds