Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_RingBuffer.cpp81 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()
Drdt_Transceiver.cpp354 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
Drdt_Deque.h213 const T& Deque<T, N>::At(size_t n) const in At()
Drdt_ReceiveBuffer.cpp84 void ReceiveBuffer::Pop(size_t n) in Pop()
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_Backoff.cpp28 volatile int n; in BackOffImpl() local
/CTR-SDK-0.14.4/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
Dmath_Geometry.cpp164 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/
Drvct.h32 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
35 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
Degcc.h33 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
/CTR-SDK-0.14.4/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_ContinuationIterator.cpp85 bit32 n = ChangeContext(0, m_MainContext, m_IteratorContext); in MoveNext() local
Dos_ThreadPool.cpp173 s32 n; in WaitThreadFunc() local
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_FixedLengthString.h334 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/
Dmath_Transform.h142 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()
Dmath_Geometry.h371 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()
Dmath_Matrix44.h127 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/
Dtpl_crc32.cpp119 int n = 0; in search_crc32_index() local
/CTR-SDK-0.14.4/include/nn/net/compatible/nos/
Dnos_horizon.h1065 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()