Searched refs:booted (Results 1 – 3 of 3) sorted by relevance
245 int booted = ((int)MPDLGetBootedBitmap() & downloading); in main() local246 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()
347 u32 booted; in DoDownload() local353 booted = MPDLGetBootedBitmap(); in DoDownload()444 if ((booted & (1 << i)) != 0) in DoDownload()
98 u32 booted; in ExecuteDownload() local104 booted = MPDLGetBootedBitmap(); in ExecuteDownload()227 if ((booted & (1 << i)) != 0) in ExecuteDownload()