Searched refs:Min (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Utility.h | 85 inline S Min(T a, U b) in Min() function 100 inline T Min(T a, T b) in Min() function 154 inline S Min(T a, U b, R c) in Min() function 170 inline T Min(T a, T b, T c) in Min() function
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Color.h | 136 nn::math::Min(this->r + right.r, ELEMENT_MAX), 137 nn::math::Min(this->g + right.g, ELEMENT_MAX), 138 nn::math::Min(this->b + right.b, ELEMENT_MAX), 139 nn::math::Min(this->a + right.a, ELEMENT_MAX) 349 nn::math::Min(this->r + right.r, ELEMENT_MAX), 350 nn::math::Min(this->g + right.g, ELEMENT_MAX), 351 nn::math::Min(this->b + right.b, ELEMENT_MAX), 352 nn::math::Min(this->a + right.a, ELEMENT_MAX)
|
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_ArchiveFontBase.h | 316 void TaskProceed(u32 size) { opSize -= nn::math::Min(size, opSize); } in TaskProceed()
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_StreamingUncompression.cpp | 1627 int copySize = math::Min<int>(dataSize, 4 - pucd->headerSize); in ReadUncompDeflate() 1653 int copySize = math::Min<int>(dataSize, 8 - pucd->headerSize); in ReadUncompDeflate()
|
| D | cx_Uncompression.cpp | 255 length = nn::math::Min(length, destCount); in UncompressLZ()
|