Lines Matching refs:u32
66 static void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId );
81 static u32* IdListBuf = 0;
82 static u32 NumMsgs = 0;
94 u32 i; in main()
99 HeapHndl = MEMCreateExpHeap(arenaLo, (u32)arenaHi - (u32)arenaLo); in main()
158 u32 bufSize; in GetIdList()
182 bufSize = OSRoundUp32B(NumMsgs * sizeof(u32)); in GetIdList()
183 IdListBuf = (u32*)MEMAllocFromAllocator(&Allocator, bufSize); in GetIdList()
209 void ViewMessage( NWC24MsgBoxId mBoxId, u32 msgId ) in ViewMessage()
315 u32 numTo; in ViewTo()
316 u32 i; in ViewTo()
391 u32 bufSize; in ViewSubject()
393 u32 i; in ViewSubject()
461 u32 bufSize; in ViewBodyText()
463 u32 i; in ViewBodyText()
503 u32 bufSize; in ViewAttachment()
505 u32 i, j; in ViewAttachment()
506 u32 numAttach; in ViewAttachment()