| /CTR-SDK-0.14.4/sources/libraries/rdt/CTR/ |
| D | rdt_RingBuffer.cpp | 81 void RingBuffer::Pop(size_t n) in Pop() 109 bool RingBuffer::Push(const void *pBuf, size_t n) in Push() 162 size_t RingBuffer::Read(void *pBuf, size_t n, size_t offset) const in Read() 172 size_t RingBuffer::read(void *pBuf, size_t n, size_t offset) const in read()
|
| D | rdt_Transceiver.cpp | 354 int n = SendRawData(m_sock, &seg, sizeof(Segment)); in Put() local 357 int n = SendRawData(&m_sendEp, m_remoteNodeId, m_port, &seg, sizeof(Segment), &ret); in Put() local 385 int n = RecvRawData(m_sock, pSeg, sizeof(Segment)); in Pull() local 388 int n = RecvRawData(&m_recvEp, pSeg, sizeof(Segment), &ret); in Pull() local
|
| D | rdt_Deque.h | 213 const T& Deque<T, N>::At(size_t n) const in At()
|
| D | rdt_ReceiveBuffer.cpp | 84 void ReceiveBuffer::Pop(size_t n) in Pop()
|
| /CTR-SDK-0.14.4/sources/libraries/fnd/ |
| D | fnd_Backoff.cpp | 28 volatile int n; in BackOffImpl() local
|
| /CTR-SDK-0.14.4/sources/libraries/math/ |
| D | math_Arithmetic.cpp | 583 const u32 n = u32(last - first); in CntBit1() local 624 unsigned int n = 0; in DistBit() local 666 IExp(int x, u32 n) in IExp() 722 int n, c; in CntLz_() local
|
| D | math_Equation.cpp | 345 f32 m, n, y; in SolveEquation4() local
|
| D | math_Geometry.cpp | 164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set() 1493 VEC3 p, n; in IntersectAABB_Ex() local
|
| /CTR-SDK-0.14.4/include/nn/config/compiler/ |
| D | rvct.h | 32 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument 35 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
|
| D | egcc.h | 33 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 60 s32 n = 0; in GetArgcCore() local 71 const char* GetArgvCore(const char* p, int n) in GetArgvCore() 460 const char* DeliverArg::GetArgv(int n) in GetArgv()
|
| D | os_ContinuationIterator.cpp | 85 bit32 n = ChangeContext(0, m_MainContext, m_IteratorContext); in MoveNext() local
|
| D | os_ThreadPool.cpp | 173 s32 n; in WaitThreadFunc() local
|
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 334 bit32 n = (x >> ((7 - i) * 4)) & 0xf; in AppendHeadAsHex() local 358 bit32 n = (x >> ((7 - i) * 4)) & 0xf; in AppendTailAsHex() local 469 …int n = std::memcmp(lhs.GetString(), rhs.GetString(), sizeof(Char) * std::min(lhs.GetLength(), rhs… variable
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Transform.h | 142 inline VEC3* VEC3TransformNormalArray(VEC3* pOutArray, const MTX34& m, const VEC3* pArray, u32 n) {… in VEC3TransformNormalArray() 148 inline VEC4* VEC4TransformArray(VEC4* pOutArray, const MTX44& m, const VEC4* pArray, u32 n) { retur… in VEC4TransformArray()
|
| D | math_Geometry.h | 371 FRUSTUM(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in FRUSTUM() 387 FRUSTUM(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in FRUSTUM() 428 void Set(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in Set()
|
| D | math_Matrix44.h | 127 MTX44PerspectiveDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44PerspectiveDeg() 136 MTX44Perspective(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44Perspective() 582 MTX44Frustum(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Frustum() 786 MTX44Ortho(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Ortho() 813 MTX44PerspectiveRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44PerspectiveRad()
|
| /CTR-SDK-0.14.4/sources/libraries/tpl/CTR/ |
| D | tpl_crc32.cpp | 119 int n = 0; in search_crc32_index() local
|
| /CTR-SDK-0.14.4/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 1065 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()
|