bitrev8 47 lib/bitrev.c return (bitrev8(x & 0xff) << 8) | bitrev8(x >> 8); bitrev8 388 lib/crc32.c unsigned char x = bitrev8(*buf);