Home
last modified time | relevance | path

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

12345

/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/camellia/
H A Dcamellia.c93 # define RightRotate(x, s) _lrotr(x, s) macro
104 # define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; }) macro
116 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
119 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
126 #if !defined(RightRotate) && !defined(LeftRotate)
127 # define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
342 _t3 = RightRotate(_t3,8);\
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/camellia/
H A Dcamellia.c93 # define RightRotate(x, s) _lrotr(x, s) macro
104 # define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; }) macro
116 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
119 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
126 #if !defined(RightRotate) && !defined(LeftRotate)
127 # define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
342 _t3 = RightRotate(_t3,8);\
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/camellia/
H A Dcamellia.c93 # define RightRotate(x, s) _lrotr(x, s) macro
104 # define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; }) macro
116 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
119 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
126 #if !defined(RightRotate) && !defined(LeftRotate)
127 # define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
342 _t3 = RightRotate(_t3,8);\
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/camellia/
H A Dcamellia.c93 # define RightRotate(x, s) _lrotr(x, s) macro
104 # define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; }) macro
116 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
119 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
126 #if !defined(RightRotate) && !defined(LeftRotate)
127 # define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
342 _t3 = RightRotate(_t3,8);\
/dports/graphics/graphviz/graphviz-2.44.1/lib/rbtree/
H A Dred_black_tree.c141 static void RightRotate(rb_red_blk_tree* tree, rb_red_blk_node* y) { in RightRotate() function
271 RightRotate(tree,x->parent->parent); in RBTreeInsert()
283 RightRotate(tree,x); in RBTreeInsert()
542 RightRotate(tree,w); in RBDeleteFixUp()
556 RightRotate(tree,x->parent); in RBDeleteFixUp()
572 RightRotate(tree,x->parent); in RBDeleteFixUp()
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGIntervalTree.hh110 void RightRotate(GIntervalTreeNode*y) { in RightRotate() function in GIntervalTree
213 RightRotate(w); in DeleteFixUp()
227 RightRotate(x->parent); in DeleteFixUp()
243 RightRotate(x->parent); in DeleteFixUp()
415 RightRotate(x->parent->parent); in Insert()
429 RightRotate(x); in Insert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dpod_red_black_tree.h441 Node* RightRotate(Node* y) { in RightRotate() function
506 Node* new_sub_tree_root = RightRotate(x->Parent()->Parent()); in InsertNode()
527 RightRotate(x); in InsertNode()
574 RightRotate(w); in DeleteFixup()
600 RightRotate(x_parent); in DeleteFixup()
622 RightRotate(x_parent); in DeleteFixup()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/intervaltree/
H A Dinterval_tree.cc136 void IntervalTree::RightRotate(IntervalTreeNode* y) { in RightRotate() function in IntervalTree
293 RightRotate(x->parent->parent); in Insert()
307 RightRotate(x); in Insert()
516 RightRotate(w); in DeleteFixUp()
530 RightRotate(x->parent); in DeleteFixUp()
546 RightRotate(x->parent); in DeleteFixUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dpod_red_black_tree.h441 Node* RightRotate(Node* y) { in RightRotate() function
506 Node* new_sub_tree_root = RightRotate(x->Parent()->Parent()); in InsertNode()
527 RightRotate(x); in InsertNode()
574 RightRotate(w); in DeleteFixup()
600 RightRotate(x_parent); in DeleteFixup()
622 RightRotate(x_parent); in DeleteFixup()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/intervaltree/
H A Dinterval_tree.cc136 void IntervalTree::RightRotate(IntervalTreeNode* y) { in RightRotate() function in IntervalTree
293 RightRotate(x->parent->parent); in Insert()
307 RightRotate(x); in Insert()
516 RightRotate(w); in DeleteFixUp()
530 RightRotate(x->parent); in DeleteFixUp()
546 RightRotate(x->parent); in DeleteFixUp()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Drblist.cc109 RightRotate(parent(parent(x))); in insert()
122 RightRotate(x); in insert()
281 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Drblist.cc108 RightRotate(parent(parent(x))); in insert()
121 RightRotate(x); in insert()
294 void rblist::RightRotate(void *item) in RightRotate() function in rblist
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Drblist.cc109 RightRotate(parent(parent(x))); in insert()
122 RightRotate(x); in insert()
281 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Drblist.cc110 RightRotate(parent(parent(x))); in insert()
123 RightRotate(x); in insert()
282 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Drblist.cc110 RightRotate(parent(parent(x))); in insert()
123 RightRotate(x); in insert()
282 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Drblist.cc108 RightRotate(parent(parent(x))); in insert()
121 RightRotate(x); in insert()
294 void rblist::RightRotate(void *item) in RightRotate() function in rblist
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Drblist.cc110 RightRotate(parent(parent(x))); in insert()
123 RightRotate(x); in insert()
282 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Drblist.cc108 RightRotate(parent(parent(x))); in insert()
121 RightRotate(x); in insert()
294 void rblist::RightRotate(void *item) in RightRotate() function in rblist
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Drblist.cc109 RightRotate(parent(parent(x))); in insert()
122 RightRotate(x); in insert()
281 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Drblist.cc109 RightRotate(parent(parent(x))); in insert()
122 RightRotate(x); in insert()
281 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Drblist.cc110 RightRotate(parent(parent(x))); in insert()
123 RightRotate(x); in insert()
282 void rblist::RightRotate(void* item) in RightRotate() function in rblist
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Drblist.cc108 RightRotate(parent(parent(x))); in insert()
121 RightRotate(x); in insert()
294 void rblist::RightRotate(void *item) in RightRotate() function in rblist
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c39 static void RightRotate(IntervalTree *, IntervalTreeNode *);
180 RightRotate(IntervalTree *it, IntervalTreeNode *y) in RightRotate() function
339 RightRotate(it, x->parent->parent); in IT_insert()
353 RightRotate(it, x); in IT_insert()
598 RightRotate(it, w); in DeleteFixUp()
612 RightRotate(it, x->parent); in DeleteFixUp()
628 RightRotate(it, x->parent); in DeleteFixUp()
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dinttree.c39 static void RightRotate(IntervalTree *, IntervalTreeNode *);
180 RightRotate(IntervalTree *it, IntervalTreeNode *y) in RightRotate() function
339 RightRotate(it, x->parent->parent); in IT_insert()
353 RightRotate(it, x); in IT_insert()
598 RightRotate(it, w); in DeleteFixUp()
612 RightRotate(it, x->parent); in DeleteFixUp()
628 RightRotate(it, x->parent); in DeleteFixUp()
/dports/security/libressl/libressl-3.4.3/crypto/camellia/
H A Dcamellia.c96 # define RightRotate(x,s) ({u32 ret; asm ("rorl %1,%0":"=r"(ret):"I"(s),"0"(x):"cc"); ret; }) macro
103 # define RightRotate(x,s) LeftRotate(x,(32-s)) macro
108 #if !defined(RightRotate) && !defined(LeftRotate)
109 # define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
324 _t3 = RightRotate(_t3, 8); \

12345