__bitrev8 23 include/linux/bitrev.h return (__bitrev8(x & 0xff) << 8) | __bitrev8(x >> 8); __bitrev8 103 include/linux/bitrev.h __bitrev8(__x) ; \