Home
last modified time | relevance | path

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

12345678910>>...20

/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsoundconv.h35 u32 channels;
36 u32 bitsPerSample;
37 u32 sampleRate;
38 u32 samples;
39 u32 loopStart;
40 u32 loopEnd;
41 u32 bufferLength;
96 u32 type;
97 u32 sampleRate;
98 u32 loopAddr;
[all …]
/RvlSDK-3.2.2/include/revolution/gx/
DGXPerf.h70 void GXReadGPMetric ( u32* cnt0,
71 u32* cnt1 );
78 u32 GXReadGP0Metric ( void );
85 u32 GXReadGP1Metric ( void );
88 void GXReadMemMetric ( u32* cp_req,
89 u32* tc_req,
90 u32* cpu_rd_req,
91 u32* cpu_wr_req,
92 u32* dsp_req,
93 u32* io_req,
[all …]
/RvlSDK-3.2.2/include/revolution/
Dthpfile.h65 u32 version; // version number
66 u32 bufSize; // max frame size for buffer computation
67 u32 audioMaxSamples; // max samples of audio data
69 u32 numFrames;
70 u32 firstFrameSize; // how much to load
71 u32 movieDataSize;
72 u32 compInfoDataOffsets; // offset to component infomation data
73 u32 offsetDataOffsets; // offset to array of frame offsets
74 u32 movieDataOffsets; // offset to first frame (start of movie data)
75 u32 finalFrameDataOffsets; // offset to final frame
[all …]
Daxfx.h54 typedef void* (*AXFXAlloc) (u32);
194 u32 earlyPos[3];
195 u32 earlyLength;
196 u32 earlyMaxLength;
199 u32 preDelayPos;
200 u32 preDelayLength;
201 u32 preDelayMaxLength;
203 u32 combPos[3];
204 u32 combLength[3];
205 u32 combMaxLength[3];
[all …]
Dnand.h265 u32 ownerId;
269 u32 attr;
270 u32 ownerAcc;
271 u32 groupAcc;
272 u32 othersAcc;
273 u32 num;
275 u32 *length;
276 u32 *pos;
279 u32 bufLength;
281 u32 uniqNo;
[all …]
Drso.h35 typedef u32 RSOHash;
40 u32* symbol_ptr;
45 u32 strOffset;
46 u32 value;
47 u32 section;
53 u32 strOffset;
54 u32 value;
55 u32 relOffset;
60 u32 tableOffset; // Offset to symbol table
61 u32 tableSize; // Symbol table size
[all …]
/RvlSDK-3.2.2/build/libraries/tc/include/
DTCImageList.h71 u32 index; // image index from script file. This is also the .tpl bank location
73 u32 colorSrcImage; // srcImage index for color layer
74 u32 alphaSrcImage; // srcImage index for alpha layer; 0 if no alpha layer
76 u32 texelFormat; // Dolphin texture format from script file
78 u32 minLOD; // minimum LOD level desired relative to srcImage
79 u32 maxLOD; // maximum LOD level desired relative to srcImage
80 u32 remapMinLOD; // remapped (actual) minLOD for .tpl file
82 u32 wrapS; // wrap mode in S axis
83 u32 wrapT; // wrap mode in T axis
90 u32 tplImageBankOffset; // bytes from top of .tpl file to image texel data
[all …]
/RvlSDK-3.2.2/build/libraries/cx/src/
DCXSecureUncompression.c42 s32 CXSecureUncompressAny( const void* srcp, u32 srcSize, void* destp ) in CXSecureUncompressAny()
89 s32 CXSecureUncompressRL( const void *srcp, u32 srcSize, void *destp ) in CXSecureUncompressRL()
93 u8 compType = (u8)( CXiConvertEndian_( *(u32*)pSrc ) & 0xFF ); in CXSecureUncompressRL()
94 u32 destCount = CXiConvertEndian_( *(u32*)pSrc ) >> 8; in CXSecureUncompressRL()
119 destCount = CXiConvertEndian_( *(u32*)pSrc ); in CXSecureUncompressRL()
213 s32 CXSecureUncompressLZ( const void *srcp, u32 srcSize, void *destp ) in CXSecureUncompressLZ()
217 u8 compType = (u8)( CXiConvertEndian_( *(u32*)pSrc ) & 0xFF ); in CXSecureUncompressLZ()
218 u32 destCount = CXiConvertEndian_( *(u32*)pSrc ) >> 8; in CXSecureUncompressLZ()
245 destCount = CXiConvertEndian_( *(u32*)pSrc ); in CXSecureUncompressLZ()
252 u32 i; in CXSecureUncompressLZ()
[all …]
DCXUncompression.c35 u32 CXGetUncompressedSize( const void *srcp ) in CXGetUncompressedSize()
37 u32 size = CXiConvertEndian_( *(u32*)srcp ) >> 8; in CXGetUncompressedSize()
40 size = CXiConvertEndian_( *((u32*)srcp + 1) ); in CXGetUncompressedSize()
113 u32 destCount = CXiConvertEndian_( *(u32*)pSrc ) >> 8; in CXUncompressRL()
118 destCount = CXiConvertEndian_( *(u32*)pSrc ); in CXUncompressRL()
125 u32 length = flags & 0x7fU; in CXUncompressRL()
192 u32 destCount = CXiConvertEndian_( *(u32 *)pSrc ) >> 8; in CXUncompressLZ()
199 destCount = CXiConvertEndian_( *(u32*)pSrc ); in CXUncompressLZ()
205 u32 i; in CXUncompressLZ()
206 u32 flags = *pSrc++; in CXUncompressLZ()
[all …]
/RvlSDK-3.2.2/include/revolution/base/
DPPCArch.h371 u32 _pad0 :2;
372 u32 loadScale :6;
373 u32 _pad1 :5;
374 u32 loadType :3;
375 u32 _pad2 :2;
376 u32 storeScale :6;
377 u32 _pad3 :5;
378 u32 storeType :3;
383 u32 val;
406 u32 memAddr :27;
[all …]
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDFile.c57 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31)
82 static s32 myFwrite_u32( FILE *fp, u32 data ) in myFwrite_u32()
84 u32 count; in myFwrite_u32()
104 static s32 myFwrite_u8s( FILE *fp, u8 *data, u32 length ) in myFwrite_u8s()
106 u32 count; in myFwrite_u8s()
122 static s32 myFread_u32( FILE *fp, u32 *data ) in myFread_u32()
124 u32 count; in myFread_u32()
129 *data = ((u32) db[0] << 24) | ((u32) db[1] << 16) | in myFread_u32()
130 ((u32) db[2] << 8) | ((u32) db[3] << 0); in myFread_u32()
142 static s32 myFread_u8s( FILE *fp, u8 *data, u32 length ) in myFread_u8s()
[all …]
DGDGeometry.c56 #define OSCachedToPhysical(caddr) ((u32)((u8*)(caddr) - (0x80000000)))
81 u32 nnorms = 0; in GDSetVtxDescv()
82 u32 ncols = 0; in GDSetVtxDescv()
83 u32 ntexs = 0; in GDSetVtxDescv()
85 u32 pnMtxIdx = GX_NONE; in GDSetVtxDescv()
86 u32 txMtxIdxMask = 0; in GDSetVtxDescv()
87 u32 posn = GX_DIRECT; in GDSetVtxDescv()
88 u32 norm = GX_NONE; in GDSetVtxDescv()
89 u32 col0 = GX_NONE; in GDSetVtxDescv()
90 u32 col1 = GX_NONE; in GDSetVtxDescv()
[all …]
/RvlSDK-3.2.2/include/revolution/gd/
DGDTexture.h70 void GDSetTexImgPtrRaw ( GXTexMapID id, u32 image_ptr_raw );
73 void GDSetTexTlut ( GXTexMapID id, u32 tmem_addr, GXTlutFmt format );
76 u32 tmem_even, GXTexCacheSize size_even,
77 u32 tmem_odd, GXTexCacheSize size_odd );
79 void GDSetTexPreLoaded ( GXTexMapID id, u32 tmem_even, u32 tmem_odd );
92 void GDLoadTlut ( void *tlut_ptr, u32 tmem_addr, GXTlutSize size );
93 void GDLoadTlutRaw ( u32 tlut_ptr_raw, u32 tmem_addr, GXTlutSize size );
121 ((((u32)(wrap_s)) << TX_SETMODE0_WRAP_S_SHIFT) | \
122 (((u32)(wrap_t)) << TX_SETMODE0_WRAP_T_SHIFT) | \
123 (((u32)(mag_filter)) << TX_SETMODE0_MAG_FILTER_SHIFT) | \
[all …]
/RvlSDK-3.2.2/build/tools/soundfile/src/
DWavfile.c23 u32 * str_riff = (u32 *)"RIFF";
24 u32 * str_wave = (u32 *)"WAVE";
25 u32 * str_fmt = (u32 *)"fmt ";
26 u32 * str_data = (u32 *)"data";
39 u32 datasize, riffchunksize; in wavCreateHeader()
43 *((u32*)(wc->chunkId)) = *str_riff; in wavCreateHeader()
44 *((u32*)(wc->formType)) = *str_wave; in wavCreateHeader()
45 *((u32*)(wc->fmt.chunkId)) = *str_fmt; in wavCreateHeader()
46 *((u32*)(wc->data.chunkId)) = *str_data; in wavCreateHeader()
87 u32 d, riffchunksize, size; in wavReadHeader()
[all …]
/RvlSDK-3.2.2/include/win32/
Ddsptool.h71 LINKDLL u32 getBytesForAdpcmBuffer (u32 samples);
72 LINKDLL u32 getBytesForAdpcmSamples (u32 samples);
73 LINKDLL u32 getBytesForPcmBuffer (u32 samples);
74 LINKDLL u32 getBytesForPcmSamples (u32 samples);
75 LINKDLL u32 getNibbleAddress (u32 samples);
76 LINKDLL u32 getNibblesForNSamples (u32 samples);
77 LINKDLL u32 getSampleForAdpcmNibble (u32 nibble);
78 LINKDLL u32 getBytesForAdpcmInfo (void);
85 u32 samples // number of samples to encode
93 u32 samples // number of samples to decode
[all …]
Dthpaudio.h71 #define THPADPCMSampleToByte(x) (u32)(((x) / 14) * 8)
72 #define THPGetEncDataPtr(x, y) (u8 *)((u32)(x) + THPADPCMSampleToByte(y))
73 #define THPGetDecDataPtr(x, y) (s16 *)((u32)(x) + (y) * 2)
79 u32 frequency;
80 u32 channel;
81 u32 bitPerSample;
82 u32 totalSampleSize;
83 u32 dataBlockOffset;
84 u32 curFileOffset;
92 u32 offsetNextChannel;
[all …]
/RvlSDK-3.2.2/include/revolution/os/
DOSCache.h104 void DCInvalidateRange ( void* addr, u32 nBytes );
105 void DCFlushRange ( void* addr, u32 nBytes );
106 void DCStoreRange ( void* addr, u32 nBytes );
107 void DCFlushRangeNoSync ( void* addr, u32 nBytes );
108 void DCStoreRangeNoSync ( void* addr, u32 nBytes );
109 void DCZeroRange ( void* addr, u32 nBytes );
110 void DCTouchRange ( void* addr, u32 nBytes );
116 void ICInvalidateRange ( void* addr, u32 nBytes );
127 void LCLoadBlocks ( void* destTag, void* srcAddr, u32 numBlocks );
128 void LCStoreBlocks ( void* destAddr, void* srcTag, u32 numBlocks );
[all …]
DOSModule.h79 typedef u32 OSModuleID;
103 u32 numSections; // # of sections
104 u32 sectionInfoOffset; // Offset to section info table
105 u32 nameOffset; // Offset to module name
106 u32 nameSize; // Size of module name
107 u32 version; // Version number
116 u32 bssSize; // Total size of bss sections in bytes
117 u32 relOffset;
118 u32 impOffset;
119 u32 impSize; // Size in bytes
[all …]
DOSContext.h126 u32 gpr[32];
128 u32 cr;
129 u32 lr;
130 u32 ctr;
131 u32 xer;
136 u32 fpscr_pad;
137 u32 fpscr;
140 u32 srr0;
141 u32 srr1;
149 u32 gqr[8];
[all …]
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp141 u32 colorSrcImage; // srcImage index for color layer
142 u32 alphaSrcImage; // srcImage index for alpha layer; 0 if no alpha layer
147 u32 texelFormat; // Dolphin texture format ( TPL_IMAGE_TEXEL_FMT_X )
149 u32 minLOD; // minimum LOD level desired relative to srcImage
150 u32 maxLOD; // maximum LOD level desired relative to srcImage
151 u32 remapMinLOD; // remapped (actual) minLOD for .tpl file
153 u32 tplImageBankOffset; // bytes from top of .tpl file to image texel data
154 u32 tplBufferSize; // size of image buffer including padding to 32B tiles
161 u32 srcImage; // source image file providing
166 u32 entryFormat; // Dolphin format of CLUT entries
[all …]
/RvlSDK-3.2.2/build/demos/axdemo/src/
Dcompressor.c118 static u32 compressor_mode = AX_COMPRESSOR_ON;
130 static u32 clip_tick_left; // for animating the clip detector
131 static u32 clip_tick_right; // for animating the clip detector
132 static u32 clip_left; // for counting number of clips, just for fun
133 static u32 clip_right; // for counting number of clips, just for fun
143 static u32 ping_counter;
152 static void MNU_play_click (DEMOWinMenuInfo *menu, u32 item);
153 static void MNU_play_hum (DEMOWinMenuInfo *menu, u32 item, u32 *result);
154 static void MNU_play_ping (DEMOWinMenuInfo *menu, u32 item, u32 *result);
155 static void MNU_play_voice (DEMOWinMenuInfo *menu, u32 item, u32 *result);
[all …]
/RvlSDK-3.2.2/build/demos/videmo/src/
Dmoving.30Hz.c58 u32 Y;
59 u32 Cb;
60 u32 Cr;
75 void allocateFB(u32 fbSize);
76 void draw(u32 code, u32 fbSize, u8* xfb);
77 void waitFrame(u32 count);
88 void allocateFB(u32 fbSize) in allocateFB()
113 void draw(u32 count, u32 fbSize, u8* xfb) in draw()
115 u32 i, j; in draw()
116 u32 colorVal; in draw()
[all …]
Dmoving.c58 u32 Y;
59 u32 Cb;
60 u32 Cr;
75 void allocateFB(u32 fbSize);
76 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
87 void allocateFB(u32 fbSize) in allocateFB()
113 void draw(u32 field, u32 count, u32 fbSize, u8* xfb) in draw()
115 u32 i, j; in draw()
116 u32 colorVal; in draw()
117 u32 cb, cr; in draw()
[all …]
Dmoving.regions.c47 u32 Y;
48 u32 Cb;
49 u32 Cr;
64 void allocateFB(u32 fbSize);
65 void draw(u32 field, u32 code, u32 fbSize, u8* xfb);
77 static void SetProgressiveMode( u32 tv ) in SetProgressiveMode()
105 static void SetInterlaceMode( u32 tv ) in SetInterlaceMode()
142 void allocateFB(u32 fbSize) in allocateFB()
168 void draw(u32 field, u32 count, u32 fbSize, u8* xfb) in draw()
170 u32 i, j; in draw()
[all …]
/RvlSDK-3.2.2/build/demos/gddemo/include/
Dgd-tev.h73 extern void CreateModelDL ( void* dlPtr, u32* dlSize );
74 extern void CreateShader0DL ( void* dlPtr, u32* dlSize, u32* plPtr, u32* plSize );
75 extern void CreateShader1DL ( void* dlPtr, u32* dlSize, u32* plPtr, u32* plSize );
76 extern void CreateShader2DL ( void* dlPtr, u32* dlSize, u32* plPtr, u32* plSize );
77 extern void CreateShader3DL ( void* dlPtr, u32* dlSize, u32* plPtr, u32* plSize );

12345678910>>...20