/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CRC.cpp | 75 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 …]
|
D | CrashRecoveryContext.cpp | 37 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/ |
D | MipsCondMov.td | 18 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/ |
D | README.md | 1 # 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/ |
D | CRC.h | 26 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/ |
D | crc.qbk | 1 [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/ |
D | mi.txt | 45 CRC{ 46 "CRC", 47 "CRC", 143 CRC{"₡"} 193 CRC{ 194 other{"CRC"}
|
D | ur_IN.txt | 5 CRC{ 6 "CRC", 43 CRC{
|
D | uz_Cyrl.txt | 62 CRC{ 63 "CRC", 292 CRC{
|
D | zh_Hant_HK.txt | 53 CRC{ 54 "CRC", 308 CRC{
|
/third_party/ffmpeg/tests/ref/lavf/ |
D | ismv | 3 tests/data/lavf/lavf.ismv CRC=0x9d9a638a 6 tests/data/lavf/lavf.ismv CRC=0xe8130120 9 tests/data/lavf/lavf.ismv CRC=0x9d9a638a
|
D | mxf | 3 tests/data/lavf/lavf.mxf CRC=0x8dddfaab 6 tests/data/lavf/lavf.mxf CRC=0x96ff1b48 9 tests/data/lavf/lavf.mxf CRC=0x8dddfaab
|
D | mpg | 3 tests/data/lavf/lavf.mpg CRC=0x000e23ae 6 tests/data/lavf/lavf.mpg CRC=0x60ba4ab9 9 tests/data/lavf/lavf.mpg CRC=0x000e23ae
|
D | mov | 3 tests/data/lavf/lavf.mov CRC=0xbb2b949b 6 tests/data/lavf/lavf.mov CRC=0xa9793231 9 tests/data/lavf/lavf.mov CRC=0xbb2b949b
|
D | mp4 | 3 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/ |
D | ur_IN.txt | 6 CRC{ 7 "CRC", 40 CRC{
|
D | zh_Hant_HK.txt | 58 CRC{ 59 "CRC", 312 CRC{
|
D | uz_Cyrl.txt | 63 CRC{ 64 "CRC", 293 CRC{
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | ur_IN.txt | 6 CRC{ 7 "CRC", 40 CRC{
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | zlib.adb | 168 (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/ |
D | zlib.adb | 168 (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);
|
D | zlib.ads | 200 (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/ |
D | zlib.adb | 168 (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/ |
D | README.md | 5 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/ |
D | tak.c | 79 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()
|