OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POLYNOMIAL
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
crc.c
15
#define
POLYNOMIAL
0x04c11db7L
/external/srec/portable/src/
pcrc.c
34
#define
POLYNOMIAL
0x04C11DB7
78
#define
POLYNOMIAL
0x8005
/external/qemu/hw/
ne2000.c
177
#define
POLYNOMIAL
0x04c11db6
195
crc = ((crc ^
POLYNOMIAL
) | carry);
Completed in 1163 milliseconds