Home
last modified time | relevance | path

Searched refs:crc_ (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/iostreams/src/
Dgzip.cpp146 crc_ += value << (offset_ * 8); in process()
168 crc_ = isize_ = offset_ = 0; in reset()
Dzlib.cpp94 : stream_(new z_stream), calculate_crc_(false), crc_(0), crc_imp_(0), in zlib_base()
124 crc_ = crc_imp_ = crc32(crc_imp_, buf, length); in after()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc291 crc_(0), in CachePerfRun()
443 …eline_cfg = std::to_string(i) + "," + std::to_string(session_) + "," + std::to_string(crc_) + "," + in StartPipelines()
503 crc_ = distribution(mt); in Run()
504 std::cout << "CRC: " << crc_ << std::endl; in Run()
548 Status rc = cc_->CreateCache(crc_, false); in Run()
Dcache_perf_run.h82 int32_t crc_; variable
Dcache_pipeline_run.h99 int32_t crc_; variable
Dcache_pipeline_run.cc40 crc_ = std::stoi(s); in ProcessPipelineArgs()
122 crc_(0), in CachePipelineRun()
172 Status rc = cc_->CreateCache(crc_, false); in Run()
/third_party/boost/boost/iostreams/filter/
Dzlib.hpp206 zlib::ulong crc() const { return crc_; } in crc()
216 zlib::ulong crc_; member in boost::iostreams::detail::zlib_base
Dgzip.hpp377 zlib::ulong crc() const { return crc_; } in crc()
385 zlib::ulong crc_; member in boost::iostreams::detail::gzip_footer