Home
last modified time | relevance | path

Searched refs:U (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_Interlocked.h56 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) {} \
Dfnd_Allocator.h80 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; };
83 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() argument
110 template <class U> struct rebind { typedef StdUnitAllocatorAdapter<Allocator, U, Tag> other; };
113 …template <class U> StdUnitAllocatorAdapter(const StdUnitAllocatorAdapter<Allocator, U, Tag>&) thro… in StdUnitAllocatorAdapter() argument
/CTR-SDK-0.13.2/include/nn/os/
Dos_Thread.h230 template <typename T, typename U, typename Stack>
231 …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…
312 template <typename T, typename U>
313 …void StartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority = DEFAULT_THREAD_PR…
355 template <typename T, typename U>
356 …nn::Result TryStartUsingAutoStack(void (*f)(T), U param, size_t stackSize, s32 priority = DEFAULT_…
708 template <typename T, typename U>
711 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy()
[all …]
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Utility.h29 template <typename T, typename U, typename S>
30 inline S Max(T a, U b) in Max()
41 template <typename T, typename U, typename S>
42 inline S Min(T a, U b) in Min()
53 template <typename T, typename U, typename R, typename S>
54 inline S Max(T a, U b, R c) in Max()
65 template <typename T, typename U, typename R, typename S>
66 inline S Min(T a, U b, R c) in Min()
/CTR-SDK-0.13.2/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h108 union U
114 U x;
140 union U
146 U x;
/CTR-SDK-0.13.2/resources/specfiles/
DDlpChild.desc89 - APT:U
94 - boss:U
113 - soc:U
135 //fyduVU5zB3UXsSK2TVV9vYqjtDC+JZ23ov4ogy/hh0/U/rTO90eGIJrlcx
DApplication.desc89 - APT:U
94 - boss:U
113 - soc:U
/CTR-SDK-0.13.2/include/nn/util/
Dutil_TypeTraits.h92 template <class T, class U> struct is_same;
256 template <class T, class U>