| /RevoEX-2.4/build/demos/nwc24demo/include/ |
| D | MsgViewer.h | 98 u32 numTo; 120 extern u32* g_idListBuf[NUM_MSG_BOX_TYPES]; 121 extern u32 g_numMsgs[NUM_MSG_BOX_TYPES]; 122 extern u32 g_idxSelectedId[]; 123 extern u32 g_idxIdTopOfList[]; 124 extern u32 g_lineTopOfBodyText; 125 extern u32 g_numLinesBodyText; 127 extern u32 g_idxSubjectBufStart[NUM_MSG_BOX_TYPES]; 137 BOOL ReadSubject ( char* buf, u32 size, NWC24MsgBoxId mBoxId, u32 msgId );
|
| D | FLViewer.h | 52 u32 type; 53 u32 status; 94 extern u32 g_longHold; // Button held down 96 extern u32 g_numFriendInfos; 97 extern u32 g_idxSelectedFriend; 98 extern u32 g_idxTopOfFriendList; 104 extern u32 g_idxNameBufStart; 115 u32 SjisStrLen ( const char* str ); 118 void RegisterFriendInfo ( u32 index );
|
| D | MsgViewerUpdate.h | 37 void Update( u32 input );
|
| D | base.h | 54 SetInAddr32( u8* addr, u32 para ) in SetInAddr32()
|
| /RevoEX-2.4/build/demos/mpfsdemo/src/ |
| D | mpfssimple.c | 36 void ExecuteDownload(void* (*alloc)(u32), void (*free)(void*), const void *program); 37 void ExecuteWireless(void* (*alloc)(u32), void (*free)(void*), MEMHeapHandle heap, const void *p… 50 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); 59 static void* MyAlloc(u32 size) in MyAlloc() 84 OSSetMEM2ArenaLo( (void*)OSRoundUp32B((u32)heapAddress + USERHEAP_SIZE)); in main() 101 const u32 file_len = ((DVDGetLength(file) + 31) & ~31); in main()
|
| D | download.c | 67 void ExecuteDownload(void* (*alloc)(u32), void (*free)(void*), const void *program); 70 void ExecuteDownload(void* (*alloc)(u32), void (*free)(void*), const void *program) in ExecuteDownload() argument 81 u32 fixed_entry = 0; in ExecuteDownload() 97 u32 entry; in ExecuteDownload() 98 u32 booted; in ExecuteDownload() 107 const u32 full_entry = (u32)(((1 << config->programMaxEntry) - 1) & ~1); in ExecuteDownload()
|
| D | fsserver.c | 44 void ExecuteWireless(void* (*alloc)(u32), void (*free)(void*), MEMHeapHandle heap, const void *p… 85 void ExecuteWireless(void* (*alloc)(u32), void (*free)(void*), MEMHeapHandle heap, const void *p… in ExecuteWireless() argument
|
| /RevoEX-2.4/build/demos/mpdemo/src/ |
| D | mpsimple.c | 78 static u32 sRecvBuf[MP_AID_MAX]; 94 static void* mpAlloc( u32 size ); 161 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in main() 192 static u32 frameData[512/sizeof(u32)] ATTRIBUTE_ALIGN(32); in DoMPCommunication() 193 u32 count; in DoMPCommunication() 197 u32 restBits; in DoMPCommunication() 208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication() 313 sRecvBuf[info->dataReceived.fromAid] = MPMPToH32(*(u32*)info->dataReceived.data); in PortCallbackFunction() 327 void* mpAlloc( u32 size ) in mpAlloc()
|
| D | mpsimpleAsync.c | 78 static u32 sRecvBuf[MP_AID_MAX]; 95 void* myAlloc( u32 size ); 166 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in main() 194 static u32 frameData[512/sizeof(u32)] ATTRIBUTE_ALIGN(32); in main() 195 u32 count = 0; in main() 197 u32 restBits = 0; in main() 213 …result = MPSendAsync ( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits, SendAsyncCallbackFuncti… in main() 347 sRecvBuf[info->dataReceived.fromAid] = MPMPToH32(*(u32*)info->dataReceived.data); in PortCallbackFunction() 361 void* myAlloc( u32 size ) in myAlloc()
|
| /RevoEX-2.4/build/demos/netdemo/src/ |
| D | sostartup.c | 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() [all …]
|
| D | digest.c | 88 (void*)((u32)testThreadStack + STACK_SIZE), STACK_SIZE, in main() 155 u32 len; in OSReport() 234 u32 result_crc32[] = { in DoTest() 239 u32 result; in DoTest() 354 NETHMACInit(hmac, NET_HASH_INTERFACE_MD5, k[i], (u32)kl[i]); in DoTest() 355 NETHMACUpdate(hmac, d[i], (u32)dl[i]); in DoTest() 455 NETHMACInit(hmac, NET_HASH_INTERFACE_SHA1, k[i], (u32)kl[i]); in DoTest() 456 NETHMACUpdate(hmac, d[i], (u32)dl[i]); in DoTest()
|
| D | crypto.c | 65 (void*)((u32)testThreadStack + STACK_SIZE), STACK_SIZE, in main() 132 u32 len; in OSReport() 171 inline static void PrintBinary(const void *buffer, u32 length) in PrintBinary() 173 u32 i; in PrintBinary() 207 u32 keylen; /* in bytes */ in DoTest()
|
| /RevoEX-2.4/build/demos/nwc24demo/src/Download/ |
| D | Download.c | 111 static u32 GetFsBlock(s32 sizeByte); 136 static u32 libWorkMem[NWC24_WORK_MEM_SIZE/sizeof(u32)] ATTRIBUTE_ALIGN(32); in DownloadTaskMain() 251 u32 flags = 0; in SetProperty() 293 static u32 GetFsBlock(s32 sizeByte) in GetFsBlock() 298 return (u32)(sizeByte / NAND_FSBLOCK_SIZE); in GetFsBlock() 302 return (u32)(sizeByte / NAND_FSBLOCK_SIZE + 1); in GetFsBlock() 383 u32 answer = 0; in CheckVf()
|
| /RevoEX-2.4/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 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() [all …]
|
| D | mpdlsimple.c | 94 static const u32 program_buffer_max = (u32)(3 * 1024 * 1024); 112 static void* MyAlloc( u32 size ) in MyAlloc() 158 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in main() 183 const u32 file_len = ( (DVDGetLength(file) + 31) & ~31 ); in main() 291 (void)MPDLResetEntryBitmap((u32)~downloading); in main() 292 (void)MPDLStartDownloadEx((u32)entry); in main() 344 NETSwapAndCopyMemory16(nameUTF16, info->name, (u32)srclen); in main()
|
| /RevoEX-2.4/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 87 static void* mpAlloc( u32 size ); 178 OSSetMEM2ArenaLo( (void*)OSRoundUp32B( (u32)heapAddress + USERHEAP_SIZE ) ); in main() 223 u32 counter1 = 0; in DoMPCommunication() 224 u32 counter2 = 0; in DoMPCommunication() 279 data = MPDSGetData( &sDSContext, &recvDataSet, (u32)i ); in DoMPCommunication() 408 void* mpAlloc( u32 size ) in mpAlloc()
|
| D | mpdsmodel.c | 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() [all …]
|
| /RevoEX-2.4/build/demos/nwc24demo/src/Check/ |
| D | Check.c | 123 u32 retryCount; in main() 128 HeapHndl = MEMCreateExpHeap(arenaLo, (u32)arenaHi - (u32)arenaLo); in main()
|
| /RevoEX-2.4/build/demos/nwc24demo/src/ChannelJump/ |
| D | ChannelJump.c | 50 s_handle = MEMCreateFrmHeap( lo, (u32)hi - (u32)lo ) ; in init_memory2() 62 static void* alloc32( u32 size ) in alloc32() 176 err = NWC24SetMsgSubject(&msgObj, MsgSubject, (u32)strlen(MsgSubject)); in PostMessage() 184 err = NWC24SetMsgText(&msgObj, (const char*)MsgText, (u32)sizeof(MsgText) - 2, in PostMessage() 197 (u32)(Template_arc_end - Template_arc_begin), NWC24_APP_WII_MSGBOARD); in PostMessage() 207 err = NWC24SetMsgAltName(&msgObj, (const u16*)MsgAltName, (u32)sizeof(MsgAltName) - 2); in PostMessage()
|