Searched refs:used_bitmap (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c2499 static uint64_t used_bitmap[4] = { 0 }; local
2504 if (used_bitmap[(type >> 6) & 0x3] & (1ULL << (type & 0x3f)))
2558 used_bitmap[(type >> 6) & 0x3] |= (1ULL << (type & 0x3f));

Completed in 123 milliseconds