Searched refs:read (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/hio/CTR/ |
| D | hio_HostFile.h | 160 size_t read; in Read() local 161 return Read(&read, buf, size).IsFailure() ? -1: static_cast<s32>(read); in Read()
|
| D | hio_SerialChannel.h | 182 size_t read; variable 183 return Read(&read, buf, size, attr).IsFailure() ? -1: static_cast<s32>(read);
|
| /CTR-SDK-1.0.0/CTR_SDK/build/runner/ |
| D | run-core_0_2.py | 26 response = wfout.read() 34 response = ppout.read()
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/ |
| D | rdt_RingBuffer.cpp | 158 return read(pBuf, n, 0); in Read() 168 return read(pBuf, n, offset); in Read() 172 size_t RingBuffer::read(void *pBuf, size_t n, size_t offset) const in read() function in nn::rdt::CTR::RingBuffer
|
| D | rdt_RingBuffer.h | 122 size_t read(void *pBuf, size_t n, size_t offset) const;
|