| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_RingBuffer.cpp | 79 void RingBuffer::Pop(size_t n) in Pop() 107 bool RingBuffer::Push(const void *pBuf, size_t n) in Push() 160 size_t RingBuffer::Read(void *pBuf, size_t n, size_t offset) const in Read() 170 size_t RingBuffer::read(void *pBuf, size_t n, size_t offset) const in read()
|
| D | rdt_Transceiver.cpp | 352 int n = SendRawData(m_sock, &seg, sizeof(Segment)); in Put() local 355 int n = SendRawData(&m_sendEp, m_remoteNodeId, m_port, &seg, sizeof(Segment), &ret); in Put() local 383 int n = RecvRawData(m_sock, pSeg, sizeof(Segment)); in Pull() local 386 int n = RecvRawData(&m_recvEp, pSeg, sizeof(Segment), &ret); in Pull() local
|
| D | rdt_Deque.h | 211 const T& Deque<T, N>::At(size_t n) const in At()
|
| D | rdt_ReceiveBuffer.cpp | 82 void ReceiveBuffer::Pop(size_t n) in Pop()
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Bits.h | 25 bit32 n; member 80 BitsAllocatorBase(Bit32Allocator* bits, int size, int n) in BitsAllocatorBase() 98 int AllocateImpl(Bit32Allocator* bits, int n) in AllocateImpl()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_Backoff.cpp | 28 volatile int n; in BackOffImpl() local
|
| /CTR-SDK-4.2.5/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
|
| /CTR-SDK-4.2.5/include/nn/config/compiler/ |
| D | rvct.h | 54 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument 107 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
|
| D | egcc.h | 33 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
|
| /CTR-SDK-4.2.5/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_ThreadPool.cpp | 173 s32 n; in WaitThreadFunc() local
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 367 bit32 n = (x >> ((7 - i) * 4)) & 0xf; in AppendHeadAsHex() local 391 bit32 n = (x >> ((7 - i) * 4)) & 0xf; in AppendTailAsHex() local 502 …int n = std::memcmp(lhs.GetString(), rhs.GetString(), sizeof(Char) * std::min(lhs.GetLength(), rhs… variable
|
| D | fnd_TimeSpan.h | 279 s64 n = MultiplyRightShift(m_NanoSeconds, magic); in DivideNanoSeconds() local
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Transform.h | 276 inline VEC3* VEC3TransformNormalArray(VEC3* pOutArray, const MTX34& m, const VEC3* pArray, u32 n) {… in VEC3TransformNormalArray() 282 inline VEC4* VEC4TransformArray(VEC4* pOutArray, const MTX44& m, const VEC4* pArray, u32 n) { retur… in VEC4TransformArray()
|
| D | math_Matrix44.h | 261 MTX44Perspective(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44Perspective() 833 MTX44Frustum(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Frustum() 964 MTX44Ortho(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Ortho() 980 MTX44PerspectiveRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44PerspectiveRad() 1080 MTX44PerspectiveDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f) in MTX44PerspectiveDeg() 1086 MTX44PerspectivePivotDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot) in MTX44PerspectivePivotDeg()
|
| D | math_Matrix34.h | 822 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT… in SetupTextureProjectionFrustum()
|
| /CTR-SDK-4.2.5/sources/libraries/tpl/CTR/ |
| D | tpl_crc32.cpp | 119 int n = 0; in search_crc32_index() local
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Compression.cpp | 357 inline void LZSlide(LZCompressInfo * info, const u8 *srcp, u32 n) in LZSlide()
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 1071 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()
|