Searched defs:max (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_constant_names.c | 195 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/ |
D | ssl_cache.c | 381 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) in mbedtls_ssl_cache_set_max_entries()
|
D | x509.c | 53 #define CHECK_RANGE(min, max, val) \ argument
|
D | ssl_tls.c | 1658 uint32_t min, uint32_t max) in mbedtls_ssl_conf_handshake_timeout()
|
/openthread-latest/tests/unit/ |
D | test_hdlc.cpp | 596 uint32_t GetRandom(uint32_t max) { return static_cast<uint32_t>(rand()) % max; } in GetRandom()
|
D | test_link_quality.cpp | 90 int8_t rss, ave, min, max; in TestLinkQualityData() local
|
D | test_spinel_buffer.cpp | 887 uint32_t GetRandom(uint32_t max) in GetRandom()
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_var.h | 561 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
|