Searched refs:MAX (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | macros.h | 248 #define MAX(x, y) ((x) > (y) ? (x) : (y))
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_entropy.function | 11 #define MBEDTLS_PSA_INJECT_ENTROPY_MIN_SIZE MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, \
|
D | test_suite_psa_crypto_init.function | 12 MAX(MBEDTLS_ENTROPY_MIN_PLATFORM, MBEDTLS_ENTROPY_BLOCK_SIZE)
|
D | test_suite_psa_its.function | 125 TEST_CALLOC(buffer, MAX(data1->len, data2->len));
|
D | test_suite_ctr_drbg.function | 317 /* Call update with too much data (sizeof(entropy) > MAX(_SEED)_INPUT).
|
D | test_suite_bignum_core.function | 641 size_t limbs = MAX(A.n, B.n); 754 size_t limbs = MAX(A.n, B.n);
|
D | test_suite_psa_crypto.function | 9954 TEST_CALLOC(actual_output, MAX(expected_output1->len,
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT.c | 155 #ifndef MAX 156 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|