Searched refs:rrot (Results 1 – 2 of 2) sorted by relevance
158 inline void rrot ( void * blob, int len, int c ) in rrot() function184 inline void rrot ( T & blob, int c ) in rrot() function198 template<> inline void rrot ( uint32_t & blob, int c ) { blob = ROTR32(blob,c); } in rrot() function199 template<> inline void rrot ( uint64_t & blob, int c ) { blob = ROTR64(blob,c); } in rrot() function
49 BEGIN_WORD(rrot) { in BEGIN_WORD() argument406 ADD_LITERAL_WORD("-ROT", rrot); in addStdWords()