Searched defs:rotateLeft (Results 1 – 4 of 4) sorted by relevance
85 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
89 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
171 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
664 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft() function in RangeTree