Home
last modified time | relevance | path

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

1234

/CTR-SDK-4.2.5/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-4.2.5/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-4.2.5/include/nn/boss/
Dboss_TaskAction.h192 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);
Dboss_NsaDownloadAction.h76 nn::Result virtual SetProperty(PropertyType type, const void* pValue, size_t size);
102 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskOption.h92 nn::Result SetProperty(PropertyType type, const void* pValue, size_t size);
111 nn::Result GetProperty(PropertyType type, void* pValue, size_t size);
Dboss_TaskPolicy.h139 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/
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-4.2.5/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-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp81 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_()
361type[ input_index / 8 ] |= vtx_array.type[ j ] << ( 4 * ( input_index % 8 ) ); in MakeEnableAttrCommand_()
Dgr_Shader.cpp421 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 …]
Dgr_ShaderLite.cpp484 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/
Dos_WaitableCounter.h79 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/
Drvct_stdio.cpp56 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/
Dfnd_HeapBase.h91 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()
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-4.2.5/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-4.2.5/include/nn/hio/CTR/
Dhio_HostFile.h228 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/
Dos_WaitableCounter.cpp59 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/
Ddetail.csv933 …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/
Dgr_LookUpTable.h87 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/
Drvct.h107 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
108 __attribute__ ((format(type,m,n)))
/CTR-SDK-4.2.5/include/nn/mic/CTR/
Dmic_Api.h151 … 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/
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()
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Debug.h31 Result GetDebugInformation( s32 s, DebugInfoType type, void* pInfo, size_t len );

1234