Home
last modified time | relevance | path

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

/dragonfly/usr.bin/cksum/
H A Dcrc32.c25 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro
112 CRC(lcrc, *p) ; in crc32()
113 CRC(crc32_total, *p) ; in crc32()
/dragonfly/share/monetdef/
H A Des_CR.UTF-8.src7 CRC
/dragonfly/sys/dev/smbus/atmel_mxt/
H A Dobp-utils.c78 return ((crc->CRC_hi<<16u) | (crc->CRC)); in obp_convert_crc()
H A Dobp-utils.h77 uint16_t CRC; /* low 16 bits */ member
/dragonfly/contrib/file/magic/Magdir/
H A Dvirtual90 # The Checksum field is a CRC-32C hash over the entire 4 KB structure
91 #>>0x10004 ulelong x \b, CRC %#x
115 #>>>(0x10048.q+4) ulelong x \b, Log CRC %#x
140 # region Checksum. CRC-32C hash over the entire 64-KB table
141 #>>0x30004 ulelong x \b, CRC %#x
H A Dwindows515 # dwCRCPartial; 32-bit cyclic redundancy check (CRC) value of followin 471 bytes; zero for 64-bit
516 #>>4 ulelong !0 \b, CRC %#x
561 # dwUnique; value monotonically increased when modifying PST; so CRC is changing
579 # dwUnique; value monotonically increased when modifying PST; so CRC is changing
589 # dwCRC; 32-bit CRC of the of the previous 516 bytes
1180 #>>0x4C ulelong x \b, CRC %#x
H A Damigaos167 #>>4 ubelong x \b, CRC %#x
H A Dintel173 >>(26.s+9) ubyte !0 \b, CRC %#x
H A Dcompress98 >3 byte &0x02 \b, has CRC
H A Dfilesystems1432 # VGA-copy CRC or
2055 >32 lelong x CRC %#x,
2065 >32 belong x CRC %#x,
2160 >4 belong x Header CRC: %#08X,
2161 >24 belong x Data CRC: %#08X
2580 >0x04 lelong x \b, CRC %#08x
H A Dmacintosh181 #>124 ubeshort !0 \b, CRC %#x
H A Darchive194 0 string 070701 ASCII cpio archive (SVR4 with no CRC)
196 0 string 070702 ASCII cpio archive (SVR4 with CRC)
/dragonfly/lib/libdmsg/
H A DTODO10 This is not yet implemented. At the moment we rely on the 32-bit CRC
/dragonfly/sys/dev/netif/sbsh/
H A Dif_sbshreg.h52 #define CRC 0x04 /* CRC error */ macro
H A Dif_sbsh.c594 if (status & CRC) { in sbsh_intr()
597 sc->regs->SR = CRC; in sbsh_intr()
839 sc->regs->IMR = EXT | RXS | TXS | CRC | OFL | UFL; in activate()
/dragonfly/sys/dev/netif/re/
H A Dre.h627 u_int32_t CRC:1; member
655 u_int32_t CRC:1;
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-aarch64.texi134 @tab Enable CRC instructions.
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP349 broken links and generate CRC failure messages.
H A DDESIGN490 a simple CRC to a strong cryptographic hash.
/dragonfly/contrib/zlib-1.2/
H A DChangeLog1178 - use const for the CRC table (Ken Raeburn)