Home
last modified time | relevance | path

Searched refs:aligned_type (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/core/
H A Dalignment.h70 struct aligned_type;
81 struct aligned_type<1>
87 struct aligned_type<2>
93 struct aligned_type<4>
99 struct aligned_type<8>
167 struct aligned_type<1>
173 struct aligned_type<2>
179 struct aligned_type<4>
185 struct aligned_type<8>
218 struct aligned_type
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/examples/
H A Dusertype_bitfields.cpp56 typedef bit_type_t<sizeof(Base) * CHAR_BIT> aligned_type; in write() typedef
62 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in write()
63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write()
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
67 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in write()
69 aligned_type& aligned = *jumper; in write()
83 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in read()
84 const aligned_type mask = (static_cast<aligned_type>(1) << size) - 1; in read()
87 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in read()
89 const aligned_type& aligned = *jumper; in read()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/examples/
H A Dusertype_bitfields.cpp56 typedef bit_type_t<sizeof(Base) * CHAR_BIT> aligned_type; in write() typedef
62 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in write()
63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write()
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
67 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in write()
69 aligned_type& aligned = *jumper; in write()
83 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in read()
84 const aligned_type mask = (static_cast<aligned_type>(1) << size) - 1; in read()
87 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in read()
89 const aligned_type& aligned = *jumper; in read()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Dusertype_bitfields.cpp56 typedef bit_type_t<sizeof(Base) * CHAR_BIT> aligned_type; in write() typedef
62 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in write()
63 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write()
64 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
67 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in write()
69 aligned_type& aligned = *jumper; in write()
83 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in read()
84 const aligned_type mask = (static_cast<aligned_type>(1) << size) - 1; in read()
87 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in read()
89 const aligned_type& aligned = *jumper; in read()
[all …]
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Dusertype_bitfields.cpp56 typedef bit_type_t<sizeof(Base) * CHAR_BIT> aligned_type; in write() typedef
63 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in write()
64 const aligned_type shifted_mask = ((static_cast<aligned_type>(1) << size) - 1) << bits_left; in write()
65 const aligned_type compl_shifted_mask = ~shifted_mask; in write()
68 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in write()
70 aligned_type& aligned = *jumper; in write()
85 const aligned_type bits_left = static_cast<aligned_type>(bit_target - aligned_target); in read()
86 const aligned_type mask = (static_cast<aligned_type>(1) << size) - 1; in read()
89 aligned_type* jumper = static_cast<aligned_type*>(static_cast<void*>(&b)); in read()
91 const aligned_type& aligned = *jumper; in read()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dalignment.h98 struct aligned_type;
105 struct aligned_type struct
119 struct aligned_type<X> \
127 struct aligned_type<X> \
146 struct aligned_type struct
173 typename aligned_type<Align>::type align;
/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_contiguous_pool_manager.h61 typedef typename storage_type::type aligned_type; typedef
65 ContiguousPoolManager(aligned_type* buffer, index_type size);
94 void setBuffer(aligned_type* buffer, index_type size);
126 aligned_type* _buffer{nullptr}; //non-owning
H A Dquantum_heap_allocator.h52 typedef typename storage_type::type aligned_type; typedef
62 _buffer(new aligned_type[size]) in HeapAllocator()
112 aligned_type* _buffer;
H A Dquantum_stack_allocator.h53 typedef typename storage_type::type aligned_type; typedef
96 aligned_type _buffer[SIZE];
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dalignment.cu193 typedef typename thrust::detail::aligned_type<Align>::type type; in test_aligned_type_instantiation()
330 thrust::detail::aligned_type<1>* a1 = 0; in test_aligned_reinterpret_cast()
332 thrust::detail::aligned_type<2>* a2 = 0; in test_aligned_reinterpret_cast()
336 thrust::detail::aligned_type<2>* in test_aligned_reinterpret_cast()
341 thrust::detail::aligned_type<1>* in test_aligned_reinterpret_cast()
/dports/devel/quantum/quantum-2.2/quantum/impl/
H A Dquantum_contiguous_pool_manager_impl.h37 ContiguousPoolManager<T>::ContiguousPoolManager(aligned_type* buffer, index_type size) : in ContiguousPoolManager()
74 void ContiguousPoolManager<T>::setBuffer(aligned_type *buffer, index_type size) in setBuffer()
248 return static_cast<index_type>(reinterpret_cast<aligned_type*>(p) - _control->_buffer); in blockIndex()
258 aligned_type* last = &_control->_buffer[_control->_freeBlocks[_control->_freeBlockIndex]]; in findContiguous()
260 aligned_type* first = &_control->_buffer[_control->_freeBlocks[i]]; in findContiguous()
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/adt/
H A Darray.h232 } aligned_type; typedef
245 aligned_type elts[1]; /**< start of the array data. */
/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dpalloc.h37 using aligned_type __attribute__((aligned(A))) = T; variable
40 using aligned_type = T;
44 using aligned_pointer = aligned_type<T, A> *;
47 using const_aligned_pointer = const aligned_type<T, A> *;
50 using aligned_reference = aligned_type<T, A> &;
53 using const_aligned_reference = const aligned_type<T, A> &;
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dpalloc.h37 using aligned_type __attribute__((aligned(A))) = T; variable
40 using aligned_type = T;
44 using aligned_pointer = aligned_type<T, A> *;
47 using const_aligned_pointer = const aligned_type<T, A> *;
50 using aligned_reference = aligned_type<T, A> &;
53 using const_aligned_reference = const aligned_type<T, A> &;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
511 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
494 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
494 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
511 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
511 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp92 typedef char __unaligned *aligned_type; typedef
532 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
511 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
511 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp92 typedef char __unaligned *aligned_type; typedef
523 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp92 typedef char __unaligned *aligned_type; typedef
523 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp57 typedef char __unaligned *aligned_type; typedef
582 typedef char __unaligned *aligned_type; // expected-error {{expected ';' after top level declarator… typedef

12