Home
last modified time | relevance | path

Searched refs:max_ops (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-sanitize.hh125 max_ops (0), max_subtables (0), in hb_sanitize_context_t()
172 void set_max_ops (int max_ops_) { max_ops = max_ops_; } in set_max_ops()
202 this->max_ops = HB_SANITIZE_MAX_OPS_MAX; in start_processing()
204 this->max_ops = hb_clamp ((unsigned) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing()
238 (this->max_ops -= len) > 0); in check_range()
404 mutable int max_ops, max_subtables; member
H A Dhb-aat-layout-common.hh575 if ((c->max_ops -= state_neg - min_state) <= 0) in sanitize()
594 if ((c->max_ops -= max_state - state_pos + 1) <= 0) in sanitize()
610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
837 if (!(entry.flags & context_t::DontAdvance) || buffer->max_ops-- <= 0) in drive()
H A Dhb-buffer.hh99 int max_ops; /* Maximum allowed operations. */ member
H A Dhb-aat-layout-morx-table.hh745 if (unlikely ((buffer->max_ops -= count) <= 0)) return; in transition()
773 if (unlikely ((buffer->max_ops -= count) <= 0)) return; in transition()
H A Dhb-ot-shape.cc1166 c->buffer->max_ops = hb_max (c->buffer->len * HB_BUFFER_MAX_OPS_FACTOR, in hb_ot_shape_internal()
1201 c->buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_ot_shape_internal()
H A Dhb-buffer.cc650 buffer->max_ops = HB_BUFFER_MAX_OPS_DEFAULT; in hb_buffer_create()
H A Dhb-ot-layout-gsubgpos.hh592 if (unlikely (nesting_level_left == 0 || !recurse_func || buffer->max_ops-- <= 0)) in recurse()
1381 if (unlikely (buffer->max_ops <= 0)) in apply_lookup()
/third_party/mbedtls/library/
H A Dpsa_crypto_core.h628 * \param[in] max_ops The maximum number of ops to be executed in a
634 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops);
H A Dpsa_crypto.c3433 void psa_interruptible_set_max_ops(uint32_t max_ops) in psa_interruptible_set_max_ops() argument
3435 psa_interruptible_max_ops = max_ops; in psa_interruptible_set_max_ops()
3755 void mbedtls_psa_interruptible_set_max_ops(uint32_t max_ops) in mbedtls_psa_interruptible_set_max_ops() argument
3764 if (max_ops == 0) { in mbedtls_psa_interruptible_set_max_ops()
3765 max_ops = 1; in mbedtls_psa_interruptible_set_max_ops()
3768 mbedtls_ecp_set_max_ops(max_ops); in mbedtls_psa_interruptible_set_max_ops()
3770 (void) max_ops; in mbedtls_psa_interruptible_set_max_ops()
3898 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_sign_hash_complete()
4136 /* Ensure max_ops is set to the current value (or default). */ in mbedtls_psa_verify_hash_complete()
H A Decp.c108 void mbedtls_ecp_set_max_ops(unsigned max_ops) in mbedtls_ecp_set_max_ops() argument
110 ecp_max_ops = max_ops; in mbedtls_ecp_set_max_ops()
1845 * So if ECC operations are blocking for too long even with a low max_ops
/third_party/mbedtls/include/mbedtls/
H A Decp.h494 * \param max_ops Maximum number of basic operations done in a row.
508 * operations, and will do so even if max_ops is set to a
521 void mbedtls_ecp_set_max_ops(unsigned max_ops);
524 * \brief Check if restart is enabled (max_ops != 0)
526 * \return \c 0 if \c max_ops == 0 (restart disabled)
/third_party/mbedtls/include/psa/
H A Dcrypto.h4275 * for \p max_ops means functions will block for a
4295 * \note The interpretation of \p max_ops is also
4327 * \param max_ops The maximum number of ops to be executed in a
4332 void psa_interruptible_set_max_ops(uint32_t max_ops);

Completed in 37 milliseconds