Searched defs:lrot (Results 1 – 1 of 1) sorted by relevance
146 inline void lrot ( void * blob, int len, int c ) in lrot() function171 inline void lrot ( T & blob, int c ) in lrot() function196 template<> inline void lrot ( uint32_t & blob, int c ) { blob = ROTL32(blob,c); } in lrot() function197 template<> inline void lrot ( uint64_t & blob, int c ) { blob = ROTL64(blob,c); } in lrot() function