Searched defs:base (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/test/common/ |
| H A D | utils_dynamic_libs.h | 73 #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 D | cache_aligned_allocator.h | 125 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 D | apigeom.cpp | 197 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.h | 111 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 D | huffman.cpp | 221 Int32 *base, in BZ2_hbCreateDecodeTables()
|
| H A D | bzlib_private.hpp | 433 Int32 base[BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member
|
| /oneTBB/src/tbb/ |
| H A D | scheduler_common.h | 568 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 D | conformance_concurrent_vector.cpp | 756 iterator base; member 770 iterator base; member
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 361 *base = (char*)Tmalloc(2*maxAllocSize); in InvariantDataRealloc() local
|