/third_party/boost/boost/atomic/detail/ |
D | ops_gcc_ppc.hpp | 83 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 …]
|
D | ops_gcc_x86.hpp | 106 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 …]
|
D | ops_msvc_x86.hpp | 166 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 …]
|
D | ops_msvc_arm.hpp | 137 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 …]
|
D | ops_gcc_arm.hpp | 60 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 …]
|
D | ops_gcc_alpha.hpp | 91 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 …]
|
D | ops_gcc_atomic.hpp | 180 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 …]
|
D | ops_windows.hpp | 111 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 …]
|
D | ops_gcc_sync.hpp | 158 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
|
D | ops_linux_arm.hpp | 147 struct operations< 1u, Signed > : struct 153 struct operations< 2u, Signed > : struct 159 struct operations< 4u, Signed > : struct
|
D | ops_gcc_sparc.hpp | 131 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/ |
D | map_node.cc | 35 …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/ |
D | call.pyx.pxi | 24 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
|
D | channel.pyx.pxi | 86 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/ |
D | n-api.md | 3273 ### 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/ |
D | psa-driver-interface.md | 232 #### 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/ |
D | posix_fd_set_adapter.hpp | 64 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()
|
D | win_fd_set_adapter.hpp | 70 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/ |
D | posix_fd_set_adapter.hpp | 64 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()
|
D | win_fd_set_adapter.hpp | 70 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/ |
D | mapped_file.hpp | 517 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/ |
D | map_job.h | 32 explicit MapJob(std::vector<std::shared_ptr<TensorOp>> operations) : ops_(operations) {} in MapJob()
|
D | gpu_map_job.cc | 23 GpuMapJob::GpuMapJob(std::vector<std::shared_ptr<TensorOp>> operations) : MapJob(operations) {} in GpuMapJob()
|
/third_party/boost/boost/iostreams/ |
D | operations_fwd.hpp | 37 struct operations : detail::custom_tag { }; struct
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | cygrpc_test.py | 134 def _perform_queue_operations(self, operations, call, queue, deadline, argument 341 def perform_server_operations(operations, description): argument
|