/third_party/mbedtls/tests/suites/ |
D | test_suite_ecdh.data | 44 ECDH restartable rfc 5903 p256 restart enabled max_ops=0 (disabled) 48 ECDH restartable rfc 5903 p256 restart enabled max_ops=1 52 ECDH restartable rfc 5903 p256 restart enabled max_ops=10000 56 ECDH restartable rfc 5903 p256 restart enabled max_ops=250 60 ECDH restartable rfc 5903 p256 restart disabled max_ops=0 (disabled) 64 ECDH restartable rfc 5903 p256 restart disabled max_ops=1 68 ECDH restartable rfc 5903 p256 restart disabled max_ops=10000 72 ECDH restartable rfc 5903 p256 restart disabled max_ops=250
|
D | test_suite_pk.data | 239 ECDSA restartable sign/verify: ECDSA, max_ops=0 (disabled) 243 ECDSA restartable sign/verify: ECKEY, max_ops=0 (disabled) 247 ECDSA restartable sign/verify: ECDSA, max_ops=1 251 ECDSA restartable sign/verify: ECKEY, max_ops=1 255 ECDSA restartable sign/verify: ECDSA, max_ops=10000 259 ECDSA restartable sign/verify: ECKEY, max_ops=10000 263 ECDSA restartable sign/verify: ECDSA, max_ops=250 267 ECDSA restartable sign/verify: ECKEY, max_ops=250
|
D | test_suite_ecdsa.data | 293 ECDSA restartable read-verify: max_ops=0 (disabled) 297 ECDSA restartable read-verify: max_ops=1 301 ECDSA restartable read-verify: max_ops=10000 305 ECDSA restartable read-verify: max_ops=250 309 ECDSA restartable sign-write: secp256r1 max_ops=0 (disabled) 313 ECDSA restartable sign-write: secp256r1 restart max_ops=1 317 ECDSA restartable sign-write: secp256r1 restart max_ops=10000 321 ECDSA restartable sign-write: secp256r1 restart max_ops=250
|
D | test_suite_ecp.data | 730 ECP restartable mul secp256r1 max_ops=0 (disabled) 734 ECP restartable mul secp256r1 max_ops=1 738 ECP restartable mul secp256r1 max_ops=10000 742 ECP restartable mul secp256r1 max_ops=250 746 ECP restartable muladd secp256r1 max_ops=0 (disabled) 750 ECP restartable muladd secp256r1 max_ops=1 754 ECP restartable muladd secp256r1 max_ops=10000 758 ECP restartable muladd secp256r1 max_ops=250
|
/third_party/harfbuzz/src/ |
D | hb-sanitize.hh | 125 max_ops (0), max_subtables (0), in hb_sanitize_context_t() 171 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops() 201 this->max_ops = HB_SANITIZE_MAX_OPS_MAX; in start_processing() 203 this->max_ops = hb_clamp ((unsigned) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing() 236 (this->max_ops -= len) > 0); in check_range() 390 mutable int max_ops, max_subtables; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 125 max_ops (0), max_subtables (0), in hb_sanitize_context_t() 172 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops() 202 this->max_ops = HB_SANITIZE_MAX_OPS_MAX; in start_processing() 204 this->max_ops = hb_clamp ((unsigned) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing() 238 (this->max_ops -= len) > 0); in check_range() 404 mutable int max_ops, max_subtables; member
|
D | hb-aat-layout-common.hh | 575 if ((c->max_ops -= state_neg - min_state) <= 0) in sanitize() 594 if ((c->max_ops -= max_state - state_pos + 1) <= 0) in sanitize() 610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize() 837 if (!(entry.flags & context_t::DontAdvance) || buffer->max_ops-- <= 0) in drive()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 123 max_ops (0), in hb_sanitize_context_t() 163 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops() 192 this->max_ops = hb_max ((unsigned int) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing() 224 this->max_ops-- > 0); in check_range() 379 mutable int max_ops; member
|
D | hb-aat-layout-common.hh | 572 if ((c->max_ops -= state_neg - min_state) <= 0) in sanitize() 591 if ((c->max_ops -= max_state - state_pos + 1) <= 0) in sanitize() 607 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize() 784 if (!(entry.flags & context_t::DontAdvance) || buffer->max_ops-- <= 0) in drive()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | select_reactor.hpp | 56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator 59 max_select_ops = 3, connect_op = 1, max_ops = 3 }; 199 reactor_op_queue<socket_type> op_queue_[max_ops];
|
D | epoll_reactor.hpp | 54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 69 op_queue<reactor_op> op_queue_[max_ops]; 70 bool try_speculative_[max_ops];
|
D | dev_poll_reactor.hpp | 49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 198 reactor_op_queue<socket_type> op_queue_[max_ops];
|
D | kqueue_reactor.hpp | 62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 78 op_queue<reactor_op> op_queue_[max_ops];
|
/third_party/boost/boost/asio/detail/ |
D | select_reactor.hpp | 56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator 59 max_select_ops = 3, connect_op = 1, max_ops = 3 }; 199 reactor_op_queue<socket_type> op_queue_[max_ops];
|
D | epoll_reactor.hpp | 54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 69 op_queue<reactor_op> op_queue_[max_ops]; 70 bool try_speculative_[max_ops];
|
D | dev_poll_reactor.hpp | 49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 198 reactor_op_queue<socket_type> op_queue_[max_ops];
|
D | kqueue_reactor.hpp | 62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator 78 op_queue<reactor_op> op_queue_[max_ops];
|
/third_party/boost/boost/asio/detail/impl/ |
D | kqueue_reactor.ipp | 83 for (int i = 0; i < max_ops; ++i) 215 static const int num_kevents[max_ops] = { 1, 2, 1 }; 275 for (int i = 0; i < max_ops; ++i) 316 for (int i = 0; i < max_ops; ++i) 366 for (int i = 0; i < max_ops; ++i) 469 static const unsigned int filter[max_ops] = 471 static const int filter[max_ops] = 474 for (int j = max_ops - 1; j >= 0; --j)
|
D | dev_poll_reactor.ipp | 63 for (int i = 0; i < max_ops; ++i) 94 for (int i = 0; i < max_ops; ++i) 235 for (int i = 0; i < max_ops; ++i) 268 for (int j = 0; j < max_ops; ++j) 360 for (int j = 0; j < max_ops; ++j) 412 for (int i = 0; i < max_ops; ++i)
|
D | epoll_reactor.ipp | 83 for (int i = 0; i < max_ops; ++i) 166 for (int i = 0; i < max_ops; ++i) 209 for (int i = 0; i < max_ops; ++i) 331 for (int i = 0; i < max_ops; ++i) 368 for (int i = 0; i < max_ops; ++i) 414 for (int i = 0; i < max_ops; ++i) 735 static const int flag[max_ops] = { EPOLLIN, EPOLLOUT, EPOLLPRI }; 736 for (int j = max_ops - 1; j >= 0; --j)
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | kqueue_reactor.ipp | 83 for (int i = 0; i < max_ops; ++i) 215 static const int num_kevents[max_ops] = { 1, 2, 1 }; 275 for (int i = 0; i < max_ops; ++i) 316 for (int i = 0; i < max_ops; ++i) 366 for (int i = 0; i < max_ops; ++i) 469 static const unsigned int filter[max_ops] = 471 static const int filter[max_ops] = 474 for (int j = max_ops - 1; j >= 0; --j)
|
D | dev_poll_reactor.ipp | 63 for (int i = 0; i < max_ops; ++i) 94 for (int i = 0; i < max_ops; ++i) 235 for (int i = 0; i < max_ops; ++i) 268 for (int j = 0; j < max_ops; ++j) 360 for (int j = 0; j < max_ops; ++j) 412 for (int i = 0; i < max_ops; ++i)
|
D | epoll_reactor.ipp | 83 for (int i = 0; i < max_ops; ++i) 166 for (int i = 0; i < max_ops; ++i) 209 for (int i = 0; i < max_ops; ++i) 331 for (int i = 0; i < max_ops; ++i) 368 for (int i = 0; i < max_ops; ++i) 414 for (int i = 0; i < max_ops; ++i) 735 static const int flag[max_ops] = { EPOLLIN, EPOLLOUT, EPOLLPRI }; 736 for (int j = max_ops - 1; j >= 0; --j)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | argmax_cpu_kernel.cc | 100 auto max_ops = std::max_element(array_axis.begin(), array_axis.end()); in Launch() local 101 auto max_index = static_cast<int32_t>(std::distance(array_axis.begin(), max_ops)); in Launch()
|
D | argmax_with_value_cpu_kernel.cc | 95 auto max_ops = std::max_element(array_axis.begin(), array_axis.end()); in Launch() local 96 auto max_index = static_cast<int32_t>(std::distance(array_axis.begin(), max_ops)); in Launch()
|