Home
last modified time | relevance | path

Searched defs:max_ops (Results 1 – 11 of 11) 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/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.c403 void mbedtls_ecp_set_max_ops( unsigned max_ops ) in mbedtls_ecp_set_max_ops()