Home
last modified time | relevance | path

Searched defs:max (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_constant_names.c195 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed()
234 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c381 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) in mbedtls_ssl_cache_set_max_entries()
Dx509.c53 #define CHECK_RANGE(min, max, val) \ argument
Dssl_tls.c1658 uint32_t min, uint32_t max) in mbedtls_ssl_conf_handshake_timeout()
/openthread-latest/tests/unit/
Dtest_hdlc.cpp596 uint32_t GetRandom(uint32_t max) { return static_cast<uint32_t>(rand()) % max; } in GetRandom()
Dtest_link_quality.cpp90 int8_t rss, ave, min, max; in TestLinkQualityData() local
Dtest_spinel_buffer.cpp887 uint32_t GetRandom(uint32_t max) in GetRandom()
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_var.h561 #define max(x, y) ((x) > (y) ? (x) : (y)) macro