Home
last modified time | relevance | path

Searched refs:Min (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Utility.h85 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/
Dutil_Color.h136 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/
Dfont_ArchiveFontBase.h316 void TaskProceed(u32 size) { opSize -= nn::math::Min(size, opSize); } in TaskProceed()
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp1627 int copySize = math::Min<int>(dataSize, 4 - pucd->headerSize); in ReadUncompDeflate()
1653 int copySize = math::Min<int>(dataSize, 8 - pucd->headerSize); in ReadUncompDeflate()
Dcx_Uncompression.cpp255 length = nn::math::Min(length, destCount); in UncompressLZ()