Searched defs:max_ops (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/boost/asio/detail/ |
D | dev_poll_reactor.hpp | 49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
D | select_reactor.hpp | 56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator
|
D | epoll_reactor.hpp | 54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
D | kqueue_reactor.hpp | 62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | dev_poll_reactor.hpp | 49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
D | select_reactor.hpp | 56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator
|
D | epoll_reactor.hpp | 54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
D | kqueue_reactor.hpp | 62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
|
/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
|
D | argmax_with_value_cpu_kernel.cc | 95 auto max_ops = std::max_element(array_axis.begin(), array_axis.end()); in Launch() local
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 379 mutable int max_ops; member
|
D | hb-buffer.hh | 98 int max_ops; /* Maximum allowed operations. */ member
|
/third_party/harfbuzz/src/ |
D | hb-sanitize.hh | 390 mutable int max_ops, max_subtables; member
|
D | hb-buffer.hh | 98 int max_ops; /* Maximum allowed operations. */ member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-sanitize.hh | 404 mutable int max_ops, max_subtables; member
|
D | hb-buffer.hh | 99 int max_ops; /* Maximum allowed operations. */ member
|
/third_party/mbedtls/library/ |
D | ecp.c | 134 void mbedtls_ecp_set_max_ops( unsigned max_ops ) in mbedtls_ecp_set_max_ops()
|