Home
last modified time | relevance | path

Searched refs:LeftRotate (Results 76 – 100 of 121) sorted by relevance

12345

/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Drblist.h59 void LeftRotate(void *item);
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Drblist.h59 void LeftRotate(void *item);
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Drblist.h59 void LeftRotate(void *item);
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Drblist.h77 void LeftRotate(void* item);
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Drblist.h59 void LeftRotate(void *item);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DRbTree.cs439 private int LeftRotate (int root_id, int x_id, int mainTreeNode) in LeftRotate() method in System.Data.RBTree
729 root_id = LeftRotate (root_id, x_id, mainTreeNodeID); in RBInsert()
757 root_id = LeftRotate (root_id, Parent (Parent (x_id)), mainTreeNodeID); in RBInsert()
1072 root_id = LeftRotate (root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1095 root_id = LeftRotate (root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1135 root_id = LeftRotate (root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DRbTree.cs442 private int LeftRotate(int root_id, int x_id, int mainTreeNode) in LeftRotate() method in System.Data.RBTree
760 root_id = LeftRotate(root_id, x_id, mainTreeNodeID); in RBInsert()
788 root_id = LeftRotate(root_id, Parent(Parent(x_id)), mainTreeNodeID); in RBInsert()
1121 root_id = LeftRotate(root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1144 root_id = LeftRotate(root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1189 root_id = LeftRotate(root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dcollect.cxx670 LeftRotate(x); in Append()
692 LeftRotate(x->parent->parent); in Append()
867 LeftRotate(x->parent); in RemoveElement()
884 LeftRotate(x->parent); in RemoveElement()
904 LeftRotate(w); in RemoveElement()
924 void PAbstractSortedList::LeftRotate(Element * node) in LeftRotate() function in PAbstractSortedList
/dports/math/ntl/ntl-11.5.1/src/
H A DZZX1.cpp809 LeftRotate(ZZ& a, const ZZ& b, long e, const ZZ& p, long n, ZZ& scratch) in LeftRotate() function
865 LeftRotate(a, b, (j*r) << (l-level), p, n, tmp[0]); in Rotate()
867 LeftRotate(a, b, (j*r) >> 1, p, n, tmp[0]); in Rotate()
876 LeftRotate(a, b, k, p, n, tmp[0]); in Rotate()
879 LeftRotate(tmp[1], a, n >> 2, p, n, tmp[0]); in Rotate()
882 LeftRotate(a, a, 3*(n >> 2), p, n, tmp[0]); in Rotate()
1486 LeftRotate(ai, ai, mr - l - 1, p, mr, scratch); in SSMul()
1604 LeftRotate(ai, ai, mr - l - 1, p, mr, scratch); in SSMul()
1860 LeftRotate(ai, ai, mr - l - 1, p, mr, scratch); in SSSqr()
1960 LeftRotate(ai, ai, mr - l - 1, p, mr, scratch); in SSSqr()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/serialize/
H A Drbtree_mhs.h282 void LeftRotate(Node *&root, Node *x);

12345