Searched refs:CRC32 (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/sbin/hastd/
H A Dparse.y91 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
278 CRC32 { $$ = HAST_CHECKSUM_CRC32; }
H A Dtoken.l77 crc32 { DP; return CRC32; }
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c163 CRC32, /* for crc32, with different size operands */ enumerator in enum:__anon5463
1404 /* [00] */ TNS("crc32b",CRC32),
1409 /* [00] */ TS("crc32",CRC32),
3398 case CRC32:
3739 case CRC32:
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h151 UINT32 CRC32; member in struct:__anon6116
/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c584 *crc_p = CRC32(0, *crc_p);
798 crc = CRC32(value, crc);
801 crc = CRC32(value, crc);
804 crc = CRC32(sc->tx_frameno, crc);
806 crc = CRC32(0, crc);
820 crc = CRC32(sbni_inb(sc, DAT), crc);
839 crc = CRC32(value, crc);
842 crc = CRC32(value, crc);
852 crc = CRC32(value, crc);
854 crc = CRC32(sbni_in
[all...]
H A Dif_sbnivar.h155 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff)) macro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c1202 * CRC32. */
1594 DIRECTORY = 0x0001, UTIME = 0x0002, CRC32 = 0x0004, enumerator in enum:FILE_FLAGS
1663 if(file_flags & CRC32) {
1853 if(file_flags & CRC32) {
2112 /* Read the expected CRC32 checksum. */
2149 /* Verify the CRC32 of the header data. */
2341 /* Don't update CRC32 if the file doesn't have the
3821 * checksum (CRC32 or BLAKE2sp) is the same as what is stored
3824 /* Check CRC32 only when the file contains a CRC32
[all...]
H A Darchive_read_support_format_zip.c166 /* Running CRC32 of the decompressed data */
298 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) macro
300 ctx->keys[0] = CRC32(ctx->keys[0], c);
303 ctx->keys[2] = CRC32(ctx->keys[2], t);
304 #undef CRC32 macro
806 /* Make sure the CRC32 of the filename matches. */
1131 "Inconsistent CRC32 values");
H A Darchive_write_set_format_zip.c1514 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) macro
1516 ctx->keys[0] = CRC32(ctx->keys[0], c);
1519 ctx->keys[2] = CRC32(ctx->keys[2], t);
1520 #undef CRC32 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2249 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), local
2252 Rep = Builder.CreateCall(CRC32, {Trunc0, CI->getArgOperand(1)});
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp49 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); local
55 support::endian::write32le(Data.data() + CRCPos, CRC32);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1006 // followed by a null terminator and then the CRC32 of the file. The CRC32
1010 // The CRC32 will only be aligned if we align the whole section.
1022 : FileName(File), CRC32(PrecomputedCRC) {
1031 *CRC = Sec.CRC32;
H A DObject.h858 uint32_t CRC32; member in class:llvm::objcopy::elf::GnuDebugLinkSection
/freebsd-11-stable/stand/efi/include/
H A Defiapi.h674 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
818 // CRC32 services
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c2003 CRC32(crc, &gpe, sizeof (gpe), -1U, crc32_table);
2005 CRC32(crc, &gpt, sizeof (gpt), -1U, crc32_table);

Completed in 435 milliseconds