| /CTR-SDK-4.2.5/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-4.2.5/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-4.2.5/include/nn/boss/ |
| D | boss_TaskAction.h | 192 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ; 219 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ; 240 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ; 261 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ; 312 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);
|
| /CTR-SDK-4.2.5/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-4.2.5/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-4.2.5/sources/libraries/gr/CTR/ |
| 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() 261 type[ index ] = PICA_DATA_SIZE_1_BYTE; in DisableAll() 297 bit32* type = &command[ 2 ]; in MakeEnableAttrCommand_() local 329 switch (vtx_array.type[ j ]) in MakeEnableAttrCommand_() 361 … type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
|
| D | gr_Shader.cpp | 421 u16 type; in MakeConstRgCommand_() member 436 switch ( info.type ) in MakeConstRgCommand_() 491 u16 type; in MakeOutAttrCommand_() member 535 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_() 536 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_() 537 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_() 542 if ( ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_() 543 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_() 544 ( vtxOutmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_() 546 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_() [all …]
|
| D | gr_ShaderLite.cpp | 484 u16 type; in MakeConstRgCommand_() member 499 switch ( info.type ) in MakeConstRgCommand_() 554 u16 type; in MakeOutAttrCommand_() member 598 if ( ( outmapInfo[ g ].type >= 0 ) && in MakeOutAttrCommand_() 599 ( outmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_() 600 ( outmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_() 605 if ( ( vtxOutmapInfo[ v ].type >= 0 ) && in MakeOutAttrCommand_() 606 ( vtxOutmapInfo[ g ].type < 9 ) && in MakeOutAttrCommand_() 607 ( vtxOutmapInfo[ g ].type != 7 ) ) in MakeOutAttrCommand_() 609 if ( outmapInfo[ g ].type == vtxOutmapInfo[ v ].type ) in MakeOutAttrCommand_() [all …]
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_WaitableCounter.h | 79 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value) in ArbitrateAddress() argument 81 … return nn::svc::ArbitrateAddress(s_Handle, reinterpret_cast<uptr>(&m_Value), type, value, 0); in ArbitrateAddress() 83 Result ArbitrateAddress(nn::os::ArbitrationType type, s32 value, fnd::TimeSpan timeout) in ArbitrateAddress() argument 85 …return nn::svc::ArbitrateAddress(s_Handle, reinterpret_cast<uptr>(&m_Value), type, value, timeout.… in ArbitrateAddress()
|
| /CTR-SDK-4.2.5/sources/libraries/rtport/rvct/ |
| D | rvct_stdio.cpp | 56 int __raise(int signal, int type) { NN_UNUSED_VAR(signal); NN_UNUSED_VAR(type); return 0; } in __raise() argument 57 void __rt_raise(int sig, int type) { NN_UNUSED_VAR(sig); NN_UNUSED_VAR(type); } in __rt_raise() argument
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_HeapBase.h | 91 static void SetFillValue(HeapFillType type, bit32 val); 98 static bit32 GetFillValue(HeapFillType type); 206 void DebugFillMemory(uptr addr, size_t size, HeapFillType type) in DebugFillMemory() argument 211 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-4.2.5/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-4.2.5/include/nn/hio/CTR/ |
| D | hio_HostFile.h | 228 Result Seek(s64* pPosition, s64 offset, SeekType type); 243 s64 Seek(s64 offset, SeekType type) in Seek() argument 246 return Seek(&pos, offset, type).IsFailure() ? -1: pos; in Seek()
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_WaitableCounter.cpp | 59 Result ArbitrateAddress( Handle arbiter, uptr addr, nn::os::ArbitrationType type, s32 value ) in ArbitrateAddress() argument 61 return svc::ArbitrateAddress(arbiter, addr, type, value, 0); in ArbitrateAddress()
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 933 …e object bound to GL_TEXTURE0 when rendering.)","Regarding the format and type arguments of the gl… 1187 …{RgbMap, AlphaMap, NoiseMap, R, G, B, A} and glTexImage1D","Specifies the type of the lookup table… 3831 …_FragmentLightSource[i].sampler{SP, DA}, and glTexImage1D","Specifies the type of the lookup table… 4034 …[3:0],"size, type of glVertexAttribPointer","Specifies the type of internal vertex attribute 0. Re… 4035 0x0: size=1,type=GL_BYTE 4036 0x1: size=1,type=GL_UNSIGNED_BYTE 4037 0x2: size=1,type=GL_SHORT 4038 0x3: size=1,type=GL_FLOAT 4039 0x4: size=2,type=GL_BYTE 4040 0x5: size=2,type=GL_UNSIGNED_BYTE [all …]
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_LookUpTable.h | 87 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() argument 90 *command++ = PICA_CMD_DATA_FRAG_LIGHT_LUT( 0, type ); in MakeCommand()
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | rvct.h | 107 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument 108 __attribute__ ((format(type,m,n)))
|
| /CTR-SDK-4.2.5/include/nn/mic/CTR/ |
| D | mic_Api.h | 151 … Result StartSampling( SamplingType type, SamplingRate rate, s32 offset, size_t size, bool loop ); 279 bool GetForbiddenArea( s32* upper, s32* lower, SamplingType type, u8 gain );
|
| /CTR-SDK-4.2.5/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()
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Debug.h | 31 Result GetDebugInformation( s32 s, DebugInfoType type, void* pInfo, size_t len );
|