Home
last modified time | relevance | path

Searched defs:base (Results 1 – 9 of 9) sorted by relevance

/oneTBB/test/common/
H A Dutils_dynamic_libs.h73 #define TEST_LIBRARY_NAME(base) PREFIX base SUFFIX1 ".dll" argument
75 #define TEST_LIBRARY_NAME(base) PREFIX base SUFFIX1 ".dylib" argument
77 #define TEST_LIBRARY_NAME(base) PREFIX base SUFFIX1 ".so" argument
/oneTBB/include/oneapi/tbb/
H A Dcache_aligned_allocator.h125 std::uintptr_t base = reinterpret_cast<std::uintptr_t>(m_upstream->allocate(space)); in do_allocate() local
141 std::uintptr_t base = (reinterpret_cast<std::uintptr_t*>(ptr))[-1]; in do_deallocate() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp197 static void adjust(apiflt *base, in adjust()
225 subdivide(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, int x1, int y1, int x2, int y2) { in subdivide()
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h111 size_type prepare_page( ticket_type k, queue_rep_type& base, page_allocator_type page_allocator, in prepare_page()
145 … void push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator, Args&&... args ) in push()
169 void abort_push( ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in abort_push()
176 bool pop( void* dst, ticket_type k, queue_rep_type& base, queue_allocator_type& allocator ) { in pop()
/oneTBB/examples/graph/fgbzip2/
H A Dhuffman.cpp221 Int32 *base, in BZ2_hbCreateDecodeTables()
H A Dbzlib_private.hpp433 Int32 base[BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member
/oneTBB/src/tbb/
H A Dscheduler_common.h568 inline std::uintptr_t calculate_stealing_threshold(std::uintptr_t base, std::size_t stack_size) { in calculate_stealing_threshold()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp756 iterator base; member
770 iterator base; member
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp361 *base = (char*)Tmalloc(2*maxAllocSize); in InvariantDataRealloc() local