Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_DebugString.h93 #define NN_PUT( text, length ) argument
114 #define NN_PUT( text, length ) (void)nn::dbg::detail::PutString((text), (length)) argument
118 #define NN_PUT( text, length ) (void)nndbgDetailPutString((text), (length)) argument
123 #define NN_PUT( text, length ) ((void)0) argument
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_DebugString.cpp36 NN_WEAK_SYMBOL void PutString(const char* text, s32 length) in PutString()
50 int length = ::std::vsnprintf(buf, sizeof(buf), fmt, arg); in VPrintf() local
61 int length = nstd::TVSNPrintf(buf, sizeof(buf), fmt, arg); in TVPrintf() local
121 NN_WEAK_SYMBOL void nndbgDetailPutString(const char* text, s32 length) in nndbgDetailPutString()
Ddbg_Logger.cpp44 …size_t length = std::min<size_t>(nn::nstd::TVSNPrintf(dst, bufferLength, fmt, vlist), bufferLength… in SafeTVSNPrintf() local
52 …size_t length = std::min<size_t>(nn::nstd::TVSNPrintf(dst, bufferLength, fmt, vlist), bufferLength… in SafeTSNPrintf() local
109 size_t Logger::MakeFuncName(const char8* src, char8* dest, size_t length) in MakeFuncName()
Ddbg_Instrument.cpp31 int length = ::std::vsnprintf(buf, sizeof(buf), fmt, arg); in ins_VPrintf() local
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FixedLengthString.h106 void CheckLength(s32 length) const in CheckLength()
152 void SetLength(s32 length) in SetLength()
264 s32 length = str.GetLength(); in AppendHead() local
298 s32 length = CalculateLength(s, MaxLength - this->GetLength()); in AppendHead() local
430 FixedLengthString& EraseTail(size_t length) in EraseTail()
440 FixedLengthString& EraseHead(size_t length) in EraseHead()
/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_RsaContext.h239 inline nn::Result RsaContext::Encrypt(void* pDest, const void* pSrc, size_t length) in Encrypt()
249 inline nn::Result RsaContext::Decrypt(void* pDest, const void* pSrc, size_t length) in Decrypt()
/CTR-SDK-4.2.5/include/nn/cx/
Dcx_StreamingUncompression.h39 u16 length; // member
53 s32 length; // member
100 u16 length; // member
126 u16 length; // member
/CTR-SDK-4.2.5/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h42 unsigned long long length; member
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_DeliverArg.cpp127 s32 length = ::std::strlen(pString); in SetString() local
144 int length; in SetString() local
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_SecureUncompression.cpp135 u32 length = flags & 0x7f; in SecureUncompressRL() local
283 u32 length = (*pSrc >> 4); in SecureUncompressLZ() local
1000 u16 length = (u16)( (val & 0xFF) + 3 ); in SecureUncompressLH() local
1364 u16 length = (u16)( (val & 0xFF) + 3 ); in SecureUncompressLRC() local
1461 u32 length = *--pInBtm; in SecureUncompressBLZ() local
Dcx_Uncompression.cpp131 u32 length = flags & 0x7fU; in UncompressRL() local
224 u32 length = (*pSrc >> 4); in UncompressLZ() local
558 u16 length = (u16)( (val & 0xFF) + 3 ); in UncompressLH() local
886 u16 length = (u16)( (val & 0xFF) + 3 ); in UncompressLRC() local
1037 u32 length = *--pInBtm; in UncompressBLZ() local
Dcx_Compression.cpp117 u32 length; in CompressLZImpl() local
Dcx_StreamingUncompression.cpp758 u16 length; in ReadUncompLH() local
/CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h84 Result DuplicateHandle(Handle* pOut, s64 offset, s64 length) in DuplicateHandle()
/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet_ext.h61 u16 length; member
/CTR-SDK-4.2.5/include/nn/dsp/CTR/Common/
Ddsp_Common.h107 DSPByte length; // Buffer size member
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Types.h47 s16 length; /* Please see man pages for details */ member
Dsocket_User.autogen.h515 u32 length; member
539 s16 length; // member
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp179 … void WriteToSd(const char* msg, int length, const wchar_t* pBuildInfo, const wchar_t* pSuffix) in WriteToSd()
/CTR-SDK-4.2.5/include/nn/boss/
Dboss_Types.h278 s32 length; // member