Home
last modified time | relevance | path

Searched defs:max_ops (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/asio/detail/
Ddev_poll_reactor.hpp49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
Dselect_reactor.hpp56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator
Depoll_reactor.hpp54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
Dkqueue_reactor.hpp62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
/third_party/boost/libs/asio/include/boost/asio/detail/
Ddev_poll_reactor.hpp49 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
Dselect_reactor.hpp56 max_select_ops = 3, connect_op = 3, max_ops = 4 }; enumerator
Depoll_reactor.hpp54 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
Dkqueue_reactor.hpp62 connect_op = 1, except_op = 2, max_ops = 3 }; enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dargmax_cpu_kernel.cc100 auto max_ops = std::max_element(array_axis.begin(), array_axis.end()); in Launch() local
Dargmax_with_value_cpu_kernel.cc95 auto max_ops = std::max_element(array_axis.begin(), array_axis.end()); in Launch() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh379 mutable int max_ops; member
Dhb-buffer.hh98 int max_ops; /* Maximum allowed operations. */ member
/third_party/harfbuzz/src/
Dhb-sanitize.hh390 mutable int max_ops, max_subtables; member
Dhb-buffer.hh98 int max_ops; /* Maximum allowed operations. */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh404 mutable int max_ops, max_subtables; member
Dhb-buffer.hh99 int max_ops; /* Maximum allowed operations. */ member
/third_party/mbedtls/library/
Decp.c134 void mbedtls_ecp_set_max_ops( unsigned max_ops ) in mbedtls_ecp_set_max_ops()