| /CTR-SDK-2.4.0/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 | 1229 NN_ASSERT(pGps); in SetGpsVersionId() 1272 NN_ASSERT(pGps); in SetGpsLatitude() 1318 NN_ASSERT(pGps); in SetGpsLongitude() 1366 NN_ASSERT(pGps); in SetGpsAltitude() 1407 NN_ASSERT(pGps); in SetGpsTimeStamp() 1448 NN_ASSERT(pGps); in SetGpsSatellites() 1480 NN_ASSERT(pGps); in SetGpsStatus() 1513 NN_ASSERT(pGps); in SetGpsMeasureMode() 1546 NN_ASSERT(pGps); in SetGpsDop() 1589 NN_ASSERT(pGps); in SetGpsSpeed() [all …]
|
| /CTR-SDK-2.4.0/include/nn/socket/ |
| D | socket_SessionPool.h | 63 NN_ASSERT(m_pSessionItem == NULL); in Allocate() 72 NN_ASSERT(m_pSessionItem == NULL); in TryAllocate() 107 NN_ASSERT(initial <= count); 108 NN_ASSERT(m_numActiveSession == 0); 109 NN_ASSERT(m_listActive.IsEmpty() 183 NN_ASSERT(m_numActiveSession >= 0); in Finalize() 195 NN_ASSERT(m_listActive.IsEmpty() in Finalize() 198 NN_ASSERT(m_numActiveSession == 0); in Finalize() 236 NN_ASSERT(!m_listInactive.IsEmpty()); in TryAllocate() 250 NN_ASSERT(pSessionItem); in Free() [all …]
|
| /CTR-SDK-2.4.0/include/nn/cx/ |
| D | cx_StreamingUncompression.h | 260 NN_ASSERT( destSize > 0 ); in InitUncompContextRLFront() 278 NN_ASSERT( destSize > 0 ); in InitUncompContextLZFront() 293 NN_ASSERT( destSize > 0 ); in InitUncompContextHuffmanFront() 308 NN_ASSERT( destSize > 0 ); in InitUncompContextLHFront() 323 NN_ASSERT( destSize > 0 ); in InitUncompContextLRCFront()
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/net/osl/ |
| D | osl_BuddyHeap.h | 65 NN_ASSERT((addr % ALIGN) == 0); in Initialize() 80 NN_ASSERT(numMaxOrders > 0); in Initialize() 111 NN_ASSERT(order >= 0); in AllocateByOrder() 141 NN_ASSERT((reinterpret_cast<uptr>(p) - m_HeapStart) % PAGE_SIZE == 0); in Free() 146 NN_ASSERT(GetIndexFromPage(*pPage) % (1 << order) == 0); in Free() 153 virtual void FreeV(void*) { NN_ASSERT(false); } in FreeV() 204 NN_ASSERT(m_pFirstPage); in PopFront() 221 NN_ASSERT(!pPage->pNext); in PushBack() 304 NN_ASSERT(pPage); in GetFreePage() 530 NN_ASSERT(alignment <= ALIGN);
|
| D | osl_IpcDispatcher.h | 136 NN_ASSERT(!m_bInitialized); 156 NN_ASSERT(m_bInitialized); in Finalize() 174 NN_ASSERT(p && reinterpret_cast<Worker*>(p)->m_pDispatcher); in delete() 310 NN_ASSERT(maxThreads > 0); in ConstructWorkerList() 318 NN_ASSERT(pWorker); in ConstructWorkerList()
|
| /CTR-SDK-2.4.0/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 | 415 …DateTime(s64 milliseconds) : m_MilliSeconds(milliseconds) { NN_ASSERT(MIN_MILLISECONDS <= millisec… in DateTime()
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/math/inline/ |
| D | math_Matrix34.ipp | 188 NN_ASSERT( count > 1 ); 220 NN_ASSERT(t != b); 221 NN_ASSERT(l != r); 262 NN_ASSERT((fovy > 0.0f) && (fovy < math::F_PI)); 263 NN_ASSERT(aspect != 0.0f); 307 NN_ASSERT(t != b); 308 NN_ASSERT(l != r);
|
| D | math_Matrix44.ipp | 288 NN_ASSERT( count > 1 );
|
| D | math_Quaternion.ipp | 168 NN_ASSERT( q->w == 0.0F );
|
| D | math_Types.ipp | 99 NN_ASSERT( count > 1 );
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_Prefix.h | 24 #define NN_GR_ASSERT NN_ASSERT
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 391 NN_ASSERT(m != NULL); in NOS_CreateMutex() 413 NN_ASSERT(mutexId != NULL); in NOS_DestroyMutex() 438 NN_ASSERT(mutexId != NULL); in NOS_LockMutex() 464 NN_ASSERT(mutexId != NULL); in NOS_UnlockMutex() 485 NN_ASSERT(mutexId != NULL); in NOS_TryLockMutex()
|
| /CTR-SDK-2.4.0/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 239 NN_ASSERT(false); in SetUniformCommand()
|
| /CTR-SDK-2.4.0/include/nn/ |
| D | assert.h | 124 #define NN_ASSERT(exp) NN_ASSERTMSG((exp), "%s", #exp) macro
|
| /CTR-SDK-2.4.0/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 1576 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w ); 1614 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w );
|