Home
last modified time | relevance | path

Searched defs:XXH_ACC_NB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp216 constexpr size_t XXH_ACC_NB = XXH_STRIPE_LEN / sizeof(uint64_t); variable
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3680 #define XXH_ACC_NB (XXH_STRIPE_LEN / sizeof(xxh_u64)) macro