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

1 2 3 4 5 6

  /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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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 17 // and IEEE CRC.
22 func castagnoliSSE42(crc uint32, p []byte) uint32
36 func ieeeCLMUL(crc uint32, p []byte) uint32
57 // t[0][i] = CRC(i000, O)
58 // t[1][i] = CRC(0i00, O)
59 // t[2][i] = CRC(00i0, O)
60 // t[3][i] = CRC(000i, O)
73 // table given) with the given initial crc value. This corresponds to
74 // CRC(crc, O) in the description in updateCastagnoli
    [all...]
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 17 // and IEEE CRC.
22 func castagnoliSSE42(crc uint32, p []byte) uint32
36 func ieeeCLMUL(crc uint32, p []byte) uint32
57 // t[0][i] = CRC(i000, O)
58 // t[1][i] = CRC(0i00, O)
59 // t[2][i] = CRC(00i0, O)
60 // t[3][i] = CRC(000i, O)
73 // table given) with the given initial crc value. This corresponds to
74 // 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);
  /external/icu/tools/
ziputil.py 43 a.CRC == b.CRC
  /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) &&
  /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/tensorflow/tensorflow/core/lib/hash/
crc32c_test.cc 24 TEST(CRC, StandardResults) {
59 TEST(CRC, Values) { ASSERT_NE(Value("a", 1), Value("foo", 3)); }
61 TEST(CRC, Extend) {
65 TEST(CRC, Mask) {
66 uint32 crc = Value("foo", 3); local
67 ASSERT_NE(crc, Mask(crc));
68 ASSERT_NE(crc, Mask(Mask(crc)));
69 ASSERT_EQ(crc, Unmask(Mask(crc)))
    [all...]

Completed in 767 milliseconds

1 2 3 4 5 6