HomeSort by relevance Sort by last modified time
    Searched refs:CRCPOLY_BE (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/e2fsck/
crc32defs.h 7 #define CRCPOLY_BE 0x04c11db7
gen_crc32table.c 56 crc = (crc << 1) ^ ((crc & 0x80000000) ? CRCPOLY_BE : 0);
crc32.c 176 (crc << 1) ^ ((crc & 0x80000000) ? CRCPOLY_BE :

Completed in 250 milliseconds