Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dxxhash.h2673 # define XXH_unlikely(x) __builtin_expect(x, 0) macro
2676 # define XXH_unlikely(x) (x) macro
/external/AFLplusplus/include/
Dxxhash.h3043 #define XXH_unlikely(x) __builtin_expect(x, 0) macro
3046 #define XXH_unlikely(x) (x) macro
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h2693 # define XXH_unlikely(x) __builtin_expect(x, 0) macro
2696 # define XXH_unlikely(x) (x) macro