Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DMapMemory.h86 uintptr_t offset = 0; in mmapTHP() local
H A Dbackref.cpp310 uintptr_t offset = in newBackRef() local
H A Dfrontend.cpp2317 unsigned offset = myCacheIdx % numOfPossibleOffsets; in getFromLLOCache() local
2466 uint16_t offset = (uintptr_t)this + slabSize - (uintptr_t)address; in findAllocatedObject() local
3237 …ze_t __TBB_malloc_safer_aligned_msize(void *object, size_t alignment, size_t offset, size_t (*orig… in __TBB_malloc_safer_aligned_msize() argument
/oneTBB/test/conformance/
H A Dconformance_blocked_range.cpp53 AbstractValueType operator+( const AbstractValueType& u, std::size_t offset ) { in operator +()
H A Dconformance_blocked_range2d.cpp62 AbstractValueType<Tag> operator+( const AbstractValueType<Tag>& u, std::size_t offset ) { in operator +()
H A Dconformance_blocked_range3d.cpp64 AbstractValueType<Tag> operator+( const AbstractValueType<Tag>& u, std::size_t offset ) { in operator +()
H A Dconformance_blocked_rangeNd.cpp59 AbstractValueType operator+(const AbstractValueType& u, std::size_t offset) { in operator +()
/oneTBB/test/common/
H A Dutils_report.h170 DWORD64 offset; in print_call_stack() local
/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp327 UINT_PTR offset; in InsertTrampoline32() local
385 UINT_PTR offset; in InsertTrampoline64() local
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp170 int offset = (i / xsize) * yranges + (j / ysize); in build_BMU_graph() local
309 int offset = x * yranges + y; // linearized subscript in graph_BMU() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp129 vector offset; in rt_sheightfield() local
H A Dgrid.cpp471 flt tnear, tfar, offset; in grid_intersect() local
/oneTBB/include/oneapi/tbb/
H A Dparallel_sort.h66 std::size_t offset = range.size / 8u; in pseudo_median_of_nine() local
H A Dconcurrent_vector.h612 size_type offset = this->segment_base(seg_index); in create_segment() local
/oneTBB/test/tbb/
H A Dtest_priority_queue_node.cpp49 int offset = value % N; in check_item() local
H A Dtest_queue_node.cpp60 int offset = value % N; in check_item() local
H A Dtest_composite_node.cpp405 for( double offset = 1; offset < 10000; offset *= 10 ) { in test_prefix() local
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp140 uint16_t offset :15; // offset from beginning of BackRefBlock member in BackRefIdx