Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/legacy/
Dimage.cpp446 unsigned int const crc_expect = _crc_map[name]; in check_view_impl() local
447 if (crc_expect == 0) in check_view_impl()
454 if (crc==crc_expect) { in check_view_impl()
459 << " (crc=" << std::hex << crc << " != " << std::hex << crc_expect << ")" << endl; in check_view_impl()