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

/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h167 UINT32 CRC32; member in struct:__anon9481
/freebsd-current/sbin/hastd/
H A Dtoken.l75 crc32 { DP; return CRC32; }
H A Dparse.y89 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
276 CRC32 { $$ = HAST_CHECKSUM_CRC32; }
/freebsd-current/sys/dev/sbni/
H A Dif_sbnivar.h151 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff)) macro
H A Dif_sbni.c572 *crc_p = CRC32(0, *crc_p);
778 crc = CRC32(value, crc);
781 crc = CRC32(value, crc);
784 crc = CRC32(sc->tx_frameno, crc);
786 crc = CRC32(0, crc);
799 crc = CRC32(sbni_inb(sc, DAT), crc);
817 crc = CRC32(value, crc);
820 crc = CRC32(value, crc);
830 crc = CRC32(value, crc);
832 crc = CRC32(sbni_in
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp232 uint32_t getCRC32() { return CRC32; }
236 uint32_t CRC32 = 0; member in class:llvm::dwarfutil::raw_crc_ostream
240 CRC32 = crc32(
241 CRC32, ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Ptr), Size));
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp50 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); local
56 support::endian::write32le(Data.data() + CRCPos, CRC32);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1544 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) macro
1546 ctx->keys[0] = CRC32(ctx->keys[0], c);
1549 ctx->keys[2] = CRC32(ctx->keys[2], t);
1550 #undef CRC32 macro
H A Darchive_read_support_format_zip.c168 /* Running CRC32 of the decompressed and decrypted data */
305 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) macro
307 ctx->keys[0] = CRC32(ctx->keys[0], c);
310 ctx->keys[2] = CRC32(ctx->keys[2], t);
311 #undef CRC32 macro
814 /* Make sure the CRC32 of the filename matches. */
1139 "Inconsistent CRC32 values");
1367 * [PK\07\08] [CRC32] [compressed size] [uncompressed size]
1371 * [CRC32] [compressed size] [uncompressed size] [other PK marker]
1375 * first form and the CRC32 i
[all...]
H A Darchive_read_support_format_rar5.c1267 * CRC32. */
1659 DIRECTORY = 0x0001, UTIME = 0x0002, CRC32 = 0x0004, enumerator in enum:FILE_FLAGS
1728 if(file_flags & CRC32) {
1933 if(file_flags & CRC32) {
2192 /* Read the expected CRC32 checksum. */
2229 /* Verify the CRC32 of the header data. */
2479 /* Don't update CRC32 if the file doesn't have the
3981 * checksum (CRC32 or BLAKE2sp) is the same as what is stored
3984 /* Check CRC32 only when the file contains a CRC32
[all...]
/freebsd-current/sys/arm64/arm64/
H A Didentcpu.c619 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR0, CRC32, NONE, BASE),
683 MRS_FIELD_HWCAP(ID_AA64ISAR0, CRC32, false, MRS_LOWER,
1651 MRS_FIELD_VALUE_NONE_IMPL(ID_ISAR5, CRC32, NONE, IMPL),
1700 MRS_FIELD_HWCAP(ID_ISAR5, CRC32, false, MRS_LOWER, id_isar5_crc32,
/freebsd-current/stand/efi/include/
H A Defiapi.h673 UINT32 CRC32; member in struct:_EFI_TABLE_HEARDER
817 // CRC32 services
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h901 uint32_t CRC32; member in class:llvm::objcopy::elf::GnuDebugLinkSection
H A DELFObject.cpp1135 // followed by a null terminator and then the CRC32 of the file. The CRC32
1139 // The CRC32 will only be aligned if we align the whole section.
1151 : FileName(File), CRC32(PrecomputedCRC) {
1161 *CRC = Sec.CRC32;
/freebsd-current/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c164 CRC32, /* for crc32, with different size operands */ enumerator in enum:__anon1373
1969 /* [00] */ TNS("crc32b",CRC32),
1974 /* [00] */ TS("crc32",CRC32),
4274 case CRC32:
4678 case CRC32:
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2927 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), local
2930 Rep = Builder.CreateCall(CRC32, {Trunc0, CI->getArgOperand(1)});

Completed in 598 milliseconds