Home
last modified time | relevance | path

Searched defs:rotateLeft (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmd.d85 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
H A Dripemd.d89 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
H A Dsha.d171 private uint rotateLeft(uint x, uint n) @safe pure nothrow @nogc in rotateLeft() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp664 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft() function in RangeTree