Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 5 of 5) sorted by relevance

/oneTBB/src/tbb/def/
H A Dwin64-tbb.def20 ?assertion_failure@r1@detail@tbb@@YAXPEBDH00@Z
23 ?call_itt_notify@r1@detail@tbb@@YAXHPEAX@Z
24 ?create_itt_sync@r1@detail@tbb@@YAXPEAXPEB_W1@Z
28 ?itt_set_sync_name@r1@detail@tbb@@YAXPEAXPEB_W@Z
36 ?cache_aligned_allocate@r1@detail@tbb@@YAPEAX_K@Z
39 ?allocate_memory@r1@detail@tbb@@YAPEAX_K@Z
40 ?deallocate_memory@r1@detail@tbb@@YAXPEAX@Z
73 ?notify_waiters@r1@detail@tbb@@YAX_K@Z
105 ?fill_numa_indices@r1@detail@tbb@@YAXPEAH@Z
106 ?core_type_count@r1@detail@tbb@@YAI_J@Z
[all …]
H A Dwin32-tbb.def20 ?assertion_failure@r1@detail@tbb@@YAXPBDH00@Z
23 ?call_itt_notify@r1@detail@tbb@@YAXHPAX@Z
24 ?create_itt_sync@r1@detail@tbb@@YAXPAXPB_W1@Z
32 ?itt_set_sync_name@r1@detail@tbb@@YAXPAXPB_W@Z
36 ?cache_aligned_allocate@r1@detail@tbb@@YAPAXI@Z
39 ?allocate_memory@r1@detail@tbb@@YAPAXI@Z
40 ?deallocate_memory@r1@detail@tbb@@YAXPAX@Z
73 ?notify_waiters@r1@detail@tbb@@YAXI@Z
105 ?fill_numa_indices@r1@detail@tbb@@YAXPAH@Z
106 ?core_type_count@r1@detail@tbb@@YAIH@Z
[all …]
/oneTBB/src/tbbmalloc/def/
H A Dwin32-tbbmalloc.def36 ?pool_create@rml@@YAPAVMemoryPool@1@HPBUMemPoolPolicy@1@@Z
37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@HPBUMemPoolPolicy@1@PAPAVMemoryPool@1@@Z
38 ?pool_destroy@rml@@YA_NPAVMemoryPool@1@@Z
39 ?pool_malloc@rml@@YAPAXPAVMemoryPool@1@I@Z
40 ?pool_free@rml@@YA_NPAVMemoryPool@1@PAX@Z
41 ?pool_reset@rml@@YA_NPAVMemoryPool@1@@Z
42 ?pool_realloc@rml@@YAPAXPAVMemoryPool@1@PAXI@Z
43 ?pool_aligned_realloc@rml@@YAPAXPAVMemoryPool@1@PAXII@Z
44 ?pool_aligned_malloc@rml@@YAPAXPAVMemoryPool@1@II@Z
45 ?pool_identify@rml@@YAPAVMemoryPool@1@PAX@Z
[all …]
H A Dwin64-tbbmalloc.def36 ?pool_create@rml@@YAPEAVMemoryPool@1@_JPEBUMemPoolPolicy@1@@Z
37 ?pool_create_v1@rml@@YA?AW4MemPoolError@1@_JPEBUMemPoolPolicy@1@PEAPEAVMemoryPool@1@@Z
38 ?pool_destroy@rml@@YA_NPEAVMemoryPool@1@@Z
39 ?pool_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K@Z
40 ?pool_free@rml@@YA_NPEAVMemoryPool@1@PEAX@Z
41 ?pool_reset@rml@@YA_NPEAVMemoryPool@1@@Z
42 ?pool_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K@Z
43 ?pool_aligned_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K2@Z
44 ?pool_aligned_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K1@Z
45 ?pool_identify@rml@@YAPEAVMemoryPool@1@PEAX@Z
[all …]
/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.hpp89 #define voxel2z(g, Z) ((Z) * (g->voxsize.z) + (g->min.z)) argument