Searched refs:MIN (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT.c | 151 #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/ |
D | macros.h | 239 #define MIN(x, y) ((x) < (y) ? (x) : (y))
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_lms.function | 129 memcpy(tmp_sig, sig->x, MIN(size, sig->len));
|
D | test_suite_lmots.function | 127 memcpy(tmp_sig, sig->x, MIN(size, sig->len));
|
D | test_suite_shax.function | 205 TEST_ASSERT(mbedtls_sha3_update(&ctx, in->x + l, MIN(in->len - l, block_size)) == 0);
|
D | test_suite_psa_crypto_init.function | 49 *olen = MIN(len, state->length_sequence[state->step]);
|
D | test_suite_aes.function | 185 size_t l = MIN(remaining, (size_t) step_size);
|
D | test_suite_psa_crypto.function | 1322 * MIN(sizeof(psa_key_production_parameters_t),
|