Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h5534 #define XXH_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
5560 size_t const toCopy = XXH_MIN((secretSize - pos), customSeedSize); in XXH3_generateSecret()

Completed in 27 milliseconds