| /src/external/bsd/elftosb/dist/common/ |
| crc.cpp | 12 const uint32_t CRC32::m_tab[] = { 231 CRC32::CRC32() 236 void CRC32::update(const uint8_t * s, unsigned n) 271 void CRC32::truncatedFinal(uint8_t * hash, unsigned size)
|
| crc.h | 23 class CRC32 31 CRC32();
|
| /src/common/dist/zlib/contrib/minizip/ |
| crypt.h | 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) 49 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); 54 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
|
| /src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| crypt.h | 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) 49 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); 54 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| crypt.h | 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) 51 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); 56 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| crypt.h | 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) 51 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); 56 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
| crypt.h | 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) 51 (*(pkeys+0)) = CRC32((*(pkeys+0)), c); 56 (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/ |
| COFFObjcopy.cpp | 49 uint32_t CRC32 = llvm::crc32(arrayRefFromStringRef(LinkTarget->getBuffer())); 55 support::endian::write32le(Data.data() + CRCPos, CRC32);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| Object.h | 879 uint32_t CRC32;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_zip.c | 326 return crc32(crc, buff, (unsigned int)len); 2332 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) 2334 ctx->keys[0] = CRC32(ctx->keys[0], c); 2337 ctx->keys[2] = CRC32(ctx->keys[2], t); 2338 #undef CRC32
|
| archive_read_support_format_zip.c | 99 uint32_t crc32; member in struct:zip_entry 175 /* Running CRC32 of the decompressed and decrypted data */ 312 #define CRC32(c, b) (crc32(c ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL) 314 ctx->keys[0] = CRC32(ctx->keys[0], c); 317 ctx->keys[2] = CRC32(ctx->keys[2], t); 318 #undef CRC32 414 return crc32(crc, buff, (unsigned int)len); 800 /* Make sure the CRC32 of the filename matches. */ 968 zip_entry->crc32 = archive_le32dec(p + 14) [all...] |
| archive_read_support_format_rar5.c | 34 #include <zlib.h> /* crc32 */ 1282 * CRC32. */ 1751 DIRECTORY = 0x0001, UTIME = 0x0002, CRC32 = 0x0004, 1823 if(file_flags & CRC32) { 2038 if(file_flags & CRC32) { 2297 /* Read the expected CRC32 checksum. */ 2334 /* Verify the CRC32 of the header data. */ 2335 computed_crc = (uint32_t) crc32(0, p, (int) hdr_size); 2600 /* Don't update CRC32 if the file doesn't have the 2604 crc32(rar->file.calculated_crc32, p, (unsigned int)to_read) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efiapi.h | 566 OUT UINT32 *Crc32 758 UINT32 CRC32;
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| AutoUpgrade.cpp | 374 Name == "sse42.crc32.64.8" || // Added in 3.4 2399 } else if (IsX86 && Name == "sse42.crc32.64.8") { 2400 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), 2403 Rep = Builder.CreateCall(CRC32, {Trunc0, CI->getArgOperand(1)});
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acefiex.h | 175 UINT32 CRC32; 738 UINT32 *Crc32);
|
| /src/external/cddl/osnet/dev/dtrace/x86/ |
| dis_tables.c | 163 CRC32, /* for crc32, with different size operands */ 1400 * The following two tables are used to encode crc32 and movbe 1404 /* [00] */ TNS("crc32b",CRC32), 1409 /* [00] */ TS("crc32",CRC32), 3323 * Both crc32 and movbe have the same 3rd opcode 3398 case CRC32: 3739 case CRC32:
|