Home
last modified time | relevance | path

Searched refs:name (Results 1 – 7 of 7) sorted by relevance

/RevoEX-2.4/build/demos/mpfsdemo/src/
Ddownload.c245 char name[MPDL_PLAYER_NAME_MAX + 1]; in ExecuteDownload() local
249 u16 c = info->name[n]; in ExecuteDownload()
250 name[n] = (char)(((c & 0xFF) == 0) ? (c >> 8) : '?'); in ExecuteDownload()
252 name[n] = '\0'; in ExecuteDownload()
256 info->mac[3], info->mac[4], info->mac[5], name); in ExecuteDownload()
/RevoEX-2.4/build/demos/mpdldemo/src/
Dmpdlsimple.c318 char name[MPDL_PLAYER_NAME_MAX + 1]; in main() local
344 NETSwapAndCopyMemory16(nameUTF16, info->name, (u32)srclen); in main()
345 (void)NETMemSet(name, 0, sizeof(name)); in main()
347 … (void)ENCConvertFromInternalEncoding(&convCtx, (u8*)name, &dstlen, nameUTF16, &srclen); in main()
351 info->mac[3], info->mac[4], info->mac[5], name); in main()
Dmpdlntr2rvl.c462 char name[MPDL_PLAYER_NAME_MAX + 1]; in DoDownload() local
470 NETSwapAndCopyMemory16(nameUTF16, info->name, (u32)srclen); in DoDownload()
471 (void)NETMemSet(name, 0, sizeof(name)); in DoDownload()
473 … (void)ENCConvertFromInternalEncoding(&convCtx, (u8*)name, &dstlen, nameUTF16, &srclen); in DoDownload()
478 info->mac[3], info->mac[4], info->mac[5], name); in DoDownload()
/RevoEX-2.4/build/demos/netdemo/src/
Dsostartup.c121 static void* AllocForSocket( u32 name, s32 size );
122 static void FreeForSocket( u32 name, void* ptr, s32 size );
603 void* AllocForSocket( u32 name, s32 size ) in AllocForSocket() argument
605 #pragma unused( name ) in AllocForSocket()
622 void FreeForSocket( u32 name, void* ptr, s32 size ) in FreeForSocket() argument
624 #pragma unused( name ) in FreeForSocket()
/RevoEX-2.4/build/demos/nwc24demo/data/ChannelJump/
DChannelJump.ddf5 ; The name of the directory containing files to be emulated.
9 ; The name of the Application Loader file.
23 ; The name of a disk layout file.
25 ; The name of a system binary file.
27 ; The name of a FST information file.
42 ; The company name in the 2Byte ASCII code supplied by Nintendo.
/RevoEX-2.4/build/demos/nwc24demo/include/
DFLViewer.h55 char name[NAME_BUF_SIZE]; member
/RevoEX-2.4/build/buildtools/
Dcommondefs.rex167 # Temporarily changed library name from nitro to wdp.