Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h4184 #define XXH_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
4208 { size_t toFill = XXH_MIN(customSeedSize, sizeof(seeds)); in XXH3_generateSecret()
4212 toFill = XXH_MIN(filled, sizeof(seeds) - filled); in XXH3_generateSecret()

Completed in 22 milliseconds