Home
last modified time | relevance | path

Searched refs:CRC32Table (Results 1 – 21 of 21) sorted by relevance

/dports/archivers/grzip/grzip-0.3.0/
H A DCRC32.c39 uint32 CRC32Table[CRC32_MaxByte] = { variable
91 CRC32=CRC32Table[(uint8)CRC32]^(CRC32>>8); in GRZip_GetCRC32()
92 CRC32=CRC32Table[(uint8)CRC32]^(CRC32>>8); in GRZip_GetCRC32()
93 CRC32=CRC32Table[(uint8)CRC32]^(CRC32>>8); in GRZip_GetCRC32()
94 CRC32=CRC32Table[(uint8)CRC32]^(CRC32>>8); in GRZip_GetCRC32()
98 CRC32=CRC32Table[(uint8)(CRC32^Input[i])]^(CRC32>>8); in GRZip_GetCRC32()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/common/crypto/
H A Dcrc32.cpp13 using CRC32Table = std::array<u32, 256>; typedef
16 constexpr CRC32Table castagnoli_table{{
84 constexpr CRC32Table iso_table{{
151 static u32 ComputeCRC32(const CRC32Table& table, u32 crc, const u64 value, int length) { in ComputeCRC32()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/common/crypto/
H A Dcrc32.cpp13 using CRC32Table = std::array<u32, 256>; typedef
16 constexpr CRC32Table castagnoli_table{{
84 constexpr CRC32Table iso_table{{
151 static u32 ComputeCRC32(const CRC32Table& table, u32 crc, const u64 value, int length) { in ComputeCRC32()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/common/crypto/
H A Dcrc32.cpp13 using CRC32Table = std::array<u32, 256>; typedef
16 constexpr CRC32Table castagnoli_table{{
84 constexpr CRC32Table iso_table{{
151 static u32 ComputeCRC32(const CRC32Table& table, u32 crc, const u64 value, int length) { in ComputeCRC32()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DCRC.cpp22 using CRC32Table = std::array<uint32_t, 256>; typedef
24 static void initCRC32Table(CRC32Table *Tbl) { in initCRC32Table()
43 static CRC32Table Tbl; in crc32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/scudo/
H A Dscudo_crc32.h43 static const u32 CRC32Table[] = { variable
91 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_crc32.h42 static const u32 CRC32Table[] = { variable
90 Crc = CRC32Table[(Crc ^ Data) & 0xff] ^ (Crc >> 8); in computeSoftwareCRC32()
/dports/emulators/vice/vice-3.5/src/lib/p64/
H A Dp64.c33 const p64_uint32_t CRC32Table[16] = { in P64CRC32() local
48 value = CRC32Table[value & 0xfUL] ^(value >> 4); in P64CRC32()
49 value = CRC32Table[value & 0xfUL] ^(value >> 4); in P64CRC32()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/p64/
H A Dp64.c33 const p64_uint32_t CRC32Table[16] = {0x00000000UL, 0x1db71064UL, 0x3b6e20c8UL, 0x26d930acUL, in P64CRC32() local
47 value = CRC32Table[value & 0xfUL] ^(value >> 4); in P64CRC32()
48 value = CRC32Table[value & 0xfUL] ^(value >> 4); in P64CRC32()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dcoff.c371 static uint_32 CRC32Table[256]; /* table is initialized if needed */ variable
382 CRC32Table[i] = crc; in InitCRC32()
401 dwCRC = dwCRC ^ CRC32Table[byt]; in CRC32Comdat()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemStd2.cpp1552 static const struct CRC32Table { struct
1556 CRC32Table() function