Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fslow/
Dfslow_SafePath.h36 ReferenceCountedString(const TChar* s) : Base(s) {} in ReferenceCountedString()
37 template <class T> explicit ReferenceCountedString(const T* s) : Base(s) {} in ReferenceCountedString()
48 SafePath(const Char* s) : Base(s) {} in SafePath()
49 template <class T> explicit SafePath(const T* s) : Base(s) {} in SafePath()
71 const Char* s = *this; in GetArchiveNameLength() local
Dfslow_IArchive.h57 ArchiveName(const Char* s) in ArchiveName()
71 static const Char* GetPathString(const Char* s) in GetPathString()
90 const typename Path::Char* s = path; in GetPathString() local
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FixedLengthString.h112 static s32 CalculateLength(const Char* s, s32 maxLength) in CalculateLength()
196 FixedLengthString(const T* s) in FixedLengthString()
210 FixedLengthString(const FixedLengthString& s) in FixedLengthString()
263 const Char* s = str.GetString(); in AppendHead() local
292 FixedLengthString& AppendHead(const Char* s) in AppendHead()
327 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail()
348 FixedLengthString& AppendTail(const Char* s) in AppendTail()
401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail()
541 void CopyFrom(const Char* s) in CopyFrom()
566 LightFixedLengthString(const Char* s) in LightFixedLengthString()
[all …]
/CTR-SDK-4.2.5/include/nn/math/ARMv6/
Dmath_Arithmetic.h54 HermiteC(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in HermiteC()
65 HermiteC_FAST(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in HermiteC_FAST()
99 f32 s = p * inv_d; in HermiteC() local
108 f32 s = p / d; in HermiteC_FAST() local
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_ResendQueue.cpp173 struct SegmentWithTime s = m_queue.Front(); in TryAgain() local
299 Segment s; in Test() local
Drdt_Utility.cpp199 Sender *s = new Sender(); in CreateSender() local
226 void DestroySender(Sender *s) in DestroySender()
Drdt_SendBuffer.cpp160 SendBuffer s; in Test() local
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Arithmetic.cpp511 f32 Bezier(f32 p1, f32 p2, f32 p3, f32 p4, f32 s) in Bezier()
540 f32 CatmullRom(f32 p0, f32 p1, f32 p2, f32 p3, f32 s) in CatmullRom()
586 unsigned int s = 0; in CntBit1() local
/CTR-SDK-4.2.5/include/nn/os/
Dos_Tick.h344 NN_EXTERN_C inline s64 nnosTickConvertFromSeconds(s64 s) in nnosTickConvertFromSeconds()
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Triangular.h138 NN_MATH_INLINE void SinCosRad(f32* s, f32* c, f32 rad) { SinCosFIdx(s, c, NN_MATH_RAD_TO_FIDX(rad))… in SinCosRad()
179 NN_MATH_INLINE void SinCosDeg(f32* s, f32* c, f32 deg) { SinCosFIdx(s, c, NN_MATH_DEG_TO_FIDX(deg))… in SinCosDeg()
Dmath_Arithmetic.h79 s32 s = static_cast<s32>((F32AsU32(f) >> 23) & 0xFF); in FGetExpPart() local
431 Hermite(f32 v0, f32 t0, f32 v1, f32 t1, f32 s) in Hermite()
/CTR-SDK-4.2.5/sources/libraries/tpl/CTR/
Dtpl_crc32.cpp180 const TPK_SEARCH_DATA &s = *(const TPK_SEARCH_DATA *)value; in cmpTpkSearchData() local
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_MemoryBlock.cpp49 uptr AllocateFromMemoryBlockSpace(MemoryBlockBase* p, size_t s) in AllocateFromMemoryBlockSpace()
Dos_SharedMemory.cpp46 uptr AllocateFromSharedMemorySpace(MemoryBlockBase* p, size_t s) in AllocateFromSharedMemorySpace()
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_StreamingUncompression.cpp36 z_stream s; member
1540 z_stream& s = pucd->s; in InitUncompressContextDeflateCommon() local
1561 z_stream& s = GetUncompressContextDeflate_(pContext)->s; in ReadUncompressDeflateCommon() local
Dcx_Compression.cpp1319 z_stream s; in CompressDeflateCommon() local
Dcx_Uncompression.cpp1085 z_stream s; in UncompressDeflateCommon() local
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_RectDrawerCommand.h115 #define NN_FONT_CMD_SCISSOR_VAL( s, c ) \ argument
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h550 NN_INLINE NOSTick NOS_SecondsToTicks(s64 s) in NOS_SecondsToTicks()