測驗 α-1
Linux kernel bit rotation operation source:
include/linux/bitops.h: roll*, rolr*
:::warning
TODO: Illustrate the use cases inside the Linux kernel.
:::
Bit rotation or whatever any of bitwise operation are very essential
operations. You can find there are lots of usage in hashcode like SHA,
checksum, etc.