Searched refs:crc_ (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/iostreams/src/ |
D | gzip.cpp | 146 crc_ += value << (offset_ * 8); in process() 168 crc_ = isize_ = offset_ = 0; in reset()
|
D | zlib.cpp | 94 : 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/ |
D | cache_perf_run.cc | 291 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()
|
D | cache_perf_run.h | 82 int32_t crc_; variable
|
D | cache_pipeline_run.h | 99 int32_t crc_; variable
|
D | cache_pipeline_run.cc | 40 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/ |
D | zlib.hpp | 206 zlib::ulong crc() const { return crc_; } in crc() 216 zlib::ulong crc_; member in boost::iostreams::detail::zlib_base
|
D | gzip.hpp | 377 zlib::ulong crc() const { return crc_; } in crc() 385 zlib::ulong crc_; member in boost::iostreams::detail::gzip_footer
|