Searched refs:max_ops (Results 1 – 9 of 9) sorted by relevance
44 max_select_ops = 3, connect_op = 1, max_ops = 3 }; enumerator161 reactor_op_queue<socket_type> op_queue_[max_ops];
232 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
574 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()
98 int max_ops; /* Maximum allowed operations. */ member
952 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()
446 if (unlikely (nesting_level_left == 0 || !recurse_func || buffer->max_ops-- <= 0)) in recurse()1114 if (unlikely (buffer->max_ops <= 0)) in apply_lookup()
720 buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_buffer_create()
53 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)
253 __u32 max_ops; member