Lines Matching full:bits
1 /* bitrotate.h - Rotate bits in integers
33 to rotating the bits N steps to the left. N must be between 1 and
42 to rotating the bits N steps to the right. N must be between 1 to
52 to rotating the bits N steps to the left. N must be between 1 and
61 to rotating the bits N steps to the right. N must be between 1 to
70 to rotating the bits N steps to the left. N must be between 1 and
79 to rotating the bits N steps to the right. N must be between 1 to
88 to rotating the bits N steps to the left. N must be between 1 to
90 because 'int' is at least 32 bits and the arguments must widen
99 to rotating the bits N steps to the right. N must be in 1 to 15
101 because 'int' is at least 32 bits and the arguments must widen
110 to rotating the bits N steps to the left. N must be between 1 to 7
112 because 'int' is at least 32 bits and the arguments must widen
121 to rotating the bits N steps to the right. N must be in 1 to 7
123 because 'int' is at least 32 bits and the arguments must widen