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

/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h142 INLINE uint32_t counter_low(uint64_t counter) { return (uint32_t)counter; } function

Completed in 129 milliseconds