HomeSort by relevance Sort by last modified time
    Searched defs:JamCRC (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
JamCRC.h 1 //===-- llvm/Support/JamCRC.h - Cyclic Redundancy Check ---------*- C++ -*-===//
10 // This file contains an implementation of JamCRC.
35 class JamCRC {
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
JamCRC.h 1 //===-- llvm/Support/JamCRC.h - Cyclic Redundancy Check ---------*- C++ -*-===//
10 // This file contains an implementation of JamCRC.
35 class JamCRC {
37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}

Completed in 154 milliseconds