Searched refs:U (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_Interlocked.h | 56 template <typename U, typename = void> struct StorageSelecter; 58 …template <typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s… 63 …template <typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s… 68 …template <typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s… 73 …template <typename U> struct StorageSelecter<U, typename nn::util::enable_if<sizeof(U) == sizeof(s… 95 template <typename U> F(const U& operand) : m_operand(operand) {} \
|
| D | fnd_Allocator.h | 85 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; }; 88 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() argument 115 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; }; 118 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter() argument
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_Thread.h | 226 template <typename T, typename U, typename Stack> 227 …void Start(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s32 coreNo… 277 template <typename T, typename U, typename Stack> 278 …nn::Result TryStart(void (*f)(T), U param, Stack& stack, s32 priority = DEFAULT_THREAD_PRIORITY, s… 319 template <typename T, typename U> 320 …void StartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority = DEFAULT_THREAD_PR… 366 template <typename T, typename U> 367 …nn::Result TryStartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority = DEFAULT_… 789 template <typename T, typename U> 792 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy() [all …]
|
| D | os_ManagedThread.h | 151 template <typename T, typename U, typename Stack> 152 …nn::Result TryInitialize (void (*f)(T), U param , Stack& stack, s32 priority = P… 221 template <typename T, typename U, typename Stack> 222 …void Initialize (void (*f)(T), U param, Stack& stack, s32 priority = P… 286 template <typename T, typename U> 287 …nn::Result TryInitializeUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority = P… 350 template <typename T, typename U> 351 …void InitializeUsingAutoStack (void (*f)(T), U param, size_t stackSize, s32 priority = P… 814 template <typename T, typename U> 817 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy() [all …]
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Utility.h | 52 template <typename T, typename U, typename S> 53 inline S Max(T a, U b) in Max() 84 template <typename T, typename U, typename S> 85 inline S Min(T a, U b) in Min() 118 template <typename T, typename U, typename R, typename S> 119 inline S Max(T a, U b, R c) in Max() 153 template <typename T, typename U, typename R, typename S> 154 inline S Min(T a, U b, R c) in Min()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ARMv6/ |
| D | fnd_Interlocked.h | 108 union U 114 U x; 140 union U 146 U x;
|
| /CTR-SDK-4.2.5/resources/specfiles/ |
| D | DemoVersion.desc | 93 - APT:U 98 - boss:U 116 - soc:U
|
| D | Application.desc | 93 - APT:U 98 - boss:U 116 - soc:U
|
| D | DlpChild.desc | 93 - APT:U 98 - boss:U 116 - soc:U
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_TypeTraits.h | 92 template <class T, class U> struct is_same; 256 template <class T, class U>
|