OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRCPOLY_LE
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
crc32c_defs.h
6
#define
CRCPOLY_LE
0x82F63B78
/external/e2fsprogs/e2fsck/
crc32defs.h
6
#define
CRCPOLY_LE
0xedb88320
/external/f2fs-tools/lib/
libf2fs.c
323
#define
CRCPOLY_LE
0xedb88320
332
crc = (crc >> 1) ^ ((crc & 1) ?
CRCPOLY_LE
: 0);
Completed in 61 milliseconds