| /CTR-SDK-0.14.4/include/nn/boss/ |
| D | boss_TaskPolicy.h | 52 …nline nn::Result Initialize(u32 interval, u32 count){return InitializeWithSecInterval(interval*60*… in Initialize() argument 65 nn::Result InitializeWithSecInterval(u32 intervalSec, u32 count); 76 …TaskPriority priority, u32 interval, u32 count){return InitializeWithSecInterval(priority, interva… in Initialize() argument 90 nn::Result InitializeWithSecInterval(TaskPriority priority, u32 intervalSec, u32 count);
|
| D | boss_Task.h | 97 nn::Result UpdateCount(u32 count);
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/ |
| D | ndm_DebugControl.cpp | 58 void GetDaemonDisableCount( DaemonName name, s32& count, s32& countTotal ) in GetDaemonDisableCount() argument 60 NN_UTIL_PANIC_IF_FAILED(Interface::GetDaemonDisableCount(name, &count, &countTotal)); in GetDaemonDisableCount() 63 void GetSchedulerDisableCount( s32& count, s32& countTotal ) in GetSchedulerDisableCount() argument 65 NN_UTIL_PANIC_IF_FAILED(Interface::GetSchedulerDisableCount(&count, &countTotal)); in GetSchedulerDisableCount()
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Transform.h | 121 NN_MATH_INLINE VEC3* VEC3TransformArray(VEC3* pOut, const MTX34* pM, const VEC3* pV, s32 count); 122 NN_MATH_INLINE VEC4* VEC3TransformArray(VEC4* pOut, const MTX44* pM, const VEC3* pV, u32 count); 128 NN_MATH_INLINE VEC3* VEC3TransformCoordArray(VEC3* pOut, const MTX44* pM, const VEC3* pV, u32 count… 138 …ay, const MTX34& m, const VEC3* pArray, s32 count) { return VEC3TransformArray( pOutArray, &m, pAr… in VEC3TransformArray() argument 139 …ay, const MTX44& m, const VEC3* pArray, u32 count) { return VEC3TransformArray( pOutArray, &m, pAr… in VEC3TransformArray() argument 145 …, const MTX44& m, const VEC3* pArray, u32 count) { return VEC3TransformCoordArray( pOutArray, &m, … in VEC3TransformCoordArray() argument
|
| D | math_Matrix44.h | 70 NN_MATH_INLINE MTX44* MTX44MultArray(MTX44* pOut, const MTX44* p1, const MTX44* pSrc, s32 count); 1034 …4* pOut, const MTX44& m1, const MTX44* pSrc, s32 count) { return MTX44MultArray( pOut, &m1, pSrc, … in MTX44MultArray() argument
|
| D | math_Matrix34.h | 48 NN_MATH_INLINE MTX34* MTX34MultArray(MTX34* pOut, const MTX34* p1, const MTX34* pSrc, s32 count); 1064 …34* pOut, const MTX34& m1, const MTX34* pSrc, s32 count) { return MTX34MultArray( pOut, m1, pSrc, … in MTX34MultArray() argument
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_SessionPool.h | 102 …Result TryInitialize(const char8* pName, size_t nameLen, SessionItem pSessions[], s32 count, s32 i… 107 NN_ASSERT(initial <= count); 123 for (s32 i = 0; i < count; ++i) 360 …ize(const char8* pName, size_t nameLen, nn::fnd::IAllocator& allocator, s32 count, s32 initial = 0) 362 const size_t arraySize = GetRequiredMemorySize(count); 369 new (m_pSessionItemArray) SessionItem[count]; 373 result = SessionPool::TryInitialize(pName, nameLen, m_pSessionItemArray, count, initial); 391 static size_t GetRequiredMemorySize(s32 count) in GetRequiredMemorySize() argument 393 return sizeof(SessionItem) * count; in GetRequiredMemorySize() 397 …Result TryInitialize(const char8* pName, size_t nameLen, SessionItem pSessions[], s32 count, s32 i…
|
| /CTR-SDK-0.14.4/include/nn/math/inline/ |
| D | math_Types.ipp | 89 @param[in] count 変換するベクトル配列の要素数 94 VEC3TransformArray(VEC3* pOut, const MTX34* __restrict pM, const VEC3* __restrict pV, s32 count) 99 NN_ASSERT( count > 1 ); 103 for (s32 i = 0; i < count; ++i) 115 for (s32 i = 0; i < count; ++i) 142 @param[in] count 変換するベクトル配列の要素数 147 VEC3TransformArray(VEC4* pOut, const MTX44* __restrict pM, const VEC3* __restrict pV, u32 count) 151 for (i = 0; i < count; ++i) 193 @param[in] count 変換するベクトル配列の要素数 198 VEC3TransformNormalArray(VEC3* pOut, const MTX34* pM, const VEC3* pV, u32 count) [all …]
|
| D | math_Matrix44.ipp | 276 @param[in] count 右辺値なる行列の配列の要素数 281 MTX44MultArray(MTX44* pOut, const MTX44* __restrict p1, const MTX44* __restrict pSrc, s32 count) 288 NN_ASSERT( count > 1 ); 290 for ( s32 i = 0 ; i < count ; i++ )
|
| D | math_Matrix34.ipp | 176 @param[in] count 右辺値なる行列の配列の要素数 181 MTX34MultArray(MTX34* pOut, const MTX34* __restrict p1, const MTX34* __restrict pSrc, s32 count) 188 NN_ASSERT( count > 1 ); 190 for ( s32 i = 0 ; i < count ; i++ )
|
| /CTR-SDK-0.14.4/build/omake/ |
| D | commondefs.cctype.RVCT.om | 288 count = $(add $(numbers_map.find $0), 1) 291 count = 1 293 numbers_map = $(numbers_map.add $0, $(count)) 299 count = $(numbers_map.find $1) 300 if $(gt $(count), 1) 310 numbers_map = $(numbers_map.add $1, $(sub $(count), 1))
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_MbufSystem.h | 41 s32 count; member 63 static size_t GetRequiredMemorySize(const Config pConfigs[], s32 count); 102 void Initialize(const Config pConfigs[], s32 count);
|
| D | osl_MbufPool.h | 39 void Initialize(u16 id, s16 unitSize, s32 count, uptr base, bool bServer); 55 static size_t GetRequiredMemorySize(s16 unitSize, s32 count); 78 SharedArea(size_t unitSize, s32 count);
|
| /CTR-SDK-0.14.4/include/nn/font/CTR/ |
| D | font_DispStringBuffer.h | 86 void SetDrawCharCount(u16 count) in SetDrawCharCount() 88 drawCharCount = count; in SetDrawCharCount()
|
| D | font_TextWriterBase.h | 487 std::size_t count, in VSNPrintf() argument 496 return vsnprintf(buffer, count, format, arg); in VSNPrintf() 501 std::size_t count, in VSNPrintf() argument 510 return vswprintf(buffer, count, format, arg); in VSNPrintf()
|
| /CTR-SDK-0.14.4/sources/libraries/gr/CTR/ |
| D | gr_FragmentLight.cpp | 123 s32 count = 0; in MakeLightEnvCommand() local 150 regLightEnableEach |= ( i << ( count++ * 4 ) ); in MakeLightEnvCommand() 163 *command++ = PICA_CMD_DATA_FRAG_LIGHT_EN( count ); in MakeLightEnvCommand() 171 *command++ = PICA_CMD_DATA_FRAG_LIGHT_NUM( count ); in MakeLightEnvCommand() 194 *command++ = PICA_CMD_DATA_FRAG_LIGHT_EN_INV( count ); in MakeLightEnvCommand()
|
| /CTR-SDK-0.14.4/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommon.cpp | 138 int count = 0; in DumpHeapList() local 143 count++; in DumpHeapList() 144 NN_TLOG_("[%d] -> %p %08X\n", count, pHeapHd, pHeapHd->signature); in DumpHeapList()
|
| D | fnd_DetailList.cpp | 291 int count = 0; in GetNthListObject() local 301 if (index == count) in GetNthListObject() 305 count++; in GetNthListObject()
|
| /CTR-SDK-0.14.4/include/gles2/ |
| D | gl2.h | 546 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count); 547 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const … 562 …_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); 604 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const char** stri… 617 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat* v); 619 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v); 621 GL_APICALL void GL_APIENTRY glUniform2fv (GLint location, GLsizei count, const GLfloat* v); 623 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint* v); 625 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v); 627 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint* v); [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/dbg/ |
| D | dbg_Logger.cpp | 129 for(int count = 0;pSrcTop != src && count < 3; pSrcTop--) in MakeFuncName() local 131 count = (*pSrcTop == ':') ? count + 1 : count; in MakeFuncName()
|
| /CTR-SDK-0.14.4/include/nn/hid/CTR/ |
| D | hid_GyroscopeReader.h | 478 void GetZeroDriftParam(f32& radius, s32& count, f32& power) const; 479 void SetZeroDriftParam(f32 radius, s32 count, f32 power);
|
| /CTR-SDK-0.14.4/include/nn/snd/CTR/Common/ |
| D | snd_Bcwav.h | 53 u32 count; member
|
| /CTR-SDK-0.14.4/include/nn/cec/CTR/ |
| D | cec_Control.h | 52 s32 count; //!< 受信回数(本体起動から) 通信が行われるとこの値が増加します。 member
|