Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Duint128.h67 uint128_is_zero(uint128_t big_uint) in uint128_is_zero() argument
70 return (big_uint == UINT128_ZERO); in uint128_is_zero()
72 return (big_uint.u128t_word0 == 0UL && big_uint.u128t_word1 == 0UL); in uint128_is_zero()