| /CTR-SDK-2.4.0/include/nn/ |
| D | assert.h | 144 …define NN_MAX_ASSERT(exp, max) NN_ASSERTMSG( (exp) <= (max), "%s(=%d) must be <= %s(=%… argument 145 …fine NN_MAX_TASSERT_(exp, max) NN_TASSERTMSG_( (exp) <= (max), "%s(=%d) must be <= %s(=%… argument 146 …fine NN_MAX_SASSERT_(exp, max) NN_SASSERTMSG_( (exp) <= (max), "%s(=%d) must be <= %s(=%… argument 148 …p, min, max) NN_ASSERTMSG( (exp) >= (min) && (exp) <= (max), "%s(=%d) must be >= %s(=%d) and <… argument 149 …p, min, max) NN_TASSERTMSG_( (exp) >= (min) && (exp) <= (max), "%s(=%d) must be >= %s(=%d) and <… argument 150 …p, min, max) NN_SASSERTMSG_( (exp) >= (min) && (exp) <= (max), "%s(=%d) must be >= %s(=%d) and <… argument
|
| /CTR-SDK-2.4.0/include/nn/os/ |
| D | os_InterCoreLightSemaphore.h | 74 s32 max; member 82 if( x > max - value ) in operator() 84 x = max; in operator()
|
| D | os_LightSemaphore.h | 73 s32 max; member 81 if( x > max - value ) in operator() 83 x = max; in operator()
|
| /CTR-SDK-2.4.0/include/nn/font/CTR/ |
| D | font_CharWriter.h | 123 util::Color8 max in SetColorMapping() argument 127 m_ColorMapping.max = max; in SetColorMapping() 140 const util::Color8 GetColorMappingMax() const { return m_ColorMapping.max; } in GetColorMappingMax() 575 util::Color8 max; member
|
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Config.h | 31 #define NN_MATH_MINMAXLT_ASSERT(exp, min, max) \ argument 32 …exp) < (max), #exp " is out of bounds(%d)\n%d <= "#exp" < %d not satisfied.", static_cast<int>(exp…
|
| D | math_Geometry.h | 282 AABB(const VEC3& min, const VEC3& max, bool isNormalized = false) 283 : Pmin(min), Pmax(max) in Pmin()
|
| /CTR-SDK-2.4.0/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.cpp | 178 s64 max = nnosTickConvertToMicroSeconds(m_max); in printContents() local 180 … Printf( "%10.2llf, %8lld, %8lld, %10lld, %8d, \"%s\"\n", avg, min, max, total, m_times, m_name); in printContents()
|
| D | rdt_Utility.h | 264 T max(T a, T b) in max() function
|
| /CTR-SDK-2.4.0/include/nn/font/ |
| D | font_Font.h | 26 #define NN_FONT_MINMAX_ASSERT(exp, min, max) NN_ASSERT((exp) >= (min) && (exp) <= (max)) argument
|
| /CTR-SDK-2.4.0/include/nn/fnd/ |
| D | fnd_Allocator.h | 91 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size() 121 … size_type max_size() const throw() { return ::std::numeric_limits<size_type>::max() / sizeof(T); } in max_size()
|
| /CTR-SDK-2.4.0/include/nn/hid/CTR/ |
| D | hid_AnalogStickClamper.h | 62 void SetStickClamp(s16 min, s16 max);
|
| D | hid_PadReader.h | 146 void SetStickClamp(s16 min, s16 max);
|
| /CTR-SDK-2.4.0/sources/libraries/os/ |
| D | os_LightSemaphore.cpp | 29 updater.max = m_Max; in Release()
|
| D | os_InterCoreLightSemaphore.cpp | 29 updater.max = m_Max; in Release()
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | tooldefs.om | 112 --max-instatement-indent=40 --min-conditional-indent=0 \
|
| /CTR-SDK-2.4.0/include/nn/gx/CTR/ |
| D | gx_MacroOld.h | 581 #define PICA_CMD_DATA_TEX_LOD_REV(bias, max, min) \ argument 582 ( (bias) | (max) << 16 | (((min) < 0) ? 0 : (min)) << 24 )
|
| /CTR-SDK-2.4.0/sources/libraries/math/ |
| D | math_Geometry.cpp | 1210 IntersectionRay3AABB_(f32 min, f32 max, f32 o, f32 dir, f32& tNear, f32& tFar) in IntersectionRay3AABB_() argument 1215 if (o < min || o > max) in IntersectionRay3AABB_() 1223 f32 t1 = (max - o) * inv_dir; in IntersectionRay3AABB_() 1584 a2->Pmax.x = ::std::max(a0->Pmax.x, a1->Pmax.x); in MergeAABB() 1585 a2->Pmax.y = ::std::max(a0->Pmax.y, a1->Pmax.y); in MergeAABB() 1586 a2->Pmax.z = ::std::max(a0->Pmax.z, a1->Pmax.z); in MergeAABB()
|
| /CTR-SDK-2.4.0/include/nn/math/ARMv6/inline/ |
| D | math_Matrix44.ipp | 763 f32 max = 0.0f; 771 if ( ftmp > max ) 773 max = ftmp; 780 if ( max == 0.0f )
|