Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h2735 # define XXH_unlikely(x) __builtin_expect(x, 0) macro
2738 # define XXH_unlikely(x) (x) macro

Completed in 21 milliseconds