Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 18 of 18) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp104 void *buf; member
125 char *buf; in TestSmallFixedSizePool() local
197 static char buf[1024*1024*4]; variable
292 static char buf[1024*1024*4]; variable
H A Dtest_malloc_regression.cpp99 char *buf = (char*)scalable_malloc(startSz); in TestReallocMsize() local
H A Dtest_malloc_compliance.cpp420 intptr_t *buf =(intptr_t*)ptr; in NonZero() local
H A Dtest_malloc_pools.cpp578 static bool memEqual(char *buf, size_t size, int val) in memEqual()
/oneTBB/test/common/
H A Dutils_env.h40 char* buf = new char[namelen+valuelen+2]; in SetEnv() local
H A Ddoctest.h654 char buf[len]; // NOLINT(*-avoid-c-arrays) member
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp61 char buf[8192]; in on_process() local
/oneTBB/test/conformance/
H A Dconformance_function_node.cpp91 buffer_node<OutputType2> buf(g); in test_fn_invoke_basic() local
H A Dconformance_join_node.cpp287 buffer_node<tuple_type> buf(g); in test_invoke_basic() local
/oneTBB/src/tbb/
H A Dexception.cpp106 char buf[BUF_SIZE + 1] = { 0 }; in handle_perror() local
/oneTBB/test/tbb/
H A Dtest_indexer_node.cpp561 tbb::flow::buffer_node<tagged_msg_t>& buf, in check_edge()
578 void check_edge(tbb::flow::graph& g, BN& bn, tbb::flow::buffer_node<indexer_output_t>& buf, Type, t… in check_edge()
592 buffer_node<indexer_output_t> buf(g); in test_follows_impl() local
H A Dtest_broadcast_node.cpp229 buffer_node<int> buf(g); in test_deduction_guides() local
H A Dtest_semaphore.cpp168 unsigned* buf, in FilterBase()
H A Dtest_continue_node.cpp343 buffer_node<continue_msg> buf(g); in test_successor_cache_specialization() local
H A Dtest_parallel_pipeline.cpp67 void freeBuffer(void *buf) { in freeBuffer()
H A Dtest_async_node.cpp736 buffer_node<output_t> buf(g); in test_follows() local
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h244 inline fixed_pool::fixed_pool(void *buf, size_t size) : my_buffer(buf), my_size(size) { in fixed_pool()
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp1017 Char buf[BZ_MAX_UNUSED]; member