Home
last modified time | relevance | path

Searched refs:bitrev32 (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Dcrc32.c432 static __u32 bitrev32(__u32 x) in bitrev32() function
510 init = bitrev32(init); in test_step()
511 crc2 = bitrev32(crc1); in test_step()
512 if (crc1 != bitrev32(crc2)) in test_step()
514 crc1, crc2, bitrev32(crc2)); in test_step()