Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h143 INLINE uint32_t counter_low(uint64_t counter) { return (uint32_t)counter; } in counter_low() function
/freebsd-src/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h142 static inline uint32_t counter_low(uint64_t counter) { in counter_low() function