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

  /external/qemu/block/
dmg.c 67 static off_t read_uint32(BlockDriverState *bs, int64_t offset) function
99 if (read_uint32(bs, info_begin) != 0x100) {
103 count = read_uint32(bs, info_begin + 4);
116 count = read_uint32(bs, offset);
121 type = read_uint32(bs, offset);
137 s->types[i] = read_uint32(bs, offset);

Completed in 428 milliseconds