Home
last modified time | relevance | path

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

/oneTBB/examples/graph/logic_sim/
H A Done_bit_adder.hpp27 const int A2 = 5; variable
H A Dtest_all.cpp567 make_edge(A[2].get_out(), input_port<P::A2>(four_adder)); in main()
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h928 template<typename A2, ets_key_usage_type C2>
929 void internal_copy(const enumerable_thread_specific<T, A2, C2>& other) {
949 template<typename A2, ets_key_usage_type C2>
950 void internal_move(enumerable_thread_specific<T, A2, C2>&& other) {
H A Dconcurrent_hash_map.h1631 template <typename Key, typename T, typename HashCompare, typename A1, typename A2>
1632 …rent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash_map<Key, T, HashCompare, A2> &b) {
1635 typename concurrent_hash_map<Key, T, HashCompare, A2>::const_iterator j, j_end(b.end());
1644 template <typename Key, typename T, typename HashCompare, typename A1, typename A2>
1645 …urrent_hash_map<Key, T, HashCompare, A1> &a, const concurrent_hash_map<Key, T, HashCompare, A2> &b)
/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp831 template <template <typename, typename> class CQ, typename A1, typename A2, typename T>
849 A2::init_counters(); in TestExceptionBody()
852 else A2::set_limits(N/2); in TestExceptionBody()
870 A2::set_limits(); in TestExceptionBody()
904 A2::set_limits(); // disable exception from allocator in TestExceptionBody()