Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 4 of 4) sorted by relevance

/qemu/block/
H A Dqcow2.c4036 is_zero(BlockDriverState *bs, int64_t offset, int64_t bytes) in is_zero() function
/qemu/
H A Dqemu-img.c1182 bool is_zero; in is_allocated_sectors() local
/qemu/target/ppc/
H A Dint_helper.c2309 int is_zero = 1; in bcd_add_mag() local
/qemu/target/arm/tcg/
H A Dtranslate-a64.c4311 static bool do_STG(DisasContext *s, arg_ldst_tag *a, bool is_zero, bool is_pair) in do_STG()