Lines Matching refs:u32
115 static void* AllocForSocket( u32 name, s32 size );
116 static void FreeForSocket( u32 name, void* ptr, s32 size );
117 static BOOL CreateHeapForSocket( u32 size );
120 static const char* StateToString( u32 state );
121 static void SendCommand( u32 command );
132 u32 state; in main()
331 const char* StateToString( u32 state ) in StateToString()
455 void SendCommand( u32 command ) in SendCommand()
471 u32 command; in NetworkHandler()
475 command = (u32)msg; in NetworkHandler()
582 void* AllocForSocket( u32 name, s32 size ) in AllocForSocket()
591 ptr = MEMAllocFromExpHeapEx( heapHandleSocket, (u32) size, 32 ); in AllocForSocket()
601 void FreeForSocket( u32 name, void* ptr, s32 size ) in FreeForSocket()
614 BOOL CreateHeapForSocket( u32 size ) in CreateHeapForSocket()
625 if ((u32) arenaHi - (u32) arenaLo < size) in CreateHeapForSocket()
654 if ( (u32)OSGetMEM2ArenaLo() == (u32)heapPtr + heapSize ) in DestroyHeapForSocket()