Lines Matching refs:u32
99 static void* MyAlloc( u32 size );
103 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024);
211 static u32 connectedAid;
232 static u16 ConvKPadKeyToDSPad(u32 mixedKey);
240 u32 tv_format; in main()
278 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in main()
303 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main()
333 u32 fixed_entry; in DoDownload()
346 u32 entry; in DoDownload()
347 u32 booted; in DoDownload()
356 const u32 full_entry = (u32)(((1 << mpdlConfig.programMaxEntry) - 1) & ~1); in DoDownload()
470 NETSwapAndCopyMemory16(nameUTF16, info->name, (u32)srclen); in DoDownload()
518 u32 count; in DoPadSharing()
575 data = MPDSGetData( &mpdsContext, &recvDataSet, (u32)i ); in DoPadSharing()
582 … MPMPToH32(*(u32*)data), MPMPToH32(*((u32*)data+1)) >> 16, MPMPToH32(*((u32*)data+1)) & 0xffff ); in DoPadSharing()
766 void* MyAlloc( u32 size ) in MyAlloc()
778 u16 ConvKPadKeyToDSPad(u32 mixedKey) in ConvKPadKeyToDSPad()