| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_Berkeley.h | 244 inline s32 RecvFrom(s32 s, void* buf, s32 len, s32 flags, SockAddrIn* sockFrom) in RecvFrom() 273 inline s32 Recv(s32 s, void* buf, s32 len, s32 flags) in Recv() 290 inline s32 Read(s32 s, void* buf, s32 len) in Read() 322 inline s32 SendTo(s32 s, const void* buf, s32 len, s32 flags, const SockAddrIn* sockTo) in SendTo() 344 …inline s32 SendToMulti(s32 s, const void* buf, s32 len, s32 flags, const SockAddrIn* sockTo, s32 s… in SendToMulti() 368 inline s32 Send(s32 s, const void* buf, s32 len, s32 flags) in Send() 385 inline s32 Write(s32 s, const void* buf, s32 len) in Write()
|
| /CTR-SDK-0.14.4/include/nn/hio/CTR/ |
| D | hio_HostFile.h | 158 s32 Read(void* buf, size_t size) in Read() 187 s32 Write(const void* buf, size_t size) in Write()
|
| /CTR-SDK-0.14.4/sources/libraries/rdt/CTR/ |
| D | rdt_Header.cpp | 54 char buf[256] = ""; in PrintDebugInfo() local
|
| D | rdt_Segment.cpp | 115 char buf[PAYLOAD_SIZE+1]; in PrintDebugInfo() local
|
| D | rdt_SendBuffer.cpp | 160 u8 buf[BUFSIZE]; in Test() local
|
| D | rdt_ReceiveBuffer.cpp | 184 char buf[BUFSIZE*2]; in Test() local
|
| D | rdt_Transceiver.cpp | 428 char buf[Segment::PAYLOAD_SIZE]; in Test() local
|
| /CTR-SDK-0.14.4/sources/libraries/rtport/rvct/ |
| D | rvct_stdio.cpp | 38 …int _sys_write(FILEHANDLE fh, const unsigned char *buf, unsigned len, int mode) { NN_UNUSED_VA… in _sys_write() 39 …int _sys_read(FILEHANDLE fh, unsigned char * buf, unsigned len, int mode) { NN_UNUSED_VAR(fh);… in _sys_read()
|
| /CTR-SDK-0.14.4/sources/libraries/dbg/ |
| D | dbg_DebugString.cpp | 49 char buf[NN_DBG_PRINTF_BUFFER_LENGTH]; in VPrintf() local 60 char buf[NN_DBG_TPRINTF_BUFFER_LENGTH]; in TVPrintf() local
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_SafePath.h | 82 char buf[512]; in PRINT() local
|
| D | fslow_Path.h | 94 char buf[256]; in PRINT() local
|
| /CTR-SDK-0.14.4/sources/libraries/test/ |
| D | test_String.cpp | 37 char buf[11]; in String() local
|
| D | test_XmlOutput.cpp | 56 char buf[STR_LEN + 1]; in ConvertToXmlString() local
|
| D | test_Suite.cpp | 272 char buf[256]; in ResultFailureHandler() local 297 char buf[256]; in ResultPanicHandler() local
|
| /CTR-SDK-0.14.4/include/nn/net/compatible/nhttp/ |
| D | nhttp.h | 211 char *buf; /**< データの先頭ポインタ */ member 221 char *buf; /**< データの先頭ポインタ */ member 232 char *buf; /**< データの先頭ポインタ */ member
|
| /CTR-SDK-0.14.4/include/nn/util/ARMv6/ |
| D | util_LockFreeQueueImpl.h | 39 bit64 buf; member
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 35 u16 CalcCRC16withIv(u16 iv, const void* buf, u32 size) in CalcCRC16withIv()
|
| /CTR-SDK-0.14.4/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 1055 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata() 1060 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback()
|