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

/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h167 UINT32 CRC32; member in struct:__anon9563
/freebsd-13-stable/sbin/hastd/
H A Dtoken.l77 crc32 { DP; return CRC32; }
H A Dparse.y91 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
278 CRC32 { $$ = HAST_CHECKSUM_CRC32; }
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbnivar.h153 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff)) macro
H A Dif_sbni.c573 *crc_p = CRC32(0, *crc_p);
779 crc = CRC32(value, crc);
782 crc = CRC32(value, crc);
785 crc = CRC32(sc->tx_frameno, crc);
787 crc = CRC32(0, crc);
800 crc = CRC32(sbni_inb(sc, DAT), crc);
818 crc = CRC32(value, crc);
821 crc = CRC32(value, crc);
831 crc = CRC32(value, crc);
833 crc = CRC32(sbni_in
[all...]
/freebsd-13-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-13-stable/contrib/libarchive/libarchive/
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
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.c165 /* Running CRC32 of the decompressed data */
286 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) macro
288 ctx->keys[0] = CRC32(ctx->keys[0], c);
291 ctx->keys[2] = CRC32(ctx->keys[2], t);
292 #undef CRC32 macro
794 /* Make sure the CRC32 of the filename matches. */
1194 "Inconsistent CRC32 values");
/freebsd-13-stable/sys/arm64/arm64/
H A Didentcpu.c427 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR0, CRC32, NONE, BASE),
459 MRS_FIELD(ID_AA64ISAR0, CRC32, false, MRS_LOWER, id_aa64isar0_crc32),
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1033 // followed by a null terminator and then the CRC32 of the file. The CRC32
1037 // The CRC32 will only be aligned if we align the whole section.
1049 : FileName(File), CRC32(PrecomputedCRC) {
1058 *CRC = Sec.CRC32;
H A DObject.h864 uint32_t CRC32; member in class:llvm::objcopy::elf::GnuDebugLinkSection
/freebsd-13-stable/stand/efi/include/
H A Defiapi.h674 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
818 // CRC32 services
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c163 CRC32, /* for crc32, with different size operands */ enumerator in enum:__anon8768
1404 /* [00] */ TNS("crc32b",CRC32),
1409 /* [00] */ TS("crc32",CRC32),
3398 case CRC32:
3739 case CRC32:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2283 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), local
2286 Rep = Builder.CreateCall(CRC32, {Trunc0, CI->getArgOperand(1)});

Completed in 143 milliseconds