| /CTR-SDK-1.3.0/CTR_SDK/include/nn/net/compatible/nlib/ |
| D | nlib_queue.h | 75 #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.3.0/CTR_SDK/include/nn/util/ |
| D | util_TypeTraits.h | 137 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.3.0/CTR_SDK/include/nn/boss/ |
| D | boss_TaskAction.h | 171 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ; 197 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ; 218 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ; 239 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ; 289 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_NsaDownloadAction.h | 76 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size); 102 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskOption.h | 92 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size); 111 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskPolicy.h | 139 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size); 161 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskError.h | 62 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| D | boss_TaskStatus.h | 73 Result GetProperty(PropertyType type, void* pValue, size_t size);
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommon.cpp | 315 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()
|
| D | fnd_DetailHeapCommon.h | 161 #define SetFillValForHeap(type, val) (0) argument 164 int type, 169 #define GetFillValForHeap(type) (0) argument 172 int type);
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/ |
| D | fnd_HeapBase.cpp | 55 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.3.0/CTR_SDK/sources/libraries/rtport/rvct/ |
| D | rvct_stdio.cpp | 52 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.3.0/CTR_SDK/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 324 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 >= 0 ) && in MakeOutAttrCommand_() 423 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_() 424 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_() 429 if ( ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_() 430 ( vtxOutmapInfo[ v ].type < 9 ) && in MakeOutAttrCommand_() 431 ( vtxOutmapInfo[ v ].type != 7 ) ) in MakeOutAttrCommand_() 433 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_() [all …]
|
| D | gr_Vertex.cpp | 81 const PicaDataVertexAttrType type ) in EnableAttrAsArray() argument 84 const u32 byte = PicaDataVertexAttrTypeToByteSize( type ); in EnableAttrAsArray() 104 array->type[ 0 ] = type; in EnableAttrAsArray() 172 array->type[ i ] = interleave_info.dataType[ i ]; in EnableInterleavedArray() 174 …byte[ i ] = i < interleave_info.dataNum ? PicaDataVertexAttrTypeToByteSize( array->type[ i ] ) : 0; in EnableInterleavedArray() 273 bit32* type = &command[ 2 ]; in MakeEnableAttrCommand_() local 313 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_HeapBase.h | 89 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()
|
| D | fnd_Interlocked.h | 58 …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.3.0/CTR_SDK/include/nn/fnd/ARMv6/ |
| D | fnd_Interlocked.h | 50 …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.3.0/CTR_SDK/include/nn/hio/CTR/ |
| D | hio_HostFile.h | 204 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.3.0/CTR_SDK/include/nn/os/ |
| D | os_WaitableCounter.h | 68 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.3.0/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_LookUpTable.h | 86 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.3.0/CTR_SDK/include/nn/snd/CTR/MPCore/ |
| D | snd_Voice.h | 185 void SetInterpolationType(InterpolationType type); 191 void SetFilterType(FilterType type); 354 void SetInterpolationTypeCommand(InterpolationType type); 355 void SetFilterTypeCommand(FilterType type);
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/config/compiler/ |
| D | rvct.h | 35 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument 36 __attribute__ ((format(type,m,n)))
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/mic/CTR/ |
| D | mic_Api.h | 152 … 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.3.0/CTR_SDK/include/nn/socket/ |
| D | socket_Debug.h | 31 Result GetDebugInformation( s32 s, DebugInfoType type, void* pInfo, size_t len );
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/dbg/ |
| D | dbg_Logger.h | 254 static void SetFlag(u8 type, bool value) in SetFlag() argument 258 s_ShowFlag |= type; in SetFlag() 262 s_ShowFlag &= (0xff ^ type); in SetFlag()
|