Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp570 UChar k1; in unRLE_obuf_to_output_FAST() local
607 s->k0 = k1; in unRLE_obuf_to_output_FAST()
619 s->k0 = k1; in unRLE_obuf_to_output_FAST()
631 s->k0 = k1; in unRLE_obuf_to_output_FAST()
702 c_k0 = k1; in unRLE_obuf_to_output_FAST()
714 c_k0 = k1; in unRLE_obuf_to_output_FAST()
724 c_k0 = k1; in unRLE_obuf_to_output_FAST()
776 UChar k1; in unRLE_obuf_to_output_SMALL() local
813 s->k0 = k1; in unRLE_obuf_to_output_SMALL()
825 s->k0 = k1; in unRLE_obuf_to_output_SMALL()
[all …]
/oneTBB/test/conformance/
H A Dconformance_join_node.cpp206 bool equal(const KeyType &k1, const KeyType &k2) const{ in equal()
207 return hash(k1) == hash(k2); in equal()
/oneTBB/test/common/
H A Dconcurrent_associative_common.h243 void test_rvalue_insert( Key k1, Key k2 ) {
246 std::pair<typename Container::iterator, bool> ins = cont.insert(Value<Container>::make(k1));
248 REQUIRE_MESSAGE(Value<Container>::get(*ins.first) == k1, "Element 1 has not been inserted");