Home
last modified time | relevance | path

Searched refs:CRC (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32() argument
76 CRC ^= 0xFFFFFFFFU; in crc32()
78 int TableIdx = (CRC ^ Byte) & 0xff; in crc32()
79 CRC = CRCTable[TableIdx] ^ (CRC >> 8); in crc32()
81 return CRC ^ 0xFFFFFFFFU; in crc32()
87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32() argument
93 CRC = ::crc32(CRC, (const Bytef *)Slice.data(), (uInt)Slice.size()); in crc32()
96 return CRC; in crc32()
104 CRC ^= 0xFFFFFFFFU; // Undo CRC-32 Init. in update()
105 CRC = crc32(CRC, Data); in update()
[all …]
DCrashRecoveryContext.cpp37 CrashRecoveryContext *CRC; member
44 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept in CrashRecoveryContextImpl()
45 : CRC(CRC), Failed(false), SwitchedThread(false), ValidJumpBuffer(false) { in CrashRecoveryContextImpl()
74 if (CRC->DumpStackAndCleanupOnFailure) in HandleCrash()
77 CRC->RetCode = RetCode; in HandleCrash()
130 return CRCI->CRC; in GetCurrent()
457 CrashRecoveryContext *CRC; member
470 Info->Result = Info->CRC->RunSafely(Info->Fn); in RunSafelyOnThread_Dispatch()
480 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
481 CRC->setSwitchedThread(); in RunSafelyOnThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCondMov.td18 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
20 InstSE<(outs DRC:$rd), (ins DRC:$rs, CRC:$rt, DRC:$F),
26 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
28 InstSE<(outs DRC:$fd), (ins DRC:$fs, CRC:$rt, DRC:$F),
55 multiclass MovzPats0<RegisterClass CRC, RegisterClass DRC,
59 def : MipsPat<(select (i32 (setge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
60 (MOVZInst DRC:$T, (SLTOp CRC:$lhs, CRC:$rhs), DRC:$F)>;
61 def : MipsPat<(select (i32 (setuge CRC:$lhs, CRC:$rhs)), DRC:$T, DRC:$F),
62 (MOVZInst DRC:$T, (SLTuOp CRC:$lhs, CRC:$rhs), DRC:$F)>;
63 def : MipsPat<(select (i32 (setge CRC:$lhs, immSExt16:$rhs)), DRC:$T, DRC:$F),
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/std/crc32/
DREADME.md1 # CRC-32
3 CRC-32 (Cyclic Redundancy Check 32) is a checksum algorithm that hashes byte
61 This `B` divisor polynomial, `0b10011`, is also known as the CRC-4-ITU
62 polynomial. The `4` in "CRC-4-ITU" is the `N` in "an N bit CRC". The polynomial
70 Consider that CRC-4-ITU polynomial again: (x⁴ + x¹ + x⁰) or `0b10011` in
82 also called CRC-32 and CRC-32C. For example, the bit string representation of
89 A worked example for calculating the CRC-32 hash of the three byte input "Hi\n"
92 simpler worked example for the CRC-4-ITU hash, above, with two additional
95 Both the CRC-4-ITU and the CRC-32 worked examples are output by the
141 The final line says that the CRC-32 checksum of "Hi\n" is 0xD5223C9A. This can
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCRC.h26 uint32_t crc32(uint32_t CRC, ArrayRef<uint8_t> Data);
47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
52 uint32_t getCRC() const { return CRC; } in getCRC()
55 uint32_t CRC;
/third_party/boost/libs/crc/doc/
Dcrc.qbk1 [library Boost.CRC
19 [def __RMCA__ Rocksoft\u2122 Model CRC Algorithm]
21 [section:motivation What is Boost.CRC?]
24 integrity after transmission. The [*Boost.CRC] library provides access to two
25 styles of CRC computation, one as a function template, the other as a function
34 [@http://www.ross.net/crc/download/crc_v3.txt ['A Painless Guide to CRC
36 [@http://www.ross.net/crc/ [*The CRC Pitstop]] site.
66 arithmetic doesn't use carries/borrows when combining numbers. A specific CRC
75 remainder after the division is finished is used as the basis of the CRC
78 [section:intro_crcs_impl CRC Implementation]
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dmi.txt45 CRC{
46 "CRC",
47 "CRC",
143 CRC{"₡"}
193 CRC{
194 other{"CRC"}
Dur_IN.txt5 CRC{
6 "CRC",
43 CRC{
Duz_Cyrl.txt62 CRC{
63 "CRC",
292 CRC{
Dzh_Hant_HK.txt53 CRC{
54 "CRC",
308 CRC{
/third_party/ffmpeg/tests/ref/lavf/
Dismv3 tests/data/lavf/lavf.ismv CRC=0x9d9a638a
6 tests/data/lavf/lavf.ismv CRC=0xe8130120
9 tests/data/lavf/lavf.ismv CRC=0x9d9a638a
Dmxf3 tests/data/lavf/lavf.mxf CRC=0x8dddfaab
6 tests/data/lavf/lavf.mxf CRC=0x96ff1b48
9 tests/data/lavf/lavf.mxf CRC=0x8dddfaab
Dmpg3 tests/data/lavf/lavf.mpg CRC=0x000e23ae
6 tests/data/lavf/lavf.mpg CRC=0x60ba4ab9
9 tests/data/lavf/lavf.mpg CRC=0x000e23ae
Dmov3 tests/data/lavf/lavf.mov CRC=0xbb2b949b
6 tests/data/lavf/lavf.mov CRC=0xa9793231
9 tests/data/lavf/lavf.mov CRC=0xbb2b949b
Dmp43 tests/data/lavf/lavf.mp4 CRC=0x9d9a638a
6 tests/data/lavf/lavf.mp4 CRC=0xe8130120
9 tests/data/lavf/lavf.mp4 CRC=0x9d9a638a
/third_party/icu/icu4c/source/data/curr/
Dur_IN.txt6 CRC{
7 "CRC",
40 CRC{
Dzh_Hant_HK.txt58 CRC{
59 "CRC",
312 CRC{
Duz_Cyrl.txt63 CRC{
64 "CRC",
293 CRC{
/third_party/skia/third_party/externals/icu/source/data/curr/
Dur_IN.txt6 CRC{
7 "CRC",
40 CRC{
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib.adb168 (CRC : in Unsigned_32;
174 return Unsigned_32 (crc32 (ULong (CRC),
180 (CRC : in out Unsigned_32;
183 CRC := CRC32 (CRC, Data);
217 Filter.CRC := 0;
633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last));
647 Put_32 (Footer, Filter.CRC);
/third_party/zlib/contrib/ada/
Dzlib.adb168 (CRC : in Unsigned_32;
174 return Unsigned_32 (crc32 (ULong (CRC),
180 (CRC : in out Unsigned_32;
183 CRC := CRC32 (CRC, Data);
217 Filter.CRC := 0;
633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last));
647 Put_32 (Footer, Filter.CRC);
Dzlib.ads200 (CRC : in Unsigned_32;
207 (CRC : in out Unsigned_32;
323 CRC : Unsigned_32; variable
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib.adb168 (CRC : in Unsigned_32;
174 return Unsigned_32 (crc32 (ULong (CRC),
180 (CRC : in out Unsigned_32;
183 CRC := CRC32 (CRC, Data);
217 Filter.CRC := 0;
633 CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last));
647 Put_32 (Footer, Filter.CRC);
/third_party/flutter/skia/third_party/externals/wuffs/std/adler32/
DREADME.md5 Zlib compressed file formats. Amongst other differences, Gzip uses CRC-32 as
64 ## Comparison with CRC-32
71 While neither Adler-32 or CRC-32 are cryptographic hash functions, there is
76 N Adler-32 CRC-32 Input
86 Adler-32 is a simpler algorithm than CRC-32. At the time Adler-32 was invented,
/third_party/ffmpeg/libavcodec/
Dtak.c79 uint32_t crc, CRC; in ff_tak_check_crc() local
85 CRC = AV_RB24(buf + buf_size); in ff_tak_check_crc()
87 if (CRC != crc) in ff_tak_check_crc()

12345678910>>...25