Searched refs:u128t_word0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/random/
H A Duint128.h49 uint64_t u128t_word0; member in struct:__anon14224
62 big_uintp->u128t_word0++;
63 if (big_uintp->u128t_word0 == 0UL)
76 word0p = big_uintp->u128t_word0 + add;
77 if (word0p < big_uintp->u128t_word0)
79 big_uintp->u128t_word0 = word0p;
89 return (a.u128t_word0 == b.u128t_word0 &&
109 .u128t_word0 = le64dec(p),
124 le64enc(p, u.u128t_word0);
[all...]

Completed in 119 milliseconds