Home
last modified time | relevance | path

Searched refs:booted (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.4-CW4W/build/demos/mpdldemo/src/
Dmpdlsimple.c245 int booted = ((int)MPDLGetBootedBitmap() & downloading); in main() local
246 int entry = ((int)MPDLGetEntryBitmap() & ~booted); in main()
248 int disconnected = (~entry & ~booted & downloading); in main()
263 if (booted != 0) in main()
265 downloading &= ~booted; in main()
268 if ((booted & (1 << i)) != 0) in main()
Dmpdlntr2rvl.c347 u32 booted; in DoDownload() local
353 booted = MPDLGetBootedBitmap(); in DoDownload()
444 if ((booted & (1 << i)) != 0) in DoDownload()
/RevoEX-2.4-CW4W/build/demos/mpfsdemo/src/
Ddownload.c98 u32 booted; in ExecuteDownload() local
104 booted = MPDLGetBootedBitmap(); in ExecuteDownload()
227 if ((booted & (1 << i)) != 0) in ExecuteDownload()