Home
last modified time | relevance | path

Searched refs:NN_ASSERT (Results 1 – 21 of 21) sorted by relevance

/CTR-SDK-4.2.5/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h942 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 …]
Djpeg_MpEncoder.h1231 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/
Dmath_Matrix34.ipp61 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 …]
Dmath_Matrix44.ipp140 NN_ASSERT( count > 1 );
Dmath_Quaternion.ipp71 NN_ASSERT( q->w == 0.0F );
Dmath_Types.ipp78 NN_ASSERT( count > 1 );
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_Storage.cpp32 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/
Dcx_StreamingUncompression.h359 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/
Dfnd_BuddyHeap.h75 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);
Dfnd_DateTime.h430 …DateTime(s64 milliseconds) : m_MilliSeconds(milliseconds) { NN_ASSERT(MIN_MILLISECONDS <= millisec… in DateTime()
/CTR-SDK-4.2.5/include/nn/font/
Dfont_CharStrmReader.h69 NN_ASSERT( mReadFunc == &CharStrmReader::ReadNextCharUTF8 in Set()
83 NN_ASSERT(mReadFunc == &CharStrmReader::ReadNextCharUTF16); in Set()
Dfont_Font.h24 #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))
Dfont_PackedFont.h324 NN_ASSERT( ! (node.prevIndex == LOCKED_INDEX) ^ (node.nextIndex == LOCKED_INDEX) ); in IsLockedNode()
Dfont_ArchiveFontBase.h268 NN_ASSERT( sheetNo < numSheets ); in IsRequireSheet()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Prefix.h23 #define NN_GR_ASSERT NN_ASSERT
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp77 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/
Dgr_Texture.cpp52 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/
Dnos_horizon.h392 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/
Dassert.h64 #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/
Dfont_RectDrawer.h239 NN_ASSERT(false); in SetUniformCommand()
/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp1582 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w );
1620 NN_ASSERT( pQ->x || pQ->y || pQ->z || pQ->w );