HomeSort by relevance Sort by last modified time
    Searched refs:CRC (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
JamCRC.h 12 // We will use the "Rocksoft^tm Model CRC Algorithm" to describe the properties
13 // of this CRC:
20 // Check : 340BC6D9 (result of CRC for "123456789")
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
39 // \brief Update the CRC calculation with Data.
42 uint32_t getCRC() const { return CRC; }
45 uint32_t CRC;
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 14 // and IEEE CRC.
25 func castagnoliSSE42(crc uint32, p []byte) uint32
39 func ieeeCLMUL(crc uint32, p []byte) uint32
63 // t[0][i] = CRC(i000, O)
64 // t[1][i] = CRC(0i00, O)
65 // t[2][i] = CRC(00i0, O)
66 // t[3][i] = CRC(000i, O)
79 // table given) with the given initial crc value. This corresponds to
80 // CRC(crc, O) in the description in updateCastagnoli
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 14 // and IEEE CRC.
25 func castagnoliSSE42(crc uint32, p []byte) uint32
39 func ieeeCLMUL(crc uint32, p []byte) uint32
63 // t[0][i] = CRC(i000, O)
64 // t[1][i] = CRC(0i00, O)
65 // t[2][i] = CRC(00i0, O)
66 // t[3][i] = CRC(000i, O)
79 // table given) with the given initial crc value. This corresponds to
80 // CRC(crc, O) in the description in updateCastagnoli
    [all...]
  /external/lzma/CS/7zip/Common/
CRC.cs 1 // Common/CRC.cs
5 class CRC
9 static CRC()
44 CRC crc = new CRC();
45 // crc.Init();
46 crc.Update(data, offset, size);
47 return crc.GetDigest();
  /external/clang/test/CodeGen/
sse42-builtins.c 101 unsigned int test_mm_crc32_u8(unsigned int CRC, unsigned char V) {
104 return _mm_crc32_u8(CRC, V);
107 unsigned int test_mm_crc32_u16(unsigned int CRC, unsigned short V) {
110 return _mm_crc32_u16(CRC, V);
113 unsigned int test_mm_crc32_u32(unsigned int CRC, unsigned int V) {
116 return _mm_crc32_u32(CRC, V);
119 unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long V) {
122 return _mm_crc32_u64(CRC, V);
  /hardware/intel/common/libmix/mix_audio/src/
mixacpmp3.h 68 * @CRC: CRC. See #MIX_ACP_MP3_CRC
81 gboolean CRC;
144 * MixAudioConfigParamMP3.CRC accessor.
148 #define MIX_ACP_MP3_CRC(obj) (MIX_AUDIOCONFIGPARAMSMP3(obj)->CRC)
mixacpmp3.c 35 self->CRC=FALSE;
118 t->CRC = s->CRC;
167 ret = (acp1->CRC == acp2->CRC) &&
mixacpaac.c 49 self->CRC=FALSE;
146 t->CRC = s->CRC;
199 (acp1->CRC == acp2->CRC) &&
295 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_INFO, "CRC: %d\n", t->CRC);
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 27 CrashRecoveryContext *CRC;
33 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
95 return CRCI->CRC;
324 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl;
325 assert(CRC && "Crash recovery context never initialized!");
326 assert(CRC->Failed && "No crash was detected!");
327 return CRC->Backtrace;
336 CrashRecoveryContext *CRC;
    [all...]
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 33 CrashRecoveryContext *CRC;
39 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) : CRC(CRC),
113 return CRCI->CRC;
355 CrashRecoveryContext *CRC;
368 Info->Result = Info->CRC->RunSafely(Info->Fn);
375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl)
376 CRC->setSwitchedThread();
  /external/lzma/Java/SevenZip/
LzmaBench.java 116 public CRC CRC = new CRC();
120 CRC.Init();
124 return CRC.GetDigest();
128 CRC.Update(b);
132 CRC.Update(b, off, len);
136 CRC.UpdateByte(b);
321 CRC crc = new CRC(); local
    [all...]
CRC.java 1 // SevenZip/CRC.java
5 public class CRC
  /hardware/intel/common/libmix/mix_audio/tests/smoke/
mixaudiosmoke.c 68 mp3->CRC = 0;
  /external/lzma/Asm/x86/
7zCrcOpt.asm 23 CRC macro op:req, dest:req, src:req, t:req
28 CRC xor, dest, src, t
32 CRC mov, dest, src, t
41 CRC xor, x0, r6, 0
  /external/zopfli/src/zopfli/
gzip_container.c 33 /* Makes the table for a fast CRC. */
53 Updates a running crc with the bytes buf[0..len-1] and returns
54 the updated crc. The crc should be initialized to zero.
56 static unsigned long UpdateCRC(unsigned long crc,
58 unsigned long c = crc ^ 0xffffffffL;
69 /* Returns the CRC of the bytes buf[0..len-1]. */
70 static unsigned long CRC(const unsigned char* buf, int len) {
80 unsigned long crcvalue = CRC(in, insize);
99 /* CRC */
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 122 public CRC CRC = new CRC();
123 public void Init() { CRC.Init(); }
124 public UInt32 GetDigest() { return CRC.GetDigest(); }
138 CRC.UpdateByte(b);
142 CRC.Update(buffer, (uint)offset, (uint)count);
277 CRC crc = new CRC();
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.h 54 UINT32 CRC; // CRC7 checksum [7:1]
66 UINT8 CRC: 7; // CRC [7:1]
111 UINT8 CRC: 7; // CRC [7:1]

Completed in 1542 milliseconds

1 2 3 4 5