Home
last modified time | relevance | path

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

/external/chromium_org/third_party/smhasher/src/
DBitvec.h146 inline void lrot ( void * blob, int len, int c ) in lrot() function
171 inline void lrot ( T & blob, int c ) in lrot() function
196 template<> inline void lrot ( uint32_t & blob, int c ) { blob = ROTL32(blob,c); } in lrot() function
197 template<> inline void lrot ( uint64_t & blob, int c ) { blob = ROTL64(blob,c); } in lrot() function