Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 25 of 243) sorted by relevance

12345678910

/CTR-SDK-2.4.0/include/nn/socket/
Dsocket_Stat.autogen.h33 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 …]
Dsocket_Entry.autogen.h69 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/
Dnsoc_stat.h34 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 …]
Dnsoc_entry.h71 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/
Dcec_MessageBoxInfoReader.h108 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 …]
Dcec_MessageBox.h101 u32 CecBoxVersion;
102 u32 DirNum;
112 u32 cecTitleId; // Title specific ID
113u32 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 …]
Dcec_Types.h28 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 …]
Dcec_CecAPI.h43 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 …]
Dcec_Cec.h67 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/
Dfont_RectDrawer.h76 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/
Dfont_ArchiveFontBase.h51 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/
Ddsp_Types.h42 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/
Dboss_Types.h47 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 …]
Dboss_Task.h75 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/
Dgr_ProcedureTexture.h34 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/
Dcx_Compression.h29 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/
Dutil_Float24.h45 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 …]
Dutil_Crc.h241 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/
Dnhttp.h177 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/
Dsnd_Bcwav.h42 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/
Dmath_Arithmetic.h47 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/
Dfnd_DetailHeap.h86 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 …]
Dfnd_DetailHeapCommonImpl.h31 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/
Dgr_ProcedureTexture.cpp26 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/
Dcfg_UserInfo.h69 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; //

12345678910