Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtreap.h314 TreapNode *RightRotate(TreapNode *y) { in RightRotate() function
356 n = RightRotate(n); in Insert()
394 n = RightRotate(n); in DeleteNode()
/third_party/openssl/crypto/camellia/
Dcamellia.c47 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
259 _t3 = RightRotate(_t3,8);\