Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 70) sorted by relevance

123

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_HandleManager.cpp23 void nnosHandleManagerAttachEventHandle(nnosEvent* p, nnHandle handle) in nnosHandleManagerAttachEventHandle()
29 void nnosHandleManagerDetachEventHandle(nnosEvent* p) in nnosHandleManagerDetachEventHandle()
35 void nnosHandleManagerAttachMutexHandle(nnosMutex* p, nnHandle handle) in nnosHandleManagerAttachMutexHandle()
41 void nnosHandleManagerDetachMutexHandle(nnosMutex* p) in nnosHandleManagerDetachMutexHandle()
47 void nnosHandleManagerAttachSemaphoreHandle(nnosSemaphore* p, nnHandle handle) in nnosHandleManagerAttachSemaphoreHandle()
53 void nnosHandleManagerDetachSemaphoreHandle(nnosSemaphore* p) in nnosHandleManagerDetachSemaphoreHandle()
59 void nnosHandleManagerAttachTimerHandle(nnosTimer* p, nnHandle handle) in nnosHandleManagerAttachTimerHandle()
65 void nnosHandleManagerDetachTimerHandle(nnosTimer* p) in nnosHandleManagerDetachTimerHandle()
72 void nnosHandleManagerAttachSharedMemoryHandle(nnosSharedMemoryBlock* p, nnHandle handle) in nnosHandleManagerAttachSharedMemoryHandle()
78 void nnosHandleManagerDetachSharedMemoryHandle(nnosSharedMemoryBlock* p) in nnosHandleManagerDetachSharedMemoryHandle()
Dos_Timer.cpp39 void nnosTimerInitialize(nnosTimer* p, bool isManualReset) in nnosTimerInitialize()
44 bool nnosTimerTryInitialize(nnosTimer* p, bool isManualReset) in nnosTimerTryInitialize()
52 void nnosTimerStartPeriodic(nnosTimer* p, s64 first, s64 interval) in nnosTimerStartPeriodic()
58 void nnosTimerStartOneShot(nnosTimer* p, s64 time) in nnosTimerStartOneShot()
64 void nnosTimerWait(nnosTimer* p) in nnosTimerWait()
70 void nnosTimerStop(nnosTimer* p) in nnosTimerStop()
76 void nnosTimerClearSignal(nnosTimer* p) in nnosTimerClearSignal()
82 void nnosTimerFinalize(nnosTimer* p) in nnosTimerFinalize()
88 void nnosTimerSignal(nnosTimer* p) in nnosTimerSignal()
Dos_LightEvent.cpp149 void nnosLightEventInitialize(nnosLightEvent* p, bool isManualReset) in nnosLightEventInitialize()
154 bool nnosLightEventIsSignaled(nnosLightEvent* p) in nnosLightEventIsSignaled()
160 bool nnosLightEventIsManualReset(nnosLightEvent* p) in nnosLightEventIsManualReset()
166 bool nnosLightEventTryWait(nnosLightEvent* p) in nnosLightEventTryWait()
172 void nnosLightEventWait(nnosLightEvent* p) in nnosLightEventWait()
178 void nnosLightEventSignal(nnosLightEvent* p) in nnosLightEventSignal()
184 void nnosLightEventPulse(nnosLightEvent* p) in nnosLightEventPulse()
190 void nnosLightEventClearSignal(nnosLightEvent* p) in nnosLightEventClearSignal()
196 void nnosLightEventFinalize(nnosLightEvent* p) in nnosLightEventFinalize()
Dos_CriticalSection.cpp60 void nnosCriticalSectionInitialize(nnosCriticalSection* p) in nnosCriticalSectionInitialize()
65 bool nnosCriticalSectionTryInitialize(nnosCriticalSection* p) in nnosCriticalSectionTryInitialize()
73 void nnosCriticalSectionEnter(nnosCriticalSection* p) in nnosCriticalSectionEnter()
79 bool nnosCriticalSectionTryEnter(nnosCriticalSection* p) in nnosCriticalSectionTryEnter()
85 void nnosCriticalSectionLeave(nnosCriticalSection* p) in nnosCriticalSectionLeave()
91 void nnosCriticalSectionFinalize(nnosCriticalSection* p) in nnosCriticalSectionFinalize()
Dos_InterCoreCriticalSection.cpp60 void nnosInterCoreCriticalSectionInitialize(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionInitialize()
65 bool nnosInterCoreCriticalSectionTryInitialize(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionTryInitialize()
73 void nnosInterCoreCriticalSectionEnter(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionEnter()
79 bool nnosInterCoreCriticalSectionTryEnter(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionTryEnter()
85 void nnosInterCoreCriticalSectionLeave(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionLeave()
91 void nnosInterCoreCriticalSectionFinalize(nnosInterCoreCriticalSection* p) in nnosInterCoreCriticalSectionFinalize()
Dos_InterCoreLightSemaphore.cpp62 void nnosInterCoreLightSemaphoreInitialize(nnosInterCoreLightSemaphore* p, s32 initialCount, s32 ma… in nnosInterCoreLightSemaphoreInitialize()
70 s32 nnosInterCoreLightSemaphoreGetMax(nnosInterCoreLightSemaphore* p) in nnosInterCoreLightSemaphoreGetMax()
77 s32 nnosInterCoreLightSemaphoreGetCount(nnosInterCoreLightSemaphore* p) in nnosInterCoreLightSemaphoreGetCount()
83 s32 nnosInterCoreLightSemaphoreRelease(nnosInterCoreLightSemaphore* p, s32 releaseCount) in nnosInterCoreLightSemaphoreRelease()
89 void nnosInterCoreLightSemaphoreAcquire(nnosInterCoreLightSemaphore* p) in nnosInterCoreLightSemaphoreAcquire()
95 bool nnosInterCoreLightSemaphoreTryAcquire(nnosInterCoreLightSemaphore* p) in nnosInterCoreLightSemaphoreTryAcquire()
101 void nnosInterCoreLightSemaphoreFinalize(nnosInterCoreLightSemaphore* p) in nnosInterCoreLightSemaphoreFinalize()
Dos_LightSemaphore.cpp61 void nnosLightSemaphoreInitialize(nnosLightSemaphore* p, s32 initialCount, s32 maxCount) in nnosLightSemaphoreInitialize()
69 s32 nnosLightSemaphoreGetMax(nnosLightSemaphore* p) in nnosLightSemaphoreGetMax()
76 s32 nnosLightSemaphoreGetCount(nnosLightSemaphore* p) in nnosLightSemaphoreGetCount()
82 s32 nnosLightSemaphoreRelease(nnosLightSemaphore* p, s32 releaseCount) in nnosLightSemaphoreRelease()
88 void nnosLightSemaphoreAcquire(nnosLightSemaphore* p) in nnosLightSemaphoreAcquire()
94 bool nnosLightSemaphoreTryAcquire(nnosLightSemaphore* p) in nnosLightSemaphoreTryAcquire()
100 void nnosLightSemaphoreFinalize(nnosLightSemaphore* p) in nnosLightSemaphoreFinalize()
Dos_Event.cpp43 bool nnosEventTryInitialize(nnosEvent* p, bool manualReset) in nnosEventTryInitialize()
51 void nnosEventSignal(nnosEvent* p) in nnosEventSignal()
57 void nnosEventWaitSignal(nnosEvent* p) in nnosEventWaitSignal()
63 bool nnosEventTryWaitSignal(nnosEvent* p, s64 nanoSecondsTimeout) in nnosEventTryWaitSignal()
69 void nnosEventClearSignal(nnosEvent* p) in nnosEventClearSignal()
75 void nnosEventFinalize(nnosEvent* p) in nnosEventFinalize()
Dos_MemoryBlock.cpp48 uptr AllocateFromMemoryBlockSpace(MemoryBlockBase* p, size_t s) in AllocateFromMemoryBlockSpace()
53 void FreeToMemoryBlockSpace(MemoryBlockBase* p) in FreeToMemoryBlockSpace()
124 void nnosMemoryBlockAllocate(nnosMemoryBlock* p, size_t size) in nnosMemoryBlockAllocate()
130 void nnosMemoryBlockSetReadOnly(nnosMemoryBlock* p, bool readOnly) in nnosMemoryBlockSetReadOnly()
136 void nnosMemoryBlockFree(nnosMemoryBlock* p) in nnosMemoryBlockFree()
142 uptr nnosMemoryBlockGetAddress(nnosMemoryBlock* p) in nnosMemoryBlockGetAddress()
148 size_t nnosMemoryBlockGetSize(nnosMemoryBlock* p) in nnosMemoryBlockGetSize()
154 bool nnosMemoryBlockIsReadOnly(nnosMemoryBlock* p) in nnosMemoryBlockIsReadOnly()
Dos_StackMemoryBlock.cpp91 void nnosStackMemoryBlockInitialize(nnosStackMemoryBlock* p) in nnosStackMemoryBlockInitialize()
96 void nnosStackMemoryBlockAllocate(nnosStackMemoryBlock* p, size_t size) in nnosStackMemoryBlockAllocate()
102 void nnosStackMemoryBlockFree(nnosStackMemoryBlock* p) in nnosStackMemoryBlockFree()
108 uptr nnosStackMemoryBlockGetAddress(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetAddress()
114 size_t nnosStackMemoryBlockGetSize(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetSize()
120 uptr nnosStackMemoryBlockGetStackBottom(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetStackBottom()
Dos_Mutex.cpp45 bool nnosMutexTryInitialize(nnosMutex* p, bool initialLocked) in nnosMutexTryInitialize()
53 void nnosMutexLock(nnosMutex* p) in nnosMutexLock()
59 bool nnosMutexTryLock(nnosMutex* p, s64 timeout) in nnosMutexTryLock()
65 void nnosMutexUnlock(nnosMutex* p) in nnosMutexUnlock()
71 void nnosMutexFinalize(nnosMutex* p) in nnosMutexFinalize()
Dos_Semaphore.cpp46 bool nnosSemaphoreTryInitialize(nnosSemaphore* p, s32 initialCount, s32 maxCount) in nnosSemaphoreTryInitialize()
54 s32 nnosSemaphoreRelease(nnosSemaphore* p, s32 releaseCount) in nnosSemaphoreRelease()
60 void nnosSemaphoreAcquire(nnosSemaphore* p) in nnosSemaphoreAcquire()
66 bool nnosSemaphoreTryAcquire(nnosSemaphore* p, s64 nanoSeconds) in nnosSemaphoreTryAcquire()
72 void nnosSemaphoreFinalize(nnosSemaphore* p) in nnosSemaphoreFinalize()
Dos_StackMemory.cpp142 void nnosStackMemoryProtect(nnosStackMemory* p, void* pMem, size_t size) in nnosStackMemoryProtect()
147 void nnosStackMemoryUnprotect(nnosStackMemory* p) in nnosStackMemoryUnprotect()
153 uptr nnosStackMemoryGetAddress(nnosStackMemory* p) in nnosStackMemoryGetAddress()
159 size_t nnosStackMemoryGetSize(nnosStackMemory* p) in nnosStackMemoryGetSize()
165 uptr nnosStackMemoryGetStackBottom(nnosStackMemory* p) in nnosStackMemoryGetStackBottom()
Dos_Alarm.cpp94 void Alarm::SetOneShot(TimeSpan time, AlarmHandler handler, void* p) in SetOneShot()
105 void Alarm::SetPeriodic(TimeSpan initial, TimeSpan interval, AlarmHandler handler, void* p) in SetPeriodic()
214 void nnosAlarmInitialize(nnosAlarm* p) in nnosAlarmInitialize()
220 void nnosAlarmFinalize(nnosAlarm* p) in nnosAlarmFinalize()
226 void nnosAlarmSetOneShot(nnosAlarm* p, s64 time, nnosAlarmHandler handler, void* param) in nnosAlarmSetOneShot()
232 void nnosAlarmSetPeriodic(nnosAlarm* p, s64 initial, s64 interval, nnosAlarmHandler handler, void* … in nnosAlarmSetPeriodic()
238 void nnosAlarmCancel(nnosAlarm* p) in nnosAlarmCancel()
244 bool nnosAlarmCanSet(const nnosAlarm* p) in nnosAlarmCanSet()
Dos_Thread.cpp95 void* p; //!< ハンドラに渡すパラメータ member
169 void Thread::ThreadStart(uptr p) in ThreadStart()
188 Result Thread::TryInitializeAndStartImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, upt… in TryInitializeAndStartImpl()
244 …izeAndStartImplUsingAutoStack(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackS… in TryInitializeAndStartImplUsingAutoStack()
290 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart()
297 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart()
305 void nnosThreadFinalize(nnosThread* p) in nnosThreadFinalize()
311 void nnosThreadJoin(nnosThread* p) in nnosThreadJoin()
332 s32 nnosThreadGetPriority(const nnosThread* p) in nnosThreadGetPriority()
343 void nnosThreadChangePriority(nnosThread* p, s32 priority) in nnosThreadChangePriority()
[all …]
Dos_ThreadPool.cpp322 NN_EXTERN_C void nnosThreadPoolTaskInitialize(nnosThreadPoolTask* p, void (*f)(uptr), uptr param) in nnosThreadPoolTaskInitialize()
327 void nnosThreadPoolTaskFinalize(nnosThreadPoolTask* p) in nnosThreadPoolTaskFinalize()
333 NN_EXTERN_C void nnosThreadPoolWaitTaskInitialize(nnosThreadPoolWaitTask* p, nnosWaitObject* waitOb… in nnosThreadPoolWaitTaskInitialize()
338 void nnosThreadPoolWaitTaskFinalize(nnosThreadPoolWaitTask* p) in nnosThreadPoolWaitTaskFinalize()
344 void nnosThreadPoolInitialize(nnosThreadPool* p, void* workBuffer, size_t numMaxWaitObjects, size_t… in nnosThreadPoolInitialize()
351 void nnosThreadPoolInitializeWithStackMemoryBlock(nnosThreadPool* p, void* workBuffer, size_t numMa… in nnosThreadPoolInitializeWithStackMemoryBlock()
359 void nnosThreadPoolFinalize(nnosThreadPool* p) in nnosThreadPoolFinalize()
365 void nnosThreadPoolAddWaitTask(nnosThreadPool* p, nnosThreadPoolWaitTask* task) in nnosThreadPoolAddWaitTask()
372 void nnosThreadPoolAddTask(nnosThreadPool* p, nnosThreadPoolTask* task) in nnosThreadPoolAddTask()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/dbg/
Ddbg_Dump.h44 #define NN_DUMP_MEMORY( p, size, flags ) nn::dbg::detail::DumpMemory(p, size, flags) argument
46 #define NN_DUMP_MEMORY( p, size, flags ) nndbgDetailDumpMemory(p, size, flags) argument
49 #define NN_DUMP_MEMORY( p, size, flags ) ((void)0) argument
52 #define NN_DUMP( p, size ) NN_DUMP_MEMORY(p, size, 0) argument
53 #define NN_DUMP_POINTER( p, size ) NN_DUMP_MEMORY(p, size, NN_DBG_DUMP_FLAG_POINTER) argument
54 #define NN_DUMP_STRING( p, size ) NN_DUMP_MEMORY(p, size, NN_DBG_DUMP_FLAG_STRING) argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/
Dfnd_LinkedList.h227 inline void IntrusiveLinkedList<T, Tag>::ClearLinks(Item* p) in ClearLinks()
233 inline void IntrusiveLinkedList<T, Tag>::InsertBefore(Item* p, Item* q) in InsertBefore()
242 inline void IntrusiveLinkedList<T, Tag>::PushBack(T* p) in PushBack()
262 inline void IntrusiveLinkedList<T, Tag>::PushFront(T* p) in PushFront()
329 inline T* IntrusiveLinkedList<T, Tag>::GetPrevious(T* p) const in GetPrevious()
345 inline T* IntrusiveLinkedList<T, Tag>::GetNext(T* p) const in GetNext()
388 inline void IntrusiveLinkedList<T, Tag>::Erase(T* p) in Erase()
417 Item* p = m_Head; in Clear() local
Dfnd_Allocator.h90 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate()
92 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct()
93 void destroy(pointer p) { p->~T(); } in destroy()
120 void deallocate(pointer p, size_type) { s_Allocator->Free(static_cast<void*>(p)); } in deallocate()
122 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct()
123 void destroy(pointer p) { p->~T(); } in destroy()
Dfnd_Queue.h97 inline void IntrusiveQueue<T, Tag>::Enqueue(T* p) in Enqueue()
142 Item* p = m_Head; in Clear() local
Dfnd_WaitableUnitHeap.h109 void Free(void* p) in Free()
122 virtual void FreeV(void* p) { Free(p); } in FreeV()
177 virtual void Free(void* p) { m_Heap->Free(p); } in Free()
Dfnd_UnitHeap.h147 inline void UnitHeapBase::Free(void* p) in Free()
158 inline void UnitHeapBase::FreeV(void* p) in FreeV()
311 void Free(void* p) in Free()
324 virtual void FreeV(void* p) { Free(p); } in FreeV()
456 inline void UnitHeapTemplate<LockPolicy>::Allocator::Free(void* p) in Free()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/init/
Dinit_Alloc.cpp56 NN_WEAK_SYMBOL void free(void* p) in free()
77 NN_WEAK_SYMBOL void operator delete (void* p) throw() in operator delete()
82 NN_WEAK_SYMBOL void operator delete[] (void* p) throw() in operator delete[]()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/dbg/
Ddbg_Dump.cpp29 void DumpMemory(const void* p, size_t size, bit32 flags) in DumpMemory()
111 void nndbgDetailDumpMemory(const void* p, size_t size, bit32 flags) in nndbgDetailDumpMemory()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/
Dtest_New.cpp47 void* p = malloc(requiredSize); in AllocateBuffer() local
63 extern void DeallocateSmall(void* p, size_t) in DeallocateSmall()

123