Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT.c151 #ifndef MIN
152 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
351 …NumBytesToWrite = MIN(NumBytesToWrite, (pRing->SizeOfBuffer - WrOff)); // Number of bytes tha… in _WriteBlocking()
352 NumBytesToWrite = MIN(NumBytesToWrite, NumBytes); in _WriteBlocking()
544 NumBytesRem = MIN(NumBytesRem, BufferSize); in SEGGER_RTT_ReadNoLock()
571 NumBytesRem = MIN(NumBytesRem, BufferSize); in SEGGER_RTT_ReadNoLock()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dmacros.h239 #define MIN(x, y) ((x) < (y) ? (x) : (y))
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_lms.function129 memcpy(tmp_sig, sig->x, MIN(size, sig->len));
Dtest_suite_lmots.function127 memcpy(tmp_sig, sig->x, MIN(size, sig->len));
Dtest_suite_shax.function205 TEST_ASSERT(mbedtls_sha3_update(&ctx, in->x + l, MIN(in->len - l, block_size)) == 0);
Dtest_suite_psa_crypto_init.function49 *olen = MIN(len, state->length_sequence[state->step]);
Dtest_suite_aes.function185 size_t l = MIN(remaining, (size_t) step_size);
Dtest_suite_psa_crypto.function1322 * MIN(sizeof(psa_key_production_parameters_t),