HomeSort by relevance Sort by last modified time
    Searched refs:rotr64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Platform.h 24 #define ROTR64(x,y) _rotr64(x,y)
61 inline uint64_t rotr64 ( uint64_t x, int8_t r ) function
69 #define ROTR64(x,y) rotr64(x,y)
  /external/bison/lib/
bitrotate.h 45 rotr64 (uint64_t x, int n) function

Completed in 140 milliseconds