Home
last modified time | relevance | path

Searched defs:operations (Results 1 – 25 of 67) sorted by relevance

123

/third_party/boost/boost/atomic/detail/
Dops_gcc_ppc.hpp83 struct operations< 4u, Signed > : struct
86 typedef typename make_storage_type< 4u >::type storage_type;
87 typedef typename make_storage_type< 4u >::aligned aligned_storage_type;
89 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 4u;
90 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
92 …NLINE void store(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in store()
103 …CEINLINE storage_type load(storage_type const volatile& storage, memory_order order) BOOST_NOEXCEPT in load()
134 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange()
152 static BOOST_FORCEINLINE bool compare_exchange_weak( in compare_exchange_weak()
178 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
[all …]
Dops_gcc_x86.hpp106 struct operations< 1u, Signed > : struct
109 typedef gcc_x86_operations< 1u, Signed, operations< 1u, Signed > > base_type;
110 typedef typename base_type::storage_type storage_type;
111 typedef typename make_storage_type< 1u >::aligned aligned_storage_type;
112 typedef typename make_storage_type< 4u >::type temp_storage_type;
114 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 1u;
115 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
117 …storage_type fetch_add(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in fetch_add()
129 … storage_type exchange(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in exchange()
141 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
[all …]
Dops_msvc_x86.hpp166 struct operations< 4u, Signed > : struct
169 typedef msvc_x86_operations< 4u, Signed, operations< 4u, Signed > > base_type;
170 typedef typename base_type::storage_type storage_type;
172 …storage_type fetch_add(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in fetch_add()
177 … storage_type exchange(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in exchange()
182 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
192 …storage_type fetch_and(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in fetch_and()
197 …e_type fetch_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_and()
206 … storage_type fetch_or(storage_type volatile& storage, storage_type v, memory_order) BOOST_NOEXCEPT in fetch_or()
211 …ge_type fetch_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_or()
[all …]
Dops_msvc_arm.hpp137 struct operations< 1u, Signed > : struct
140 typedef msvc_arm_operations< 1u, Signed, operations< 1u, Signed > > base_type;
141 typedef typename base_type::storage_type storage_type;
143 …NLINE void store(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in store()
150 …CEINLINE storage_type load(storage_type const volatile& storage, memory_order order) BOOST_NOEXCEPT in load()
157 …e_type fetch_add(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_add()
180 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange()
203 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
231 …e_type fetch_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_and()
254 …ge_type fetch_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_or()
[all …]
Dops_gcc_arm.hpp60 struct operations< 4u, Signed > : struct
63 typedef typename make_storage_type< 4u >::type storage_type;
64 typedef typename make_storage_type< 4u >::aligned aligned_storage_type;
66 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 4u;
67 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
69 …NLINE void store(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in store()
76 …CEINLINE storage_type load(storage_type const volatile& storage, memory_order order) BOOST_NOEXCEPT in load()
83 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange()
105 static BOOST_FORCEINLINE bool compare_exchange_weak( in compare_exchange_weak()
138 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
[all …]
Dops_gcc_alpha.hpp91 struct operations< 4u, Signed > : struct
94 typedef typename make_storage_type< 4u >::type storage_type;
95 typedef typename make_storage_type< 4u >::aligned aligned_storage_type;
97 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 4u;
98 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
100 …NLINE void store(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in store()
107 …CEINLINE storage_type load(storage_type const volatile& storage, memory_order order) BOOST_NOEXCEPT in load()
114 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange()
140 static BOOST_FORCEINLINE bool compare_exchange_weak( in compare_exchange_weak()
170 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
[all …]
Dops_gcc_atomic.hpp180 struct operations< 16u, Signed > : struct
183 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 16u;
184 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
190 struct operations< 16u, Signed > : struct
204 struct operations< 8u, Signed > : struct
207 static BOOST_CONSTEXPR_OR_CONST std::size_t storage_size = 8u;
208 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed;
220 struct operations< 8u, Signed > : struct
228 struct operations< 8u, Signed > : struct
248 struct operations< 4u, Signed > : struct
[all …]
Dops_windows.hpp111 struct operations< 4u, Signed > : struct
114 typedef windows_operations< 4u, Signed, operations< 4u, Signed > > base_type;
115 typedef typename base_type::storage_type storage_type;
117 …e_type fetch_add(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_add()
125 …ge_type exchange(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in exchange()
133 static BOOST_FORCEINLINE bool compare_exchange_strong( in compare_exchange_strong()
145 …e_type fetch_and(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_and()
159 …ge_type fetch_or(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_or()
173 …e_type fetch_xor(storage_type volatile& storage, storage_type v, memory_order order) BOOST_NOEXCEPT in fetch_xor()
189 struct operations< 1u, Signed > : struct
[all …]
Dops_gcc_sync.hpp158 struct operations< 1u, Signed > : struct
176 struct operations< 2u, Signed > : struct
192 struct operations< 4u, Signed > : struct
206 struct operations< 8u, Signed > : struct
218 struct operations< 16u, Signed > : struct
Dops_linux_arm.hpp147 struct operations< 1u, Signed > : struct
153 struct operations< 2u, Signed > : struct
159 struct operations< 4u, Signed > : struct
Dops_gcc_sparc.hpp131 struct operations< 4u, Signed > : struct
137 struct operations< 1u, Signed > : struct
143 struct operations< 2u, Signed > : struct
201 struct operations< 8u, Signed > : struct
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dmap_node.cc35 …de::MapNode(std::shared_ptr<DatasetNode> child, std::vector<std::shared_ptr<TensorOperation>> oper… in MapNode()
49 std::vector<std::shared_ptr<TensorOperation>> operations = operations_; in Copy() local
149 void MapNode::setOperations(const std::vector<std::shared_ptr<TensorOperation>> &operations) { in setOperations()
152 std::vector<std::shared_ptr<TensorOperation>> MapNode::operations() { return operations_; } in operations() function in mindspore::dataset::MapNode
201 std::vector<std::shared_ptr<TensorOperation>> operations; in from_json() local
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pyx.pxi24 def _start_batch(self, operations, tag, retain_self): argument
38 def start_client_batch(self, operations, tag): argument
43 def start_server_batch(self, operations, tag): argument
Dchannel.pyx.pxi86 cdef tuple _operate(grpc_call *c_call, object operations, object user_tag):
98 _ChannelState channel_state, _CallState call_state, object operations,
116 _ChannelState channel_state, _CallState call_state, object operations,
276 def operate(self, operations, tag): argument
321 def operate(self, operations, tag): argument
/third_party/node/doc/api/
Dn-api.md3273 ### napi_coerce_to_bool
3295 ### napi_coerce_to_number
3317 ### napi_coerce_to_object
3339 ### napi_coerce_to_string
3361 ### napi_typeof
3390 ### napi_instanceof
3415 ### napi_is_array
3434 ### napi_is_arraybuffer
3452 ### napi_is_buffer
3471 ### napi_is_date
[all …]
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md232 #### General considerations on multi-part operations
244 #### Multi-part operation entry point family `"hash_multipart"`
276 #### Operation family `"mac_multipart"`
280 #### Operation family `"mac_verify_multipart"`
284 #### Operation family `"cipher_encrypt_multipart"`
288 #### Operation family `"cipher_decrypt_multipart"`
292 #### Operation family `"aead_encrypt_multipart"`
296 #### Operation family `"aead_decrypt_multipart"`
300 #### Operation family `"key_derivation"`
/third_party/boost/boost/asio/detail/
Dposix_fd_set_adapter.hpp64 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set()
93 void perform(reactor_op_queue<socket_type>& operations, in perform()
Dwin_fd_set_adapter.hpp70 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>&) in set()
97 void perform(reactor_op_queue<socket_type>& operations, in perform()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dposix_fd_set_adapter.hpp64 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set()
93 void perform(reactor_op_queue<socket_type>& operations, in perform()
Dwin_fd_set_adapter.hpp70 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>&) in set()
97 void perform(reactor_op_queue<socket_type>& operations, in perform()
/third_party/boost/boost/iostreams/device/
Dmapped_file.hpp517 struct operations<mapped_file_source> struct
521 input_sequence(mapped_file_source& src) in input_sequence()
529 struct operations<mapped_file> struct
533 input_sequence(mapped_file& file) in input_sequence()
538 output_sequence(mapped_file& file) in output_sequence()
545 struct operations<mapped_file_sink> struct
549 output_sequence(mapped_file_sink& sink) in output_sequence()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_job.h32 explicit MapJob(std::vector<std::shared_ptr<TensorOp>> operations) : ops_(operations) {} in MapJob()
Dgpu_map_job.cc23 GpuMapJob::GpuMapJob(std::vector<std::shared_ptr<TensorOp>> operations) : MapJob(operations) {} in GpuMapJob()
/third_party/boost/boost/iostreams/
Doperations_fwd.hpp37 struct operations : detail::custom_tag { }; struct
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/
Dcygrpc_test.py134 def _perform_queue_operations(self, operations, call, queue, deadline, argument
341 def perform_server_operations(operations, description): argument

123