HomeSort by relevance Sort by last modified time
    Searched full:bitmap_entry (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
bochs.c 177 char bitmap_entry; local
202 read(s->fd, &bitmap_entry, 1);
204 if (!((bitmap_entry >> (extent_offset % 8)) & 1))
vpc.c 297 read(s->fd, &bitmap_entry, 1);
299 if ((bitmap_entry >> (pageentry_index % 8)) & 1)

Completed in 2738 milliseconds