Lines Matching refs:u32
121 static void* AllocForSocket( u32 name, s32 size );
122 static void FreeForSocket( u32 name, void* ptr, s32 size );
123 static BOOL CreateHeapForSocket( u32 size );
126 static const char* StateToString( u32 state );
127 static void SendCommand( u32 command );
138 u32 state; in main()
337 const char* StateToString( u32 state ) in StateToString()
461 void SendCommand( u32 command ) in SendCommand()
477 u32 command; in NetworkHandler()
481 command = (u32)msg; in NetworkHandler()
603 void* AllocForSocket( u32 name, s32 size ) in AllocForSocket()
612 ptr = MEMAllocFromExpHeapEx( heapHandleSocket, (u32) size, 32 ); in AllocForSocket()
622 void FreeForSocket( u32 name, void* ptr, s32 size ) in FreeForSocket()
635 BOOL CreateHeapForSocket( u32 size ) in CreateHeapForSocket()
646 if ((u32) arenaHi - (u32) arenaLo < size) in CreateHeapForSocket()
675 if ( (u32)OSGetMEM2ArenaLo() == (u32)heapPtr + heapSize ) in DestroyHeapForSocket()