Home
last modified time | relevance | path

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

12

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/
Dgr_LookUpTable.h63 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
Dgr_Vertex.h333 PicaDataVertexAttrType type[ VERTEX_ATTRIBUTE_MAX ]; member
Dgr_Utility.h744 inline u32 PicaDataVertexAttrTypeToByteSize( const PicaDataVertexAttrType type ) in PicaDataVertexAttrTypeToByteSize()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/
Dutil_TypeTraits.h137 typedef integral_constant<T, v> type; typedef
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_WaitableCounter.h68 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value) in ArbitrateAddress()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nnet/
Dnnet_ext.h52 u16 type; member
66 u16 type; /* type */ member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/rtport/rvct/
Drvct_stdio.cpp52 int __raise(int signal, int type) { NN_UNUSED_VAR(signal); NN_UNUSED_VAR(type); return 0; } in __raise()
53 void __rt_raise(int sig, int type) { NN_UNUSED_VAR(sig); NN_UNUSED_VAR(type); } in __rt_raise()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Vertex.cpp81 const PicaDataVertexAttrType type ) in EnableAttrAsArray()
267 bit32* type = &command[ 2 ]; in MakeEnableAttrCommand_() local
Dgr_Shader.cpp271 struct SetupInfo { u16 type; u16 index; bit32 value[4]; }; in MakeConstRgCommand_() member
327 struct OutmapInfo { u16 type; u16 index; u16 mask; u16 reserve; }; in MakeOutAttrCommand_() member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/hio/CTR/
Dhio_HostFile.h216 s64 Seek(s64 offset, SeekType type) in Seek()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ARM/
Dos_ExceptionHandler.h60 util::SizedEnum1<ExceptionType> type; //!< 発生した例外の種類が格納されます。 member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/pl/CTR/
Dpl_SharedFont.h65 util::SizedEnum4<SharedFontType> type; member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_HeapBase.h204 void DebugFillMemory(uptr addr, size_t size, HeapFillType type) in DebugFillMemory()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/config/compiler/
Drvct.h35 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/tpl/CTR/
Dtpl_PackagerType.h73 unsigned char type; //!< 0: Cube / 1: 1D / 2: 2D member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/dbg/
Ddbg_Logger.h254 static void SetFlag(u8 type, bool value) in SetFlag()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/socket/
Dsocket_Berkeley.h59 inline s32 Socket(s32 af, s32 type, s32 protocol) in Socket()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/camera/CTR/
Dcamera_Api.h870 inline nn::Result PlayShutterSound( ShutterSoundType type ) in PlayShutterSound()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/dlp/CTR/
Ddlp_Type.h180 EventType type; member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/friends/CTR/
Dfriends_Types.h233 …u8 type; //!< 通知の種類が入っています。 @ref nn::friends::CTR::NotificationType の値が… member
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gx/CTR/
Dgx_MacroFragment.h244 #define PICA_CMD_DATA_FRAG_LIGHT_LUT(index, type) \ argument

12