Searched refs:word (Results 1 – 1 of 1) sorted by relevance
123 #define ROTATE(bits, word) (((word) << (bits)) | ((word) >> (32 - (bits)))) argument