Searched refs:rotate_right (Results 1 – 2 of 2) sorted by relevance
60 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); \
12068 uint32_t rotate_right(uint32_t val, uint32_t count) { in rotate_right() function12102 const auto output = rotate_right(xorshifted, m_state >> 59u); in operator ()()