| /CTR-SDK-2.4.0/include/nn/socket/ |
| D | socket_Stat.autogen.h | 33 u32 inUcastPkts; // 34 u32 inNUcastPkts; // 35 u32 inDiscards; // 36 u32 inErrors; // 37 u32 inUnknownProtos; // 38 u32 outUcastPkts; // 40 u32 outNUcastPkts; // 41 u32 outDiscards; // 42 u32 outErrors; // 43 u32 outCollisions; // [all …]
|
| D | socket_Entry.autogen.h | 69 u32 flag; // 80 u32 prefixLen; // 81 u32 flag; // 82 u32 expireTime; // 92 u32 preferredTime; // 93 u32 validTime; // 94 u32 state; // 105 u32 prefixLen; // 106 u32 preferredTime; // 107 u32 validTime; // [all …]
|
| /CTR-SDK-2.4.0/include/nn/net/compatible/nsoc/ |
| D | nsoc_stat.h | 34 u32 inUcastPkts; /* Please see man pages for details */ 35 u32 inNUcastPkts; /* Please see man pages for details */ 36 u32 inDiscards; /* Please see man pages for details */ 37 u32 inErrors; /* Please see man pages for details */ 38 u32 inUnknownProtos; /* Please see man pages for details */ 39 u32 outUcastPkts; /* Please see man pages for details */ 41 u32 outNUcastPkts; /* Please see man pages for details */ 42 u32 outDiscards; /* Please see man pages for details */ 43 u32 outErrors; /* Please see man pages for details */ 44 u32 outCollisions; /* Please see man pages for details */ [all …]
|
| D | nsoc_entry.h | 71 u32 flag; /* Please see man pages for details */ 82 u32 prefixLen; /* Please see man pages for details */ 83 u32 flag; /* Please see man pages for details */ 84 u32 expireTime; /* Please see man pages for details */ 94 u32 preferredTime; /* Please see man pages for details */ 95 u32 validTime; /* Please see man pages for details */ 96 u32 state; /* Please see man pages for details */ 107 u32 prefixLen; /* Please see man pages for details */ 108 u32 preferredTime; /* Please see man pages for details */ 109 u32 validTime; /* Please see man pages for details */ [all …]
|
| /CTR-SDK-2.4.0/include/nn/cec/CTR/ |
| D | cec_MessageBoxInfoReader.h | 108 u32 m_currentCecTitleId; 151 u32 GetBoxSizeMax(CecBoxType boxType); 158 u32 GetBoxSize(CecBoxType boxType); 165 u32 GetMessNumMax(CecBoxType boxType); 172 u32 GetMessNum(CecBoxType boxType); 174 u32 GetGroupNumMax(CecBoxType boxType); 177 CecMessageHeader* GetCecMessageHeader(CecBoxType boxType, u32 messIndex); 190 u32 GetMessageMessSize(CecBoxType boxType, u32 messIndex); 198 u32 GetMessageBodySize(CecBoxType boxType, u32 messIndex); 206 u32 GetMessageGroupId(CecBoxType boxType, u32 messIndex); [all …]
|
| D | cec_MessageBox.h | 101 u32 CecBoxVersion; 102 u32 DirNum; 112 u32 cecTitleId; // Title specific ID 113 … u32 privateId; // Specific ID assigned by application. It is the key for access. 118 u32 MessageBoxInfoSize; // MessageBoxInfo size (bytes) 155 u32 boxInfoSize; // BoxInfo size 156 u32 boxSizeMax; // MessageBoxInfo size (bytes) maximum value 157 u32 boxSize; // MessageBoxInfo size (used volume) (bytes) 158 u32 messNumMax; // Maximum number of messages that can be stored in the box 159 u32 messNum; // Number of messages stored in the box [all …]
|
| D | cec_Types.h | 28 typedef u32 TitleId; 29 typedef u32 GroupId; 134 typedef u32 MessageExHeaderType; 136 static const u32 MESSAGE_EXHEADER_TYPE_MFILTER = 0x00000001; // ModuleFilter 137 static const u32 MESSAGE_EXHEADER_TYPE_ICON = 0x00000002; // 138 static const u32 MESSAGE_EXHEADER_TYPE_NAME = 0x00000003; // Application name 139 static const u32 MESSAGE_EXHEADER_TYPE_INFO = 0x00000004; // 140 static const u32 MESSAGE_EXHEADER_TYPE_REGION = 0x00000005; // REGION 152 u32 messSize; // 153 u32 headerSize; // [all …]
|
| D | cec_CecAPI.h | 43 Result Open( u32 cecTitleId, u32 dataType, u32 option, size_t* filesize ); 45 …Result ReadMessage( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_t messIdLen, size_t… 46 …Result ReadMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_t messIdLen… 48 …Result WriteMessage( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t messIdLen, const u8 pW… 49 …Result WriteMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t messIdLen, con… 50 …Result Delete( u32 cecTitleId, u32 dataType, u8 in_or_out_box, const u8 pMessId[], size_t messIdLe… 52 nn::Result SetData( u32 cecTitleId, const u8 pData[], size_t len, u32 option ); 53 …nn::Result ReadData( u8 pReadBuf[], size_t len, u32 option , const u8 optionData[], size_t optionD… 55 Result Start(u32 option); 56 Result Stop(u32 option); [all …]
|
| D | cec_Cec.h | 67 static nn::Result Open( u32 cecTitleId, u32 dataType, u32 option, size_t* filesize ); 69 …static nn::Result ReadMessage( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_t messId… 70 …static nn::Result ReadMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, const u8 pMessId[], size_… 72 …static nn::Result WriteMessage( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t messIdLen, … 73 …static nn::Result WriteMessageWithHmac( u32 cecTitleId, u8 in_or_out_box, u8 pMessId[], size_t mes… 74 …static nn::Result Delete( u32 cecTitleId, u32 dataType, u8 in_or_out_box, const u8 pMessId[], size… 75 static nn::Result SetData( u32 cecTitleId, const u8 pData[], size_t len, u32 option ); 76 …static nn::Result ReadData( u8 pReadBuf[], size_t len, u32 option, const u8 optionData[], size_t o… 77 static nn::Result Start( u32 option ); 78 static nn::Result Stop( u32 option ); [all …]
|
| /CTR-SDK-2.4.0/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 76 static u32 GetVertexBufferCommandBufferSize( 78 u32 size); 90 static u32 GetVertexBufferSize(); 99 static u32 GetCommandBufferSize( 101 u32 size); 138 u32 size); 156 u32 size); 176 virtual void DrawBegin(u32 flag = 0); 186 virtual void DrawEnd(u32 flag = 0); 230 static u32 SetUniformCommand( in SetUniformCommand() [all …]
|
| /CTR-SDK-2.4.0/include/nn/font/ |
| D | font_ArchiveFontBase.h | 51 u32 GetRemain() const; 57 void Advance(u32 dx); 66 u32 size); 75 u32 size); 86 u32 size); 94 u32 ManagedCopy(ConstructContext* pContext); 110 const void* Get(u32 size); 119 u32 streamSize); 130 u32 size); 136 u32 GetOffset() const; [all …]
|
| /CTR-SDK-2.4.0/include/nn/dsp/CTR/Common/ |
| D | dsp_Types.h | 42 typedef u32 DSPWord32; // This type expresses a size in the DSP (2 bytes, 1 word) 43 typedef u32 DSPByte32; // This type expresses a single-byte unit in the DSP (1 byte, 1 word) 44 typedef u32 DSPAddrInARM; // This type has converted DSP addresses into bytes 47 #define NN_DSP_ADDR_TO_ARM(address) (u32)((address) << 1) 48 #define NN_DSP_ADDR_TO_DSP(address) (u16)((u32)(address) >> 1) 51 #define NN_DSP_WORD_TO_ARM32(word) (u32)((word) << 1) 52 #define NN_DSP_WORD_TO_DSP32(word) (u32)((word) >> 1) 53 #define NN_DSP_32BIT_TO_ARM(value) (u32)(((u32)(value) >> 16) | ((u32)(value) << 16)) 54 #define NN_DSP_32BIT_TO_DSP(value) (u32)(((u32)(value) >> 16) | ((u32)(value) << 16))
|
| /CTR-SDK-2.4.0/include/nn/boss/ |
| D | boss_Types.h | 47 u32 targetDuration; // 48 u32 execInterval; // 49 u32 execCount; // 61 u32 param1; // 62 u32 param2; // 85 u32 execSerialID; // 86 u32 offset; // 102 u32 rootCANum; // 103 u32 clientCertNum; // 135 u32 execInterval; // [all …]
|
| D | boss_Task.h | 75 inline nn::Result UpdateInterval(u32 interval){return UpdateIntervalWithSec(interval*60*60);} in UpdateInterval() 88 nn::Result UpdateIntervalWithSec(u32 intervalSec); 101 nn::Result UpdateCount(u32 count); 108 inline u32 GetInterval(void) in GetInterval() 110 const u32 intervalSec = GetIntervalSec(); in GetInterval() 126 u32 GetIntervalSec(void); 134 u32 GetCount(void); 308 TaskStateCode GetState(bool acknowledge=false, u32* pCount=NULL, u8* pStepID=NULL); 326 u32 GetHttpStatusCode(u32* pCount=NULL, u8* pStepID=NULL); 332 u32 GetCommErrorCode(u32* pCount=NULL, u8* pStepID=NULL) NN_ATTRIBUTE_DEPRECATED; [all …]
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_ProcedureTexture.h | 34 static const u32 PROCTEX_LOOKUP_TABLE_ELEMENT_NUM = 128; // 35 static const u32 PROCTEX_COLOR_LOOKUP_TABLE_ELEMENT_NUM = 256; // 175 const u32 lookUpTableIndex = 0, 187 const u32 lookUpTableIndex = 0 ); 197 const u32 lookUpTableIndex = 0, 209 const u32 lookUpTableIndex = 0 ); 219 const u32 lookUpTableIndex = 0, 231 const u32 lookUpTableIndex = 0 ); 240 const u32 lookUpTableIndex = 0 ); 252 const u32 lookUpTableIndex = 0, [all …]
|
| /CTR-SDK-2.4.0/include/nn/cx/ |
| D | cx_Compression.h | 29 u32 CompressLZImpl(const u8 *srcp, u32 size, u8 *dstp, void *work, bool exFormat); 45 inline u32 CompressLZ(const u8 *srcp, u32 size, u8 *dstp, void *work) in CompressLZ() 49 inline u32 CompressLZEx(const u8 *srcp, u32 size, u8 *dstp, void* work) in CompressLZEx() 62 u32 CompressRL( const u8 *srcp, u32 size, u8 *dstp ); 79 u32 CompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work );
|
| /CTR-SDK-2.4.0/include/nn/util/ |
| D | util_Float24.h | 45 static u32 Float32ToBits32(f32 value) in Float32ToBits32() 47 return *reinterpret_cast<u32*>(&value); in Float32ToBits32() 57 static f32 Bits32ToFloat32(u32 value) in Bits32ToFloat32() 85 /* implicit */ Float24( u32 bits24 ) in Float24() 98 u32 GetFloat24Value() const { return Float32ToBits24( m_Float32 ); } in GetFloat24Value() 101 Float24& operator =(u32 bits24) { this->m_Float32 = Bits24ToFloat32( bits24 ); return *this; } 125 static f32 Bits24ToFloat32(u32 bits24) in Bits24ToFloat32() 127 u32 sign = bits24 & SIGN24; in Bits24ToFloat32() 129 u32 fraction = bits24 & FRACTION_MASK24; in Bits24ToFloat32() 131 u32 bits32 = 0; in Bits24ToFloat32() [all …]
|
| D | util_Crc.h | 241 void InitializeContext(u32 context = CRC32_STANDARD_INIT); 250 u32 GetHash(); 263 static u32 Calculate(const void* input, size_t length, u32 context = CRC32_STANDARD_INIT); 267 …static const u32 CRC32_STANDARD_POLY = 0xedb88320; // Items that execute bit inversion also inver… 270 static const u32 CRC32_STANDARD_INIT = 0xffffffff; 273 typedef u32 Context; 278 u32 table[CRC_TABLE_SIZE]; 290 void InitializeTable(u32 poly); 308 void InitializeContext(u32 context = CRC32_POSIX_INIT); 317 u32 GetHash(); [all …]
|
| /CTR-SDK-2.4.0/include/nn/net/compatible/nhttp/ |
| D | nhttp.h | 177 typedef void *(*NHTTPAlloc) (u32 name, u32 size, u32 align); /* Please see man pages for details */ 178 typedef void (*NHTTPFree) (u32 name, void *ptr); /* Please see man pages for details */ 199 u32 threadPrio; /* Please see man pages for details */ 200 u32 threadNum; /* Please see man pages for details */ 201 u32 queueDepth; /* Please see man pages for details */ 202 u32 singleHostMax; /* Please see man pages for details */ 212 u32 size; /* Please see man pages for details */ 213 u32 offset; /* Please see man pages for details */ 222 u32 size; /* Please see man pages for details */ 223 u32 offset; /* Please see man pages for details */ [all …]
|
| /CTR-SDK-2.4.0/include/nn/snd/CTR/Common/ |
| D | snd_Bcwav.h | 42 u32 offset; 47 u32 size; 53 u32 count; 60 u32 signature; // Always 'CWAV' 63 u32 version; 64 u32 fileSize; 84 u32 kind; // 'INFO' or 'DATA' 85 u32 size; 96 u32 sampleRate; // 97 u32 loopStartFrame; // [all …]
|
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Arithmetic.h | 47 inline u32 50 return *reinterpret_cast<u32*>(&x); in F32AsU32() 63 U32AsF32(u32 x) in U32AsF32() 95 u32 u = (F32AsU32(f) & 0x807FFFFF) | 0x3F800000; in FGetMantPart() 495 u32 CntBit1(u32 x); 496 u32 CntBit1(const u32* first, const u32* last); 497 u32 DistBit(const u32* first1, const u32* last1, const u32* first2); 498 u32 RevBit(u32 x); 499 int IExp(int x, u32 n); 500 u32 ILog10(u32 x); [all …]
|
| /CTR-SDK-2.4.0/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeap.h | 86 u32 userParam); 120 u32 size, 170 u32 size, 186 inline void* AllocFromCurrentHeap(u32 size, int alignment = NN_OS_HEAP_DEFAULT_ALIGNMENT) 226 u32 ResizeForMBlockHeap( 229 u32 size); 238 u32 GetTotalFreeSizeForHeap( 252 u32 GetAllocatableSizeForHeap( 326 u32 userParam); 335 u32 GetSizeForMBlockHeap( [all …]
|
| D | fnd_DetailHeapCommonImpl.h | 31 typedef u32 NNSiUIntPtr; // unsigned integer type mutually convertible with void* pointer 99 u32 maskBits = (u32)((1 <<(bits)) -1); \ 100 u32 newVal = (val) & maskBits; /* mask for safety */ \ 121 inline u32 128 AddU32ToPtr(void* ptr, u32 val) in AddU32ToPtr() 134 AddU32ToCPtr(const void* ptr, u32 val) in AddU32ToCPtr() 140 SubU32ToPtr(void* ptr, u32 val) in SubU32ToPtr() 146 SubU32ToCPtr(const void* ptr, u32 val) in SubU32ToCPtr() 183 inline void MI_CpuFill32(void* dest, u32 data, u32 size) in MI_CpuFill32() 185 u32* pDest = reinterpret_cast<u32*>(dest); in MI_CpuFill32() [all …]
|
| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_ProcedureTexture.cpp | 26 const u32 lookUpTableIndex, in SetNoiseLookUpTable() 37 const u32 lookUpTableIndex ) in SetNoiseLookUpTable() 44 const u32 lookUpTableIndex, in SetRgbMapLookUpTable() 55 const u32 lookUpTableIndex ) in SetRgbMapLookUpTable() 62 const u32 lookUpTableIndex, in SetAlphaMapLookUpTable() 73 const u32 lookUpTableIndex ) in SetAlphaMapLookUpTable() 80 const u32 lookUpTableIndex ) in SetRedLookUpTable() 87 … const u32 lookUpTableIndex, const u32 diffLookUpTableIndex ) in SetRedLookUpTable() 94 const u32 lookUpTableIndex ) in SetGreenLookUpTable() 101 … const u32 lookUpTableIndex, const u32 diffLookUpTableIndex ) in SetGreenLookUpTable() [all …]
|
| /CTR-SDK-2.4.0/include/nn/cfg/CTR/ |
| D | cfg_UserInfo.h | 69 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK = 0xffU << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 73 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_MASK = 0xffU << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 77 const u32 CFG_SIMPLE_ADDRESS_ID_RESERVED_MASK = 0x0000ffff; 82 const u32 CFG_SIMPLE_ADDRESS_ID_NOT_DEFINED = 0xffffffff; 86 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED = 0x00U << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 90 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED2 = 0xffU << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 94 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED = 0x00U << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 98 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED2 = 0xffU << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 119 u32 id; //
|