/openbmc/linux/rust/alloc/vec/ |
H A D | is_zero.rs | 11 fn is_zero(&self) -> bool; in is_zero() method 15 ($t:ty, $is_zero:expr) => { 18 fn is_zero(&self) -> bool { 19 $is_zero(*self) 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 69 N <= 16 && self.iter().all(IsZero::is_zero) in is_zero() 82 fn is_zero(&self) -> bool{ 88 $first_arg.is_zero() [all …]
|
H A D | mod.rs | 106 use self::is_zero::IsZero; 108 mod is_zero; module
|
/openbmc/u-boot/scripts/coccinelle/null/ |
H A D | badzero.cocci | 102 @ r disable is_zero,isnt_zero exists @ 124 @ depends on patch disable is_zero,isnt_zero @ 148 @t2 depends on !patch disable is_zero,isnt_zero @ 194 @ depends on patch disable is_zero,isnt_zero @ 216 @ t3 depends on !patch disable is_zero,isnt_zero @
|
/openbmc/linux/scripts/coccinelle/null/ |
H A D | badzero.cocci | 100 @ r disable is_zero,isnt_zero exists @ 122 @ depends on patch disable is_zero,isnt_zero @ 146 @t2 depends on !patch disable is_zero,isnt_zero @ 192 @ depends on patch disable is_zero,isnt_zero @ 214 @ t3 depends on !patch disable is_zero,isnt_zero @
|
/openbmc/linux/fs/ntfs3/ |
H A D | lznt.c | 327 bool is_zero = true; in compress_lznt() local 344 if (is_zero && err != LZNT_ERROR_ALL_ZEROS) in compress_lznt() 345 is_zero = false; in compress_lznt() 353 return is_zero ? 0 : PtrOffset(cmpr, p); in compress_lznt()
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 353 is_zero = random.randint(0, 1) 355 (is_compressed << UINT64_M - 1) + is_zero
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity.h | 133 sector_t block, u8 *digest, bool *is_zero);
|
H A D | dm-verity-target.c | 371 sector_t block, u8 *digest, bool *is_zero) in verity_hash_for_block() argument 397 *is_zero = !memcmp(v->zero_digest, digest, v->digest_size); in verity_hash_for_block() 399 *is_zero = false; in verity_hash_for_block() 566 bool is_zero; in verity_verify_io() local 598 &is_zero); in verity_verify_io() 602 if (is_zero) { in verity_verify_io()
|
H A D | dm-verity-fec.c | 220 bool is_zero; in fec_read_bufs() local 284 &is_zero) == 0) { in fec_read_bufs() 286 if (is_zero) in fec_read_bufs()
|
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 300 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in drop() localVariable 301 if is_zero { in drop()
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 559 int minexp, maxexp, nzero_digits, nzero_idx, is_negative, is_zero, \ 578 is_zero = decNumberIsZero(&dfp.a); \ 587 match |= (dcm & 0x20) && is_zero && !is_extreme_exp; \ 588 match |= (dcm & 0x10) && is_zero && is_extreme_exp; \
|
H A D | int_helper.c | 2309 int is_zero = 1; in bcd_add_mag() local 2314 is_zero &= (digit == 0); in bcd_add_mag() 2326 return is_zero; in bcd_add_mag()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 1182 bool is_zero; in is_allocated_sectors() local 1189 is_zero = buffer_is_zero(buf, BDRV_SECTOR_SIZE); in is_allocated_sectors() 1192 if (is_zero != buffer_is_zero(buf, BDRV_SECTOR_SIZE)) { in is_allocated_sectors() 1203 return !is_zero; in is_allocated_sectors() 1208 if (is_zero && i <= tail) { in is_allocated_sectors() 1213 is_zero = false; in is_allocated_sectors() 1215 if (!is_zero) { in is_allocated_sectors() 1229 return !is_zero; in is_allocated_sectors()
|
/openbmc/linux/lib/ |
H A D | vsprintf.c | 465 bool is_zero = num == 0LL; in number() local 491 else if (!is_zero) in number() 533 if (spec.base == 16 || !is_zero) { in number()
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 4032 is_zero(BlockDriverState *bs, int64_t offset, int64_t bytes) in is_zero() function 4085 if (!(is_zero(bs, offset - head, head) && in qcow2_co_pwrite_zeroes() 4086 is_zero(bs, offset + bytes, tail))) { in qcow2_co_pwrite_zeroes()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 4122 static bool do_STG(DisasContext *s, arg_ldst_tag *a, bool is_zero, bool is_pair) in do_STG() argument 4161 if (is_zero) { in do_STG()
|