Lines Matching refs:u32
123 u32 count:24; // Frame count
169 static u32 sFrameCount = 0;
211 static void* mpAlloc( u32 size );
214 static u16 ConvKPadKeyToDSPad(u32 mixedKey);
308 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in Initialize()
332 (void*)((u32)sStateManagementThreadStack + STACK_SIZE), STACK_SIZE, in Initialize()
456 static const u32 font[] ATTRIBUTE_ALIGN(32) = in Draw()
749 (void*)((u32)sDataSharingThreadStack + STACK_SIZE), STACK_SIZE, in TransToLobby()
753 (void*)((u32)sUpdateGameInfoThreadStack + STACK_SIZE), STACK_SIZE, in TransToLobby()
961 data = MPDSGetData( &sDSContext, &recvDataSet, (u32)i ); in DataSharingThreadFunc()
1099 u32 aid; in DataSharingCallback()
1179 void* mpAlloc( u32 size ) in mpAlloc()
1206 u16 ConvKPadKeyToDSPad(u32 mixedKey) in ConvKPadKeyToDSPad()