| /CTR-SDK-4.2.5/include/nn/jpeg/CTR/ |
| D | jpeg_MpDecoder.h | 942 NN_ASSERT(pNumber); in GetMpNumberOfImages() 943 NN_ASSERT(pIndex); in GetMpNumberOfImages() 969 NN_ASSERT(pIndex); in GetMpImageUidListSize() 996 NN_ASSERT(pIndex); in GetMpImageUidListOffset() 1021 NN_ASSERT(pFrames); in GetMpTotalFrames() 1022 NN_ASSERT(pIndex); in GetMpTotalFrames() 1077 NN_ASSERT(pEntry); in GetMpImageType() 1094 NN_ASSERT(pEntry); in GetMpImageSize() 1113 NN_ASSERT(pEntry); in GetMpImageOffset() 1127 NN_ASSERT(pEntry); in GetMpDependentImage1EntryNum() [all …]
|
| D | jpeg_MpEncoder.h | 1231 NN_ASSERT(pGps); in SetGpsVersionId() 1274 NN_ASSERT(pGps); in SetGpsLatitude() 1320 NN_ASSERT(pGps); in SetGpsLongitude() 1368 NN_ASSERT(pGps); in SetGpsAltitude() 1409 NN_ASSERT(pGps); in SetGpsTimeStamp() 1450 NN_ASSERT(pGps); in SetGpsSatellites() 1482 NN_ASSERT(pGps); in SetGpsStatus() 1515 NN_ASSERT(pGps); in SetGpsMeasureMode() 1548 NN_ASSERT(pGps); in SetGpsDop() 1591 NN_ASSERT(pGps); in SetGpsSpeed() [all …]
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Matrix34.ipp | 61 NN_ASSERT( count > 1 ); 117 NN_ASSERT(t != b); 118 NN_ASSERT(l != r); 146 NN_ASSERT(t != b); 147 NN_ASSERT(l != r); 175 NN_ASSERT((fovy > 0.0f) && (fovy < math::F_PI)); 176 NN_ASSERT(aspect != 0.0f); 205 NN_ASSERT(t != b); 206 NN_ASSERT(l != r); 235 NN_ASSERT(t != b); [all …]
|
| D | math_Matrix44.ipp | 140 NN_ASSERT( count > 1 );
|
| D | math_Quaternion.ipp | 71 NN_ASSERT( q->w == 0.0F );
|
| D | math_Types.ipp | 78 NN_ASSERT( count > 1 );
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_Storage.cpp | 32 NN_ASSERT(m_Position + ret <= m_Size); in TryRead() 49 NN_ASSERT(m_Position + ret <= m_Size); in TryWrite()
|
| /CTR-SDK-4.2.5/include/nn/cx/ |
| D | cx_StreamingUncompression.h | 359 NN_ASSERT( destSize > 0 ); in InitUncompContextRLFront() 377 NN_ASSERT( destSize > 0 ); in InitUncompContextLZFront() 392 NN_ASSERT( destSize > 0 ); in InitUncompContextHuffmanFront() 407 NN_ASSERT( destSize > 0 ); in InitUncompContextLHFront() 422 NN_ASSERT( destSize > 0 ); in InitUncompContextLRCFront()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_BuddyHeap.h | 75 NN_ASSERT((addr % ALIGN) == 0); in Initialize() 90 NN_ASSERT(numMaxOrders > 0); in Initialize() 134 NN_ASSERT(order >= 0); in AllocateByOrder() 171 NN_ASSERT((reinterpret_cast<uptr>(p) - m_HeapStart) % PAGE_SIZE == 0); in Free() 176 NN_ASSERT(GetIndexFromPage(*pPage) % (1 << order) == 0); in Free() 183 virtual void FreeV(void*) { NN_ASSERT(false); } in FreeV() 253 NN_ASSERT(m_pFirstPage); in PopFront() 280 NN_ASSERT(!pPage->pNext); in PushBack() 706 NN_ASSERT(alignment <= ALIGN);
|
| D | fnd_DateTime.h | 430 …DateTime(s64 milliseconds) : m_MilliSeconds(milliseconds) { NN_ASSERT(MIN_MILLISECONDS <= millisec… in DateTime()
|
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_CharStrmReader.h | 69 NN_ASSERT( mReadFunc == &CharStrmReader::ReadNextCharUTF8 in Set() 83 NN_ASSERT(mReadFunc == &CharStrmReader::ReadNextCharUTF16); in Set()
|
| D | font_Font.h | 24 #define NN_FONT_MIN_ASSERT(exp, min) NN_ASSERT((exp) >= (min)) 26 #define NN_FONT_MINMAX_ASSERT(exp, min, max) NN_ASSERT((exp) >= (min) && (exp) <= (max))
|
| D | font_PackedFont.h | 324 NN_ASSERT( ! (node.prevIndex == LOCKED_INDEX) ^ (node.nextIndex == LOCKED_INDEX) ); in IsLockedNode()
|
| D | font_ArchiveFontBase.h | 268 NN_ASSERT( sheetNo < numSheets ); in IsRequireSheet()
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Prefix.h | 23 #define NN_GR_ASSERT NN_ASSERT
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Compression.cpp | 77 NN_ASSERT( ((u32)srcp & 0x1) == 0 ); in CompressLZImpl() 78 NN_ASSERT( work != NULL ); in CompressLZImpl() 79 NN_ASSERT( size > 4 ); in CompressLZImpl() 398 NN_ASSERT( srcp != NULL ); in CompressRL() 399 NN_ASSERT( dstp != NULL ); in CompressRL() 400 NN_ASSERT( size > 4 ); in CompressRL() 591 NN_ASSERT( srcp != NULL ); in CompressHuffman() 592 NN_ASSERT( dstp != NULL ); in CompressHuffman() 593 NN_ASSERT( huffBitSize == 4 || huffBitSize == 8 ); in CompressHuffman() 594 NN_ASSERT( work != NULL ); in CompressHuffman() [all …]
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Texture.cpp | 52 NN_ASSERT( -16.f <= lodBias && lodBias <= 16.f ); in MakeCommand() 130 NN_ASSERT( -16.f <= lodBias && lodBias <= 16.f ); in MakeCommand() 174 NN_ASSERT( -16.f <= lodBias && lodBias <= 16.f ); in MakeCommand()
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 392 NN_ASSERT(m != NULL); in NOS_CreateMutex() 414 NN_ASSERT(mutexId != NULL); in NOS_DestroyMutex() 439 NN_ASSERT(mutexId != NULL); in NOS_LockMutex() 465 NN_ASSERT(mutexId != NULL); in NOS_UnlockMutex() 486 NN_ASSERT(mutexId != NULL); in NOS_TryLockMutex()
|
| /CTR-SDK-4.2.5/include/nn/ |
| D | assert.h | 64 #define NN_ASSERT(exp) macro 299 #undef NN_ASSERT 407 #define NN_ASSERT( exp) NN_ASSERTMSG( (exp), "%s", #exp) macro
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 239 NN_ASSERT(false); in SetUniformCommand()
|
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 1582 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w ); 1620 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w );
|