| /CTR-SDK-0.13.2/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; //!< Ethernetでコリジョンエラーとなったパケット数 [all …]
|
| /CTR-SDK-0.13.2/include/nn/net/compatible/nsoc/ |
| D | nsoc_stat.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; /**< Ethernetでコリジョンエラーとなったパケット数 */ [all …]
|
| /CTR-SDK-0.13.2/include/nn/gr/CTR/ |
| D | gr_Shader.h | 93 u32* MakeFullCommand( u32* command ) const; 104 u32* MakeVtxBoolMapCommand( u32* command ) const in MakeVtxBoolMapCommand() 118 u32* MakeGeoBoolMapCommand( u32* command ) const in MakeGeoBoolMapCommand() 133 u32* MakePrepareCommand( u32* command ) const; 143 u32* MakeVtxProgramCommand( u32* command ) const; 154 u32* MakeGeoProgramCommand( u32* command ) const; 164 u32* MakeVtxSwizzleCommand( u32* command ) const in MakeVtxSwizzleCommand() 179 u32* MakeGeoSwizzleCommand( u32* command ) const in MakeGeoSwizzleCommand() 194 u32* MakeVtxConstRgCommand( u32* command ) const in MakeVtxConstRgCommand() 196 … std::memcpy( command, m_CmdCacheVtxConst, m_CmdCacheVtxConstNum * sizeof( u32 ) ); in MakeVtxConstRgCommand() [all …]
|
| D | gr_Texture.h | 44 u32 physicalAddr; 283 u32 cubeMapAddrPosX; 289 u32 cubeMapAddrNegX; 295 u32 cubeMapAddrPosY; 301 u32 cubeMapAddrNegY; 307 u32 cubeMapAddrPosZ; 313 u32 cubeMapAddrNegZ; 324 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 367 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; 426 u32* MakeCommand( u32* command, bool is_update_texture_func = true ) const; [all …]
|
| D | gr_Vertex.h | 86 u32 physicalAddr; 91 u32 drawVtxNum; 129 …void EnableAttrAsArray( const nn::gr::CTR::BindSymbolVSInput& symbol, const u32 physical_addr, con… 149 …leavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const u32 physical_addr ); 160 u32* MakeEnableAttrCommand( u32* command ) const in MakeEnableAttrCommand() 168 std::memcpy( command, m_CmdCacheVertex, m_CmdCacheVertexNum * sizeof( u32 ) ); in MakeEnableAttrCommand() 180 u32* MakeDrawCommand( u32* command, const IndexStream& index_stream ) const; 190 u32* MakeDisableAttrCommand( u32* command ) const in MakeDisableAttrCommand() 192 const int size = ( 2 + 3 * VERTEX_ATTRIBUTE_MAX ) * sizeof( u32 ); in MakeDisableAttrCommand() 196 command += size / sizeof( u32 ); in MakeDisableAttrCommand() [all …]
|
| D | gr_BindSymbol.h | 147 u32* MakeUniformCommand( u32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 160 u32* MakeUniformCommand( u32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 173 u32* MakeUniformCommand( u32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 188 … u32* MakeUniformCommand( u32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 215 u32* MakeUniformCommand( u32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() 258 u32* MakeUniformCommand( u32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() 271 u32* MakeUniformCommand( u32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() 284 u32* MakeUniformCommand( u32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() 298 … u32* MakeUniformCommand( u32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() 313 u32* MakeUniformCommand( u32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
|
| D | gr_RenderState.h | 116 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 335 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 403 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 456 u32 ref; 467 u32 mask; 557 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 628 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 711 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 794 u32* MakeCommand( u32* command, bool isUpdateFBAccess = true ) const; 828 u32* MakeCommand( u32* command ) const; [all …]
|
| /CTR-SDK-0.13.2/include/nn/cec/CTR/ |
| D | cec_MessageBoxInfoReader.h | 107 u32 m_currentCecTitleId; 150 u32 GetBoxSizeMax(CecBoxType boxType); 157 u32 GetBoxSize(CecBoxType boxType); 164 u32 GetMessNumMax(CecBoxType boxType); 171 u32 GetMessNum(CecBoxType boxType); 173 u32 GetGroupNumMax(CecBoxType boxType); 176 CecMessageHeader* GetCecMessageHeader(CecBoxType boxType, u32 messIndex); 189 u32 GetMessageMessSize(CecBoxType boxType, u32 messIndex); 197 u32 GetMessageBodySize(CecBoxType boxType, u32 messIndex); 205 u32 GetMessageGroupId(CecBoxType boxType, u32 messIndex); [all …]
|
| D | cec_MessageBox.h | 102 u32 CecBoxVersion; 103 u32 DirNum; 113 u32 cecTitleId; // Title固有ID 114 u32 privateId; // アプリがつける固有ID。アクセスする為のキーとなる。 119 u32 MessageBoxInfoSize; // MessageBoxInfoのサイズ(Byte) 153 u32 boxInfoSize; // BoxInfoのサイズ 154 u32 boxSizeMax; // MessageBoxのサイズ(Byte)最大値 155 u32 boxSize; // MessageBoxのサイズ(使用量)(Byte) 156 u32 messNumMax; // ボックスに格納可能な message数 の最大値 157 u32 messNum; // ボックスに格納されているmessage数 [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 …]
|
| /CTR-SDK-0.13.2/include/nn/dsp/CTR/Common/ |
| D | dsp_Types.h | 42 typedef u32 DSPWord32; // DSP内でサイズを表現する型 (2バイト1ワード) 43 typedef u32 DSPByte32; // DSP内でバイト単位を表現する型 (1バイト1ワード) 44 typedef u32 DSPAddrInARM; // DSP内アドレスをバイト単位に変換した型 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-0.13.2/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-0.13.2/include/nn/fs/CTR/ |
| D | fs_Types.h | 34 u32 sectorSize; 35 u32 clusterSize; 36 u32 totalClusters; 37 u32 freeClusters; 55 u32 initErrorCount; 56 u32 initErrorCode; 57 u32 accessErrorCount; 58 u32 accessErrorCode; 59 u32 checkErrorCount; 60 u32 checkErrorCode; [all …]
|
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_Crc.h | 71 typedef u32 Crc32Context; 107 u32 table[256]; 178 void iCrc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length); 193 inline void iCrc8UpdateRev(const Crc8Table* table, Crc8Context* context, const void* input, u32 len… in iCrc8UpdateRev() 260 void Crc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length); 262 inline void Crc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length) in Crc8Update() 340 void iCrc16Update(const Crc16Table* table, Crc16Context* context, const void* input, u32 length); 355 void iCrc16UpdateRev(const Crc16Table* table, Crc16Context* context, const void* input, u32 length); 416 void Crc16CcittUpdate(const Crc16Table* table, Crc16Context* context, const void* input, u32 length… 418 inline void Crc16CcittUpdate(const Crc16Table* table, Crc16Context* context, const void* input, u32… in Crc16CcittUpdate() [all …]
|
| 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 …]
|
| /CTR-SDK-0.13.2/include/nn/cx/ |
| D | cx_Compression.h | 26 u32 CompressLZImpl(const u8 *srcp, u32 size, u8 *dstp, void *work, bool exFormat); 37 inline u32 CompressLZ(const u8 *srcp, u32 size, u8 *dstp, void *work) in CompressLZ() 41 inline u32 CompressLZEx(const u8 *srcp, u32 size, u8 *dstp, void* work) in CompressLZEx() 54 u32 CompressRL( const u8 *srcp, u32 size, u8 *dstp ); 68 u32 CompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work );
|
| /CTR-SDK-0.13.2/include/nn/net/compatible/nhttp/ |
| D | nhttp.h | 176 typedef void *(*NHTTPAlloc) (u32 name, u32 size, u32 align); /**< メモリ取得関数 */ 177 typedef void (*NHTTPFree) (u32 name, void *ptr); /**< メモリ解放関数 */ 198 u32 threadPrio; /**< スレッド優先度(0-31) */ 199 u32 threadNum; /**< 通信スレッド数 */ 200 u32 queueDepth; /**< 接続ハンドル受け渡しキューの段数 */ 201 u32 singleHostMax; /**< 同一ホスト最大同時接続数 */ 211 u32 size; /**< データの長さ */ 212 u32 offset; /**< 送信済みデータ長 */ 221 u32 size; /**< データの長さ */ 222 u32 offset; /**< 送信済みデータ長 */ [all …]
|
| /CTR-SDK-0.13.2/include/nn/boss/ |
| D | boss_Types.h | 56 u32 targetDuration; /* タスクの完了希望時間 */ 57 u32 execInterval; /* 実行間隔 (秒) */ 58 u32 execCount; /* 実行回数 */ 68 u32 param1; /* オプションパラメータ1 */ 69 u32 param2; /* オプションパラメータ2 */ 90 u32 execSerialID; /* 起動対象プログラム */ 91 u32 offset; /* オフセット指定 */ 107 u32 rootCANum ; /* rootCA個数 */ 108 u32 clientCertNum ; /* clientCert個数 */ 130 u32 execInterval; /* 実行間隔 (秒) */ [all …]
|
| /CTR-SDK-0.13.2/include/nn/snd/CTR/Common/ |
| D | snd_Bcwav.h | 42 u32 offset; 47 u32 size; 53 u32 count; 60 u32 signature; // 必ず 'CWAV' 63 u32 version; 64 u32 fileSize; 84 u32 kind; // 'INFO' や 'DATA' 85 u32 size; 96 u32 sampleRate; //!< サンプルレート 97 u32 loopStartFrame; //!< ループ開始位置 [all …]
|
| /CTR-SDK-0.13.2/include/nn/uds/CTR/ |
| D | uds_Type.h | 176 u32 id; //!< @ref CreateEndpoint を実行する毎に振り分けられる ID です。 199 u32 id; //!< Endpoint の ID ( EndpointDescriptor.id ) 202 u32 receiveCount; //!< Attach した Endpoint が受信したパケット総数 203 u32 lostCount; //!< 受信バッファ溢れによってロストしたパケット数 211 inline u32 UDS_BE2LE32( u32 value ) in UDS_BE2LE32() 213 …return static_cast<u32>( (((value) & 0xFF000000UL) >> 24UL) | (((value) & 0x00FF0000UL) >> 8UL) | … in UDS_BE2LE32() 219 u32* tmpA = reinterpret_cast<u32*>(&(returnValue)); in UDS_BE2LE64() 220 u32* tmpB = reinterpret_cast<u32*>(&(value)); in UDS_BE2LE64() 228 inline u32 UDS_LE2BE32( u32 value) in UDS_LE2BE32() 230 …return static_cast<u32>( (((value) & 0xFF000000UL) >> 24UL) | (((value) & 0x00FF0000UL) >> 8UL) | … in UDS_LE2BE32() [all …]
|
| /CTR-SDK-0.13.2/include/nn/cfg/CTR/ |
| D | cfg_UserInfo.h | 67 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK = 0xffU << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 71 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_MASK = 0xffU << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 75 const u32 CFG_SIMPLE_ADDRESS_ID_RESERVED_MASK = 0x0000ffff; 80 const u32 CFG_SIMPLE_ADDRESS_ID_NOT_DEFINED = 0xffffffff; 84 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED = 0x00U << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 88 const u32 CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED2 = 0xffU << CFG_SIMPLE_ADDRESS_ID_COUNTRY_SH… 92 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED = 0x00U << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 96 const u32 CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED2 = 0xffU << CFG_SIMPLE_ADDRESS_ID_REGION_SHI… 112 …u32 id; //!< 簡易アドレ…
|
| /CTR-SDK-0.13.2/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-0.13.2/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; // void*ポインタと相互変換可能な符号無し整数型 99 u32 maskBits = (u32)((1 <<(bits)) -1); \ 100 u32 newVal = (val) & maskBits; /* 安全のためマスク */ \ 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-0.13.2/include/nn/font/CTR/ |
| D | font_RectDrawer.h | 96 u32 size); 150 virtual void DrawBegin(u32 flag = 0); 160 virtual void DrawEnd(u32 flag = 0); 204 static u32 SetUniformCommand( in SetUniformCommand() 205 u32* buffer, in SetUniformCommand() 206 u32 num in SetUniformCommand() 216 return sizeof(u32) * (4 + 4 * num); in SetUniformCommand() 226 u32 GetVertexIndexAddressOffset(u32 vtxNum) const; 229 const u32* GetDrawCommands() const; 232 u32 GetDrawCommandSize() const; [all …]
|