Searched refs:h (Results 1 – 12 of 12) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_Limits.cpp | 29 AutoCloser(Handle h) : m_Handle(h) in AutoCloser() argument 44 Handle h; in GetLimitCurrentCount() local 48 result = svc::GetResourceLimit(&h, nn::PSEUDO_HANDLE_CURRENT_PROCESS); in GetLimitCurrentCount() 54 AutoCloser ac(h); in GetLimitCurrentCount() 56 result = svc::GetResourceLimitCurrentValues(&v, h, &res, 1); in GetLimitCurrentCount() 67 Handle h; in GetLimitMaxCount() local 71 result = svc::GetResourceLimit(&h, nn::PSEUDO_HANDLE_CURRENT_PROCESS); in GetLimitMaxCount() 77 AutoCloser ac(h); in GetLimitMaxCount() 79 result = svc::GetResourceLimitLimitValues(&v, h, &res, 1); in GetLimitMaxCount()
|
| D | os_Environment.cpp | 43 Handle h; in GetMemoryQuotaSize() local 47 svc::GetResourceLimit(&h, PSEUDO_HANDLE_CURRENT_PROCESS); in GetMemoryQuotaSize() 48 svc::GetResourceLimitLimitValues(v, h, names, sizeof(*util::NumOfElementsT(names)) ); in GetMemoryQuotaSize() 49 svc::CloseHandle(h); in GetMemoryQuotaSize() 56 Handle h; in GetUsingMemorySize() local 60 svc::GetResourceLimit(&h, PSEUDO_HANDLE_CURRENT_PROCESS); in GetUsingMemorySize() 61 svc::GetResourceLimitCurrentValues(v, h, names, sizeof(*util::NumOfElementsT(names)) ); in GetUsingMemorySize() 62 svc::CloseHandle(h); in GetUsingMemorySize()
|
| D | os_WaitableCounter.cpp | 31 Handle h; in Initialize() local 32 Result ret = nn::svc::CreateAddressArbiter(&h); in Initialize() 37 s_Handle = h; in Initialize()
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_Memory.h | 195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect() argument
|
| /CTR-SDK-4.2.5/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 132 #define NN_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument 138 | NN_FONT_CMD_SCISSOR_VAL( (y) + (h) - 1, (cbSz).height ) << 16
|
| /CTR-SDK-4.2.5/build/linker/ |
| D | CTR.Process.MPCore.ldscript.template | 20 #include <nn/os/os_MemoryMapSelect.h>
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Matrix33.ipp | 15 #include <nn/math/math_Vector3.h>
|
| D | math_Matrix44.ipp | 17 #include <nn/math/math_Vector3.h>
|
| D | math_Matrix34.ipp | 16 #include <nn/math/math_Vector3.h>
|
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/ |
| D | math_Matrix33.ipp | 15 #include <nn/math/math_Vector3.h> 21 #include <nn/hw/ARM/code32.h> 231 #include <nn/hw/ARM/codereset.h>
|
| D | math_Matrix34.ipp | 16 #include <nn/math/math_Vector3.h>
|
| D | math_Matrix44.ipp | 17 #include <nn/math/math_Vector3.h>
|