Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp26 CrashRecoveryContext *CRC; member
32 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC), in CrashRecoveryContextImpl()
94 return CRCI->CRC; in GetCurrent()
254 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local
255 assert(CRC && "Crash recovery context never initialized!"); in getBacktrace()
256 assert(CRC->Failed && "No crash was detected!"); in getBacktrace()
257 return CRC->Backtrace; in getBacktrace()
266 CrashRecoveryContext *CRC; member
274 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData); in RunSafelyOnThread_Dispatch()
/external/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
/external/valgrind/main/memcheck/tests/
Dvarinfo6.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
Dvcpu_bz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
Dorigin5-bz2.stdout.exp3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
11 final combined CRC = 0xA212ABF8
/external/valgrind/main/exp-ptrcheck/tests/
Dhackedbz2.stdout.exp2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
/external/zlib/doc/
Drfc1952.txt84 8. Appendix: Sample CRC Code .................................. 11
163 terminology was changed, and the sample CRC code was rewritten for
419 CRC32 (CRC-32)
421 uncompressed data computed according to CRC-32 algorithm
511 [7] Schwaderer, W.D., "CRC Calculation", April 85 PC Tech Journal,
515 describing the CRC concept.
527 setting and checking the CRC-32 check value.
586 8. Appendix: Sample CRC Code
589 the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42
611 /* Make the table for a fast CRC. */
[all …]
/external/clang/tools/libclang/
DCIndexer.h78 bool RunSafely(llvm::CrashRecoveryContext &CRC,
DCIndexCodeCompletion.cpp678 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local
680 if (!RunSafely(CRC, clang_codeCompleteAt_Impl, &CCAI)) { in clang_codeCompleteAt()
/external/icu4c/data/curr/
Droot.txt138 CRC{
140 "CRC",
Dgl.txt98 CRC{
428 CRC{
Dmk.txt150 CRC{
Dhe.txt186 CRC{
Dka.txt202 CRC{
Dar.txt218 CRC{
Dbg.txt246 CRC{
1251 CRC{
Dja.txt246 CRC{
Dbn.txt246 CRC{
Dzh_Hant.txt243 CRC{
/external/flac/libFLAC/ia32/
Dbitreader_asm.nasm137 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
148 ;; edx byteswapped brword to CRC
213 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
224 ;; edx byteswapped brword to CRC
416 … cl ; @@@@@@OPT: may be faster to use rol to save edx so we can restore it for CRC'ing
434 …bswap edx ; edx = br->buffer[cwords] swapped; now we can CRC the bytes from LSByte to MSByte wh…
445 ;; edx byteswapped brword to CRC
/external/clang/lib/Lex/
DPragma.cpp815 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma() local
816 if (CRC) in HandlePragma()
817 CRC->HandleCrash(); in HandlePragma()
/external/llvm/lib/Target/MBlaze/
DMBlazeRegisterInfo.td146 def CRC : RegisterClass<"MBlaze", [i32], 32, (add CARRY)> {
/external/zlib/old/as400/
Dreadme.txt71 crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream
/external/zlib/as400/
Dreadme.txt71 crc32.c CRC32 C ZLIB - Compute the CRC-32 of a data stream

1234