Searched refs:bhash (Results 1 – 2 of 2) sorted by relevance
29 std::size_t bhash = boost::hash<barr> () ( test_barr ); in RunTests() local31 BOOST_TEST ( ahash == bhash ); in RunTests()
344 const uint8_t bhash = b & ((1<<NBITS)-1); in color_get() local345 const unsigned hash = rhash<<(NBITS*2) | ghash<<NBITS | bhash; in color_get()