tag
line
file
source code
crc
189
zBoot/misc.c
static ulg crc = (ulg)0xffffffffL; /* shift register contents */
crc
194
zBoot/misc.c
c = crc;
crc
199
zBoot/misc.c
crc = c;