Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 64) sorted by relevance

123

/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nlib/
Dnlib_queue.h75 #define NLIB_Queue_EnqueueAfter(type, queue, previtem, item, link) \ argument
83 ((type) (item)->link.next)->link.prev = (NLIBQueue*) (item); \
89 #define NLIB_Queue_EnqueueBefore(type, queue, item, afteritem, link) \ argument
97 ((type) (item)->link.prev)->link.next = (NLIBQueue*) (item); \
103 #define NLIB_Queue_EnqueueTail(type, queue, item, link) \ argument
111 ((type) ___prev)->link.next = (NLIBQueue*) (item); \
120 #define NLIB_Queue_EnqueueHead(type, queue, item, link) \ argument
128 ((type) ___next)->link.prev = (NLIBQueue*) (item); \
137 #define NLIB_Queue_DequeueItem(type, queue, item, link) \ argument
148 ((type) ___next)->link.prev = ___prev; \
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_TypeTraits.h137 typedef integral_constant<T, v> type; typedef
186 typedef u8 type;
192 typedef u16 type;
198 typedef u32 type;
204 typedef u64 type;
216 typename detail::AlignmentType<Align>::type a;
220 typedef UnionType type;
230 struct enable_if<true, T> { typedef T type; };
/CTR-SDK-1.0.0/CTR_SDK/include/nn/boss/
Dboss_TaskAction.h149 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
173 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
192 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ;
211 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
259 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_NsaDownloadAction.h69 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size);
93 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskOption.h87 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
104 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskPolicy.h130 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
150 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskStatus.h71 Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskError.h60 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.cpp315 int type, in SetFillValForHeap() argument
319 NN_TASSERT_(type < NN_OS_HEAP_FILL_MAX); in SetFillValForHeap()
322 u32 oldVal = sFillVals[type]; in SetFillValForHeap()
323 sFillVals[type] = val; in SetFillValForHeap()
348 GetFillValForHeap(int type) in GetFillValForHeap() argument
350 NN_TASSERT_(type < NN_OS_HEAP_FILL_MAX); in GetFillValForHeap()
352 return sFillVals[type]; in GetFillValForHeap()
Dfnd_DetailHeapCommon.h161 #define SetFillValForHeap(type, val) (0) argument
164 int type,
169 #define GetFillValForHeap(type) (0) argument
172 int type);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/fnd/
Dfnd_HeapBase.cpp55 void HeapBase::SetFillValue(HeapFillType type, u32 val) in SetFillValue() argument
58 (void)detail::SetFillValForHeap(type, val); in SetFillValue()
60 NN_UNUSED_VAR(type); in SetFillValue()
65 u32 HeapBase::GetFillValue(HeapFillType type) in GetFillValue() argument
68 return detail::GetFillValForHeap(type); in GetFillValue()
70 NN_UNUSED_VAR(type); in GetFillValue()
/CTR-SDK-1.0.0/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() argument
53 void __rt_raise(int sig, int type) { NN_UNUSED_VAR(sig); NN_UNUSED_VAR(type); } in __rt_raise() argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_HeapBase.h89 static void SetFillValue(HeapFillType type, bit32 val);
96 static bit32 GetFillValue(HeapFillType type);
204 void DebugFillMemory(uptr addr, size_t size, HeapFillType type) in DebugFillMemory() argument
209 FillMemory32(addr, addr + size, GetFillValue(type)); in DebugFillMemory()
Dfnd_Interlocked.h58 …typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s64)>::type>
63 …typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s32)>::type>
68 …typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s16)>::type>
73 …<typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s8)>::type>
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Vertex.cpp81 const PicaDataVertexAttrType type ) in EnableAttrAsArray() argument
84 const u32 byte = PicaDataVertexAttrTypeToByteSize( type ); in EnableAttrAsArray()
103 array->type[ 0 ] = type; in EnableAttrAsArray()
171 array->type[ i ] = interleave_info.dataType[ i ]; in EnableInterleavedArray()
173 …byte[ i ] = i < interleave_info.dataNum ? PicaDataVertexAttrTypeToByteSize( array->type[ i ] ) : 0; in EnableInterleavedArray()
267 bit32* type = &command[ 2 ]; in MakeEnableAttrCommand_() local
294type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
Dgr_Shader.cpp324 struct SetupInfo { u16 type; u16 index; bit32 value[4]; }; in MakeConstRgCommand_() member
336 switch ( info.type ) in MakeConstRgCommand_()
380 struct OutmapInfo { u16 type; u16 index; u16 mask; u16 reserve; }; in MakeOutAttrCommand_() member
422 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_()
425 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
437 …copy_mask & ( 1 << g ) ) && ( outmapInfo[ g ].type >= 0 && outmapInfo[ g ].type < 9 && outmapInfo[… in MakeOutAttrCommand_()
440 outmap_buffer[ outMapBufferCount ].type = outmapInfo[ g ].type; in MakeOutAttrCommand_()
450 … ( vtxOutmapInfo[ v ].type >= 0 && vtxOutmapInfo[ v ].type < 9 && vtxOutmapInfo[ v ].type != 7 ) ) in MakeOutAttrCommand_()
453 outmap_buffer[ outMapBufferCount ].type = vtxOutmapInfo[ v ].type; in MakeOutAttrCommand_()
485 switch ( outmap_buffer[ i ].type ) in MakeOutAttrCommand_()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h50 …me T> struct AtomicStorageSelecter<T, typename nn::util::enable_if<sizeof(T) == sizeof(s64)>::type>
55 …me T> struct AtomicStorageSelecter<T, typename nn::util::enable_if<sizeof(T) == sizeof(s32)>::type>
60 …me T> struct AtomicStorageSelecter<T, typename nn::util::enable_if<sizeof(T) == sizeof(s16)>::type>
65 …ame T> struct AtomicStorageSelecter<T, typename nn::util::enable_if<sizeof(T) == sizeof(s8)>::type>
102 …latile T* p, UpdateFunc& update, typename nn::util::enable_if<sizeof(T) <= sizeof(s64)>::type* = 0)
134 …e T* p, T compValue, T setValue, typename nn::util::enable_if<sizeof(T) <= sizeof(s64)>::type* = 0)
/CTR-SDK-1.0.0/CTR_SDK/include/nn/hio/CTR/
Dhio_HostFile.h204 Result Seek(s64* pPosition, s64 offset, SeekType type);
216 s64 Seek(s64 offset, SeekType type) in Seek() argument
219 return Seek(&pos, offset, type).IsFailure() ? -1: pos; in Seek()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_WaitableCounter.h68 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value) in ArbitrateAddress() argument
70 return nn::svc::ArbitrateAddress(s_Handle, reinterpret_cast<uptr>(&m_Value), type, value); in ArbitrateAddress()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_LookUpTable.h86 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() argument
89 *command++ = PICA_CMD_DATA_FRAG_LIGHT_LUT( 0, type ); in MakeCommand()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/snd/CTR/MPCore/
Dsnd_Voice.h185 void SetInterpolationType(InterpolationType type);
191 void SetFilterType(FilterType type);
354 void SetInterpolationTypeCommand(InterpolationType type);
355 void SetFilterTypeCommand(FilterType type);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/config/compiler/
Drvct.h35 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
36 __attribute__ ((format(type,m,n)))
/CTR-SDK-1.0.0/CTR_SDK/include/nn/mic/CTR/
Dmic_Api.h152 … Result StartSampling( SamplingType type, SamplingRate rate, s32 offset, size_t size, bool loop );
280 bool GetForbiddenArea( s32* upper, s32* lower, SamplingType type, u8 gain );
/CTR-SDK-1.0.0/CTR_SDK/include/nn/socket/
Dsocket_Debug.h31 Result GetDebugInformation( s32 s, DebugInfoType type, void* pInfo, size_t len );
/CTR-SDK-1.0.0/CTR_SDK/include/nn/dbg/
Ddbg_Logger.h254 static void SetFlag(u8 type, bool value) in SetFlag() argument
258 s_ShowFlag |= type; in SetFlag()
262 s_ShowFlag &= (0xff ^ type); in SetFlag()

123