Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs11 fn is_zero(&self) -> bool; in is_zero() method
47 fn is_zero(&self) -> bool { in is_zero() method
54 fn is_zero(&self) -> bool { in is_zero() method
61 fn is_zero(&self) -> bool { in is_zero() method
108 fn is_zero(&self) -> bool { in is_zero() method
115 fn is_zero(&self) -> bool { in is_zero() method
172 fn is_zero(&self) -> bool { in is_zero() method
179 fn is_zero(&self) -> bool { in is_zero() method
H A Dmod.rs108 mod is_zero; module
/openbmc/linux/drivers/md/
H A Ddm-verity-target.c371 sector_t block, u8 *digest, bool *is_zero) in verity_hash_for_block()
566 bool is_zero; in verity_verify_io() local
H A Ddm-verity-fec.c204 bool is_zero; in fec_read_bufs() local
/openbmc/linux/fs/ntfs3/
H A Dlznt.c324 bool is_zero = true; in compress_lznt() local
/openbmc/linux/rust/kernel/sync/
H A Darc.rs300 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in drop() localVariable
/openbmc/linux/lib/
H A Dvsprintf.c465 bool is_zero = num == 0LL; in number() local
/openbmc/qemu/block/
H A Dqcow2.c4017 is_zero(BlockDriverState *bs, int64_t offset, int64_t bytes) in is_zero() function
/openbmc/qemu/
H A Dqemu-img.c1186 bool is_zero; in is_allocated_sectors() local
/openbmc/qemu/target/ppc/
H A Dint_helper.c2309 int is_zero = 1; in bcd_add_mag() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c3862 static bool do_STG(DisasContext *s, arg_ldst_tag *a, bool is_zero, bool is_pair) in do_STG()