Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 34) sorted by relevance

12

/CTR-SDK-4.2.5/include/nn/net/compatible/nlib/
Dnlib_queue.h75 #define NLIB_Queue_EnqueueAfter(type, queue, previtem, item, link) \ argument
89 #define NLIB_Queue_EnqueueBefore(type, queue, item, afteritem, link) \ argument
103 #define NLIB_Queue_EnqueueTail(type, queue, item, link) \ argument
120 #define NLIB_Queue_EnqueueHead(type, queue, item, link) \ argument
137 #define NLIB_Queue_DequeueItem(type, queue, item, link) \ argument
160 #define NLIB_Queue_DequeueHead(type, queue, item, link) \ argument
178 #define NLIB_Queue_DequeueTail(type, queue, item, link) \ argument
195 #define NLIB_Queue_IterateQueue(type, queue, item, next, link) \ argument
205 #define NLIB_Queue_IterateQueueReverse(type, queue, item, prev, link) \ argument
/CTR-SDK-4.2.5/include/nn/os/
Dos_WaitableCounter.h79 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value) in ArbitrateAddress()
83 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value, fnd::TimeSpan timeout) in ArbitrateAddress()
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.h161 #define SetFillValForHeap(type, val) (0) argument
169 #define GetFillValForHeap(type) (0) argument
Dfnd_DetailHeapCommon.cpp315 int type, in SetFillValForHeap()
348 GetFillValForHeap(int type) in GetFillValForHeap()
/CTR-SDK-4.2.5/include/nn/util/
Dutil_TypeTraits.h137 typedef integral_constant<T, v> type; typedef
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_LookUpTable.h87 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
Dgr_Vertex.h337 PicaDataVertexAttrType type[ VERTEX_ATTRIBUTE_MAX ]; variable
Dgr_Utility.h890 inline u32 PicaDataVertexAttrTypeToByteSize( const PicaDataVertexAttrType type ) in PicaDataVertexAttrTypeToByteSize()
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_HeapBase.cpp55 void HeapBase::SetFillValue(HeapFillType type, u32 val) in SetFillValue()
65 u32 HeapBase::GetFillValue(HeapFillType type) in GetFillValue()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_WaitableCounter.cpp59 Result ArbitrateAddress( Handle arbiter, uptr addr, nn::os::ArbitrationType type, s32 value ) in ArbitrateAddress()
/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet_ext.h52 u16 type; member
66 u16 type; /* type */ member
/CTR-SDK-4.2.5/sources/libraries/rtport/rvct/
Drvct_stdio.cpp56 int __raise(int signal, int type) { NN_UNUSED_VAR(signal); NN_UNUSED_VAR(type); return 0; } in __raise()
57 void __rt_raise(int sig, int type) { NN_UNUSED_VAR(sig); NN_UNUSED_VAR(type); } in __rt_raise()
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp81 const PicaDataVertexAttrType type ) in EnableAttrAsArray()
297 bit32* type = &command[ 2 ]; in MakeEnableAttrCommand_() local
Dgr_Utility.cpp287 … bit32* MakePostVertexCacheEntryTypeCommand( bit32* command, const PostVertexCacheEntryType type ) in MakePostVertexCacheEntryTypeCommand()
Dgr_ShaderLite.cpp484 u16 type; in MakeConstRgCommand_() member
554 u16 type; in MakeOutAttrCommand_() member
1251 u16 type; in CalculateBufferSize_() member
1347 u16 type; in AssignBuffer_() member
Dgr_Shader.cpp421 u16 type; in MakeConstRgCommand_() member
491 u16 type; in MakeOutAttrCommand_() member
/CTR-SDK-4.2.5/include/nn/hio/CTR/
Dhio_HostFile.h243 s64 Seek(s64 offset, SeekType type) in Seek()
/CTR-SDK-4.2.5/include/nn/pl/CTR/
Dpl_SharedFont.h65 util::SizedEnum4<SharedFontType> type; member
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_HeapBase.h206 void DebugFillMemory(uptr addr, size_t size, HeapFillType type) in DebugFillMemory()
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Shader.h152 …UniformLocation(u8 shaderType, u16 managedLocation, u8 registerLocation, u8 size, UniformType type) in UniformLocation()
/CTR-SDK-4.2.5/include/nn/os/ARM/
Dos_ExceptionHandler.h60 util::SizedEnum1<ExceptionType> type; // member
/CTR-SDK-4.2.5/include/nn/tpl/CTR/
Dtpl_PackagerType.h73 unsigned char type; // member
/CTR-SDK-4.2.5/include/nn/config/compiler/
Drvct.h107 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Logger.h254 static void SetFlag(u8 type, bool value) in SetFlag()
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp150 void Instrument::Initialize( void* pBuffer, size_t bufferSize, s32 type ) in Initialize()

12