Searched refs:hc2 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/multi_index/test/ |
D | test_hash_ops.cpp | 95 hash_container hc2; in test_hash_ops() local 96 hc2.insert(0); in test_hash_ops() 97 hc2.max_load_factor(0.5f/hc2.bucket_count()); in test_hash_ops() 98 BOOST_TEST(hc2.load_factor()>hc2.max_load_factor()); in test_hash_ops() 99 hc2.reserve(1); in test_hash_ops() 100 BOOST_TEST(hc2.load_factor()<hc2.max_load_factor()); in test_hash_ops()
|
D | test_comparison.cpp | 86 > hc1,hc2; in test_comparison() local 94 hc2.insert(pair_of_ints(0,2)); in test_comparison() 95 hc2.insert(pair_of_ints(0,1)); in test_comparison() 96 hc2.insert(pair_of_ints(1,1)); in test_comparison() 97 hc2.insert(pair_of_ints(1,0)); in test_comparison() 98 hc2.insert(pair_of_ints(0,3)); in test_comparison() 99 hc2.insert(pair_of_ints(0,0)); in test_comparison() 100 BOOST_TEST(hc1==hc2); in test_comparison() 103 hc2.insert(pair_of_ints(0,5)); in test_comparison() 104 BOOST_TEST(hc1!=hc2); in test_comparison()
|
/third_party/lz4/tests/ |
D | fuzzer.c | 1241 LZ4_streamHC_t hc2; in FUZ_unitTests() member 1249 &(shc->hc1), &(shc->hc2), &(shc->hc3), (unsigned)sizeof(LZ4_streamHC_t)); in FUZ_unitTests() 1251 …FUZ_CHECKTEST( LZ4_initStreamHC(&(shc->hc2), sizeof(shc->hc2)) == NULL, "hc2 (%p) failed init", &(… in FUZ_unitTests()
|
/third_party/libxml2/macos/ |
D | libxml2.mcp.xml.sit.hqx | 35 #2d!aZID(m!hc2!)AMV(bKPEe9lf%*qK+T2V3RDe`)+YRr[QmNriTXaIIM@-BTI+
|