Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 4 of 4) sorted by relevance

/RevoEX-2.3/build/demos/mpfsdemo/src/
Ddownload.c97 u32 entry; in ExecuteDownload() local
103 entry = MPDLGetEntryBitmap(); in ExecuteDownload()
129 if (((entry == full_entry) && auto_download_mode) || in ExecuteDownload()
136 else if (entry == 0) in ExecuteDownload()
180 else if (entry > 0) in ExecuteDownload()
/RevoEX-2.3/build/demos/mpdldemo/src/
Dmpdlsimple.c246 int entry = ((int)MPDLGetEntryBitmap() & ~booted); in main() local
247 int newcomer = (entry & ~downloading); in main()
248 int disconnected = (~entry & ~booted & downloading); in main()
292 (void)MPDLStartDownloadEx((u32)entry); in main()
Dmpdlntr2rvl.c346 u32 entry; in DoDownload() local
352 entry = MPDLGetEntryBitmap(); in DoDownload()
357 if ((entry == full_entry) || in DoDownload()
364 else if (entry == 0) in DoDownload()
404 else if (entry > 0) in DoDownload()
/RevoEX-2.3/include/revolution/
Dmpdl.h249 void MPDLEnableFlag( BOOL entry, BOOL mb );