Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconfig.h68 #ifndef MAX_TUPLE_TEST_SIZE
69 #define MAX_TUPLE_TEST_SIZE 10 macro
72 #if MAX_TUPLE_TEST_SIZE > __TBB_VARIADIC_MAX
73 #undef MAX_TUPLE_TEST_SIZE
74 #define MAX_TUPLE_TEST_SIZE __TBB_VARIADIC_MAX macro
/oneTBB/test/tbb/
H A Dtest_split_node.cpp405 #if MAX_TUPLE_TEST_SIZE >= 4
408 #if MAX_TUPLE_TEST_SIZE >= 6
411 #if MAX_TUPLE_TEST_SIZE >= 8
414 #if MAX_TUPLE_TEST_SIZE >= 10
418 #if MAX_TUPLE_TEST_SIZE >= 3
421 #if MAX_TUPLE_TEST_SIZE >= 5
424 #if MAX_TUPLE_TEST_SIZE >= 7
427 #if MAX_TUPLE_TEST_SIZE >= 9
H A Dtest_join_node_key_matching.cpp111 …ool value = multiple_arguments_initialization_helper<ArgCount - 1, MAX_TUPLE_TEST_SIZE, CorrectT, …
145 struct arg_count_iteration_helper<MAX_TUPLE_TEST_SIZE, CorrectT, IncorrectT> {
147 …static constexpr bool value = incorrect_arg_index_iteration_helper<MAX_TUPLE_TEST_SIZE, /*StartInc…
170 struct arg_count_correct_initialization_helper<MAX_TUPLE_TEST_SIZE, CorrectT> {
171 …static constexpr bool value = join_node_correct_initialization_helper<MAX_TUPLE_TEST_SIZE, Correct…
H A Dtest_indexer_node.cpp671 #if MAX_TUPLE_TEST_SIZE >= 4
674 #if MAX_TUPLE_TEST_SIZE >= 6
677 #if MAX_TUPLE_TEST_SIZE >= 8
680 #if MAX_TUPLE_TEST_SIZE >= 10
684 #if MAX_TUPLE_TEST_SIZE >= 3
687 #if MAX_TUPLE_TEST_SIZE >= 5
690 #if MAX_TUPLE_TEST_SIZE >= 7
693 #if MAX_TUPLE_TEST_SIZE >= 9
H A Dtest_join_node.cpp18 #undef MAX_TUPLE_TEST_SIZE
19 #define MAX_TUPLE_TEST_SIZE 3 macro
H A Dtest_join_node.h602 #if MAX_TUPLE_TEST_SIZE >= 3
640 #if MAX_TUPLE_TEST_SIZE >= 4
683 #if MAX_TUPLE_TEST_SIZE >= 5
728 #if MAX_TUPLE_TEST_SIZE >= 6
778 #if MAX_TUPLE_TEST_SIZE >= 7
832 #if MAX_TUPLE_TEST_SIZE >= 8
890 #if MAX_TUPLE_TEST_SIZE >= 9
1755 #if MAX_TUPLE_TEST_SIZE >= 4
1761 #if MAX_TUPLE_TEST_SIZE >= 6
1764 #if MAX_TUPLE_TEST_SIZE >= 8
[all …]