Home
last modified time | relevance | path

Searched defs:index (Results 1 – 23 of 23) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadLocalStorage.cpp38 inline bool IsMappedIndex(s32 index) in IsMappedIndex()
68 s32 index = SearchFreeTLSIndex(); in AllocateTLSIndex() local
81 s32 FreeTLSIndex(int index) in FreeTLSIndex()
/CTR-SDK-0.13.2/include/nn/net/osl/
Dosl_MbufIndexed.h47 void SetNext(Index index) in SetNext()
52 void SetPrevious(Index index) in SetPrevious()
Dosl_MbufPool.h101 inline Mbuf* MbufPool::GetPtrFromIndex(s32 index) in GetPtrFromIndex()
Dosl_IpcDispatcher.h81 s32 index; in WaitAny() local
/CTR-SDK-0.13.2/include/nn/font/
Dfont_PackedFont.h313 bool IsLocked(int index) const in IsLocked()
346 OrderNode& GetNode(int index) { return mpOrderNodeArray[index]; } in GetNode()
348 const OrderNode& GetNode(int index) const { return mpOrderNodeArray[index]; } in GetNode()
Dfont_ResFontBase.h304 GetTextureObject(int index) const in GetTextureObject()
Dfont_ResourceFormat.h167 u16 index; // グリフインデックス member
Dfont_ArchiveFontBase.h489 static bool GetBit(const u32* bits, u32 index) in GetBit()
/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp271 struct SetupInfo { u16 type; u16 index; u32 value[4]; }; in MakeConstRgCommand_() member
327 struct OutmapInfo { u16 type; u16 index; u16 mask; u16 reserve; }; in MakeOutAttrCommand_() member
421 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
467 for ( int index = 0; index < VS_OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
588 for ( int index = 0; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
597 for ( int index = outNum; index < OUT_ATTR_INDEX_MAX; ++index ) in MakeOutAttrCommand_() local
803 int index = -1; in SearchBindSymbol() local
/CTR-SDK-0.13.2/sources/libraries/fslow/
Dfslow_SafeHandle.cpp59 void SafeHandleTableEntry::Initialize(s32 index) in Initialize()
313 void SafeHandleTable::UnregisterRecursive(s32 index) in UnregisterRecursive()
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_FixedBufferVector.h58 void Remove(int index) in Remove()
/CTR-SDK-0.13.2/include/nn/fslow/
Dfslow_SafeHandle.h203 SafeHandle(bit8 index) { Initialize(index); } in SafeHandle()
345 SafeHandleTableEntry* GetEntry(s32 index) const in GetEntry()
Dfslow_HandleTable.h231 s32 index = handle.GetFixedValue(); in FindEntryFromHandle() local
/CTR-SDK-0.13.2/sources/libraries/fnd/detail/
Dfnd_DetailList.cpp289 GetNthListObject(const NNSFndList* list, u16 index) in GetNthListObject()
/CTR-SDK-0.13.2/sources/libraries/tpl/CTR/
Dtpl_crc32.cpp162 const char *getTextureFilePath(const void *infoData, int index) in getTextureFilePath()
Dtpl_Internal.h56 int index; member
/CTR-SDK-0.13.2/include/nn/gx/CTR/
Dgx_MacroShader.h139 #define PICA_CMD_DATA_VS_FLOAT_ADDR(mode, index) \ argument
142 #define PICA_CMD_SET_VS_FLOAT_ADDR(mode, index) \ argument
561 #define PICA_CMD_DATA_GS_FLOAT_ADDR(mode, index) \ argument
564 #define PICA_CMD_SET_GS_FLOAT_ADDR(mode, index) \ argument
Dgx_MacroMisc.h198 #define PICA_CMD_DATA_GAS_LUT_INDEX(index) (index) argument
215 #define PICA_CMD_DATA_FOG_LUT_INDEX(index) (index) argument
Dgx_MacroFragment.h209 #define PICA_CMD_DATA_FRAG_LIGHT_LUT(index, type) \ argument
Dgx_MacroTexture.h559 #define PICA_CMD_DATA_PROCTEX_LUT(index, refTable) \ argument
Dgx_MacroOld.h395 #define PICA_CMD_DATA_PROTEX_LUT(index, attrib) \ argument
/CTR-SDK-0.13.2/sources/libraries/test/
Dtest_XmlOutput.cpp66 int index = 0; in ConvertToXmlString() local
/CTR-SDK-0.13.2/include/nn/net/compatible/nos/
Dnos_horizon.h1103 NN_INLINE NOSMessageBuf *NOS_m_getaddr(int index) in NOS_m_getaddr()