Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp251 input_node_helper<SIZE,IType>::print_remark(); in test()
273 reset_outputCheck(SIZE, Count); in test()
274 for(int i=0; i < Count*SIZE; ++i) { in test()
279 check_outputCheck(SIZE, Count); in test()
280 reset_outputCheck(SIZE, Count); in test()
282 for(int i=0; i < Count*SIZE; i++) { in test()
286 check_outputCheck(SIZE, Count); in test()
360 template<typename IType, typename TType, int SIZE>
377 for (int i = 0; i < Count * SIZE; ++i ) { in test_one_serial()
391 for (int i = 0; i < Count*SIZE; ++i ) { in test_one_serial()
[all …]
H A Dtest_task_arena.cpp1230 static const int SIZE = 42; member in TestReturnValueNS::ReturnType
1239 for (int i = 0; i < SIZE; ++i) in fill()
1243 REQUIRE(data.size() == unsigned(SIZE)); in check()
1244 for (int i = 0; i < SIZE; ++i) in check()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp326 template<size_t SIZE>
329 FixedPoolHead() : FixedPoolHeadBase(SIZE) { } in FixedPoolHead()
/oneTBB/test/common/
H A Ddoctest.h1023 template <typename T, size_t SIZE> struct is_array<T[SIZE]> : true_type { };