Searched defs:address (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeapCommonImpl.h | 197 void* address, in FillAllocMemory() 218 #define FillFreeMemory(pHeapHd, address, size) ((void) 0) argument 223 void* address, in FillFreeMemory() 235 #define FillNoUseMemory(pHeapHd, address, size) ((void) 0) argument 240 void* address, in FillNoUseMemory()
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_Allocator.h | 90 pointer address(reference& x) const { return &x; } in address() function 91 const_pointer address(const_reference& x) const { return &x; } in address() function 120 pointer address(reference& x) const { return &x; } in address() function 121 const_pointer address(const_reference& x) const { return &x; } in address() function
|
| /CTR-SDK-4.2.5/include/nn/dsp/CTR/Common/ |
| D | dsp_Types.h | 47 #define NN_DSP_ADDR_TO_ARM(address) (u32)((address) << 1) argument 48 #define NN_DSP_ADDR_TO_DSP(address) (u16)((u32)(address) >> 1) argument
|
| D | dsp_Common.h | 106 DSPAddr address; // Starting address of the buffer member
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_Dump.cpp | 35 uptr address; in DumpMemory() local
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Utility.cpp | 32 CommandBufferJumpHelper::CommandBufferJumpHelper(bit32* address) in CommandBufferJumpHelper()
|
| /CTR-SDK-4.2.5/include/nn/socket/ |
| D | socket_Types.h | 78 InAddr address; member
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Utility.h | 83 void Put(bit32* address) { in Put() 93 void Put(uptr address) in Put()
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_ManagedThread.cpp | 334 ManagedThread* ManagedThread::FindByStackAddress(uptr address) in FindByStackAddress() 343 Finder(uptr address) : m_Address(address), m_pFound(NULL) {} in FindByStackAddress()
|
| /CTR-SDK-4.2.5/include/nn/net/osl/ |
| D | osl_Mbuf.h | 350 static bool IsAligned(uptr address, u8 align, s8 offset) in IsAligned()
|