Home
last modified time | relevance | path

Searched defs:n (Results 1 – 20 of 20) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_RingBuffer.cpp79 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()
Drdt_Transceiver.cpp352 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
Drdt_Deque.h211 const T& Deque<T, N>::At(size_t n) const in At()
Drdt_ReceiveBuffer.cpp82 void ReceiveBuffer::Pop(size_t n) in Pop()
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h25 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/
Dfnd_Backoff.cpp28 volatile int n; in BackOffImpl() local
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Arithmetic.cpp583 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
Dmath_Equation.cpp345 f32 m, n, y; in SolveEquation4() local
/CTR-SDK-4.2.5/include/nn/config/compiler/
Drvct.h54 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
107 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
Degcc.h33 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_DeliverArg.cpp60 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()
Dos_ThreadPool.cpp173 s32 n; in WaitThreadFunc() local
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FixedLengthString.h367 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
Dfnd_TimeSpan.h279 s64 n = MultiplyRightShift(m_NanoSeconds, magic); in DivideNanoSeconds() local
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Transform.h276 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()
Dmath_Matrix44.h261 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()
Dmath_Matrix34.h822 …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/
Dtpl_crc32.cpp119 int n = 0; in search_crc32_index() local
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp357 inline void LZSlide(LZCompressInfo * info, const u8 *srcp, u32 n) in LZSlide()
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h1071 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()