Searched defs:pOut (Results 26 – 34 of 34) sorted by relevance
12
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/math/ |
| D | math_Matrix22.h | 197 inline MTX22* MTX22Copy(MTX22* pOut, const MTX22& m) { return MTX22Copy(pOut, &m); } in MTX22Copy() 198 inline MTX22* MTX23ToMTX22(MTX22* pOut, const MTX23& m) { return MTX23ToMTX22(pOut, &m); } in MTX23ToMTX22() 199 inline MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22& m1, const MTX22& m2) { return MTX22MAdd(pO… in MTX22MAdd()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_DirectoryBase.h | 48 …Result TryRead(s32* pOut, DirectoryEntry pEntries[], s32 numEntries) { return UserFileSystem::TryR… in TryRead()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fs/ |
| D | fs_FileOutputStream.h | 274 … virtual Result TryGetPosition(s64* pOut) const { return detail::FileBase::TryGetPosition(pOut); } in TryGetPosition() 306 virtual Result TryGetSize(s64* pOut) const { return detail::FileBase::TryGetSize(pOut); } in TryGetSize()
|
| D | fs_FileBase.h | 113 inline nn::Result FileBase::TryGetPosition(s64* pOut) const in TryGetPosition()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fslow/ |
| D | fslow_IArchive.h | 42 …virtual Result OpenFile(File* pOut, nn::fs::Transaction transaction, Path path, nn::fs::PathMark p… in OpenFile() 79 virtual Result HasFile(bool* pOut, Path path) in HasFile() 100 virtual Result HasDirectory(bool* pOut, Path path) in HasDirectory()
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/ |
| D | os_Synchronization.cpp | 33 s32* pOut; member 78 nn::Result WaitObject::WaitMultiple(s32* pOut, WaitObject* objs[], s32 numHandles, bool waitAll, s6… in WaitMultiple()
|
| D | os_ResultFailureHandler.cpp | 23 void nnosGetProcessId(bit32* pOut) in nnosGetProcessId()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/os/ |
| D | os_InterCoreBlockingQueue.h | 262 bool TryDequeue(uptr* pOut) { return Base::TryDequeue(pOut); } in TryDequeue() 284 bool TryGetFront(uptr* pOut) const { return Base::TryGetFront(pOut); } in TryGetFront()
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/crypto/ |
| D | crypto_HashContextBase.h | 74 virtual void GetHash(void* pOut) in GetHash()
|
12