Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h60 rotate_right(struct _n##_rb_head *head, _t *node) \
118 rotate_right(head, gparent); \
130 rotate_right(head, node); \
174 rotate_right(head, tmp); \
189 rotate_right(head, parent); \
214 rotate_right(head, parent); \
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12068 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function
12102 const auto output = rotate_right(xorshifted, m_state >> 59u); in operator ()()