| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_WaitableCounter.cpp | 32 Result ret = nn::svc::CreateAddressArbiter(&h); in Initialize() local 46 Result ret = nn::svc::CloseHandle(s_Handle); in Finalize() local
|
| /CTR-SDK-0.14.4/sources/libraries/fnd/ |
| D | fnd_Storage.cpp | 23 size_t& ret = *pOut; in TryRead() local 40 size_t& ret = *pOut; in TryWrite() local
|
| /CTR-SDK-0.14.4/include/nn/fs/ |
| D | fs_FileBase.h | 117 s32 ret; in Read() local 124 s32 ret; in Write() local 136 s64 ret; in GetPosition() local 148 s64 ret; in GetSize() local
|
| D | fs_DirectoryBase.h | 82 s32 ret; in Read() local
|
| D | fs_MemoryStream.h | 54 …s32 Read(void* buffer, size_t size) { s32 ret; NN_UTIL_PANIC_IF_FAILED(TryRead(&ret, buffer, size)… in Read() local 57 …s32 Write(const void* buffer, size_t size) { s32 ret; NN_UTIL_PANIC_IF_FAILED(TryWrite(&ret, buffe… in Write() local
|
| /CTR-SDK-0.14.4/sources/libraries/rdt/CTR/ |
| D | rdt_Transceiver.cpp | 43 int ret = ::send(sock, static_cast<const char*>(pBuf), bufSize, c_flags); in SendRawData() local 86 int ret = ::recv(sock, static_cast<char*>(pBuf), bufSize, 0); in RecvRawData() local 356 nn::Result ret; in Put() local 387 nn::Result ret; in Pull() local
|
| D | rdt_Segment.cpp | 50 u32 ret = min(header.dataLength, len); in GetData() local 91 u32 ret = header.dataLength; in GetSegmentLength() local
|
| D | rdt_Utility.cpp | 114 int ret = ioctlsocket(sock, FIONBIO, &val); in SetupServerSide() local 146 int ret = connect(sock, (struct sockaddr *)&server, sizeof(server)); in SetupClientSide() local 152 int ret = ioctlsocket(sock, FIONBIO, &val); in SetupClientSide() local 184 u16 ret = s_counter + OFFSET; in GetAvailablePort() local
|
| D | rdt_SendBuffer.cpp | 84 bool ret = m_ringBuf.Push(pBuf, len); in Push() local 103 size_t ret = m_ringBuf.Read(pBuf, len); in Pull() local
|
| D | rdt_ReceiveBuffer.cpp | 99 bool ret = m_ringBuf.Push(pBuf, len); in Push() local 130 size_t ret = m_ringBuf.GetRestSize(); in GetRestSize() local
|
| D | rdt_Stopwatch.cpp | 104 bool ret = initInstance("(No name)"); in Stopwatch() local 122 bool ret = initInstance(name); in Stopwatch() local
|
| D | rdt_Sender.cpp | 144 nn::Result ret = m_pImpl->Process(); in Process() local
|
| D | rdt_Receiver.cpp | 147 nn::Result ret = m_pImpl->Process(); in Process() local
|
| D | rdt_SenderImpl.cpp | 557 nn::Result ret = GetErrorCode(); in Process() local 666 bool ret = m_resendQueue.Front(&seg); in processResending() local 828 bool ret = m_resendQueue.Push(seg); in putSegmentWithResend() local
|
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_Thread.h | 888 bit32 ret; in GetId() local 895 bit32 ret; in GetCurrentId() local 902 s32 ret; in GetPriority() local 909 s32 ret; in GetCurrentPriority() local 956 s32 ret; in GetIdealProcessor() local 963 s32 ret; in GetCurrentIdealProcessor() local 970 s32 ret; in GetDefaultIdealProcessor() local
|
| D | os_Synchronization.h | 187 s32 ret; in WaitAny() local 195 s32 ret; in WaitAny() local
|
| D | os_Semaphore.h | 177 s32 ret; in Release() local
|
| D | os_InterCoreCriticalSection.h | 215 bool ret = m_Counter->AtomicUpdateConditional(updater); in TryEnterImpl() local
|
| D | os_Alarm.h | 187 Flags ret = { cancelled, isOneShot, isSet }; in Create() local
|
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_WaitableUnitHeap.h | 80 void* ret = Base::Allocate(); in TryAllocate() local 99 void* ret = Base::Allocate(); in Allocate() local
|
| D | fnd_LinkedList.h | 303 if (T* ret = GetFront()) in PopFront() local 317 if (T* ret = GetBack()) in PopBack() local
|
| D | fnd_Queue.h | 123 Item* ret = m_Head; in Dequeue() local
|
| D | fnd_TimeSpan.h | 68 …static TimeSpan FromNanoSeconds(s64 nanoSeconds) { TimeSpan ret; ret.m_NanoSeconds = nanoSeconds; … in FromNanoSeconds() local
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Arithmetic.h | 112 f32 ret; in FSelect() local 131 f32 ret; in FAbs() local 150 f32 ret; in FNAbs() local
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_Path.h | 136 LowPath ret; in Make() local
|