Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 9 of 9) sorted by relevance

/oneTBB/src/tbb/
H A Darena.h186 struct arena_base : padded<intrusive_list_node> {
271 class arena: public padded<arena_base>
274 using base_type = padded<arena_base>;
H A Dmailbox.h113 class mail_outbox : padded<unpadded_mail_outbox> {
/oneTBB/cmake/compilers/
H A DMSVC.cmake24 # Warning suppression C4324: structure was padded due to alignment specifier
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DElementwise.rst86 array padded with zeros such that ``x[k]``\ returns zero when ``k<0``
/oneTBB/test/tbb/
H A Dtest_enumerable_thread_specific.cpp344 typedef struct { char t; U padded; } test_alignment; member
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_types_impl.h92 typedef struct { char t; U padded; } test_alignment;
H A D_template_helpers.h85 struct padded : padded_base<T, S, sizeof(T) % S> {};
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h765 using padded_element = padded<ets_element<T>>;
/oneTBB/test/
H A DCMakeLists.txt39 # Warning suppression C4324: structure was padded due to alignment specifier