Home
last modified time | relevance | path

Searched defs:rotl64 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h123 static inline uint64_t rotl64( const uint64_t w, const unsigned c ) in rotl64() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dxxhash.cpp47 static uint64_t rotl64(uint64_t X, size_t R) { in rotl64() function
/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c41 #define rotl64(x,r) (((x) << (r)) | ((x) >> (64 - (r)))) macro

Completed in 2 milliseconds