Home
last modified time | relevance | path

Searched refs:max_ops (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dselect_reactor.hpp44 max_select_ops = 3, connect_op = 1, max_ops = 3 }; enumerator
161 reactor_op_queue<socket_type> op_queue_[max_ops];
/external/harfbuzz_ng/src/
Dhb-machinery.hh232 max_ops (0), in hb_sanitize_context_t()
261 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops()
293 this->max_ops = MAX ((unsigned int) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing()
322 this->max_ops-- > 0; in check_range()
476 mutable int max_ops; member
Dhb-aat-layout-common.hh574 if ((c->max_ops -= state_neg - min_state) < 0) in sanitize()
593 if ((c->max_ops -= max_state - state_pos + 1) < 0) in sanitize()
609 if ((c->max_ops -= num_entries - entry) < 0) in sanitize()
784 last_was_dont_advance = (entry->flags & context_t::DontAdvance) && buffer->max_ops-- > 0; in drive()
Dhb-buffer.hh98 int max_ops; /* Maximum allowed operations. */ member
Dhb-ot-shape.cc952 c->buffer->max_ops = MAX (c->buffer->len * HB_BUFFER_MAX_OPS_FACTOR, in hb_ot_shape_internal()
985 c->buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_ot_shape_internal()
Dhb-ot-layout-gsubgpos.hh446 if (unlikely (nesting_level_left == 0 || !recurse_func || buffer->max_ops-- <= 0)) in recurse()
1114 if (unlikely (buffer->max_ops <= 0)) in apply_lookup()
Dhb-buffer.cc720 buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_buffer_create()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.ipp53 for (int i = 0; i < max_ops; ++i)
133 for (int i = 0; i < max_ops; ++i)
227 for (int i = 0; i < max_ops; ++i)
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h253 __u32 max_ops; member