Searched refs:OT_MIN (Results 1 – 5 of 5) sorted by relevance
89 #define OT_MIN(a, b) ((b) < (a) ? (b) : (a)) macro
121 size_t to_copy = OT_MIN(aLen - bytes_read, buffer->mLength); in otTcpMbedTlsSslRecvCallback()
96 aValueLength = OT_MIN(static_cast<int>(strlen(value)), (aValueLength - 1)); in Get()
365 mSendLink.mLength = OT_MIN(aArgs[0].GetLength(), sizeof(mSendBufferBytes)); in Process()404 uint32_t toSendOut = OT_MIN(OT_ARRAY_LENGTH(mBenchmarkLinks), benchmarkLinksLeft); in Process()821 size_t toSendThisIteration = OT_MIN(mBenchmarkBytesUnsent, sBenchmarkDataLength); in ContinueBenchmarkCircularSend()
491 numberOfHosts = OT_MIN(numberOfHosts, kAddressMappingPoolSize); in SetIp4Cidr()