Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h2704 # define XXH_unlikely(x) __builtin_expect(x, 0) macro
2707 # define XXH_unlikely(x) (x) macro

Completed in 28 milliseconds