Home
last modified time | relevance | path

Searched refs:is_zero (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/rust/alloc/vec/
A Dis_zero.rs8 fn is_zero(&self) -> bool; in is_zero() method
12 ($t:ty, $is_zero:expr) => {
15 fn is_zero(&self) -> bool {
16 $is_zero(*self)
42 fn is_zero(&self) -> bool { in is_zero() method
49 fn is_zero(&self) -> bool { in is_zero() method
56 fn is_zero(&self) -> bool { in is_zero() method
64 N <= 32 && self.iter().all(IsZero::is_zero) in is_zero()
77 fn is_zero(&self) -> bool { in is_zero() method
84 fn is_zero(&self) -> bool { in is_zero() method
[all …]
A Dmod.rs110 use self::is_zero::IsZero;
112 mod is_zero; module
/linux-6.3-rc2/scripts/coccinelle/null/
A Dbadzero.cocci100 @ 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 @
/linux-6.3-rc2/fs/ntfs3/
A Dlznt.c324 bool is_zero = true; in compress_lznt() local
341 if (is_zero && err != LZNT_ERROR_ALL_ZEROS) in compress_lznt()
342 is_zero = false; in compress_lznt()
350 return is_zero ? 0 : PtrOffset(cmpr, p); in compress_lznt()
/linux-6.3-rc2/rust/kernel/sync/
A Darc.rs255 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in drop()
256 if is_zero { in drop()
/linux-6.3-rc2/drivers/md/
A Ddm-verity.h134 sector_t block, u8 *digest, bool *is_zero);
A Ddm-verity-target.c362 sector_t block, u8 *digest, bool *is_zero) in verity_hash_for_block() argument
388 *is_zero = !memcmp(v->zero_digest, digest, v->digest_size); in verity_hash_for_block()
390 *is_zero = false; in verity_hash_for_block()
500 bool is_zero; in verity_verify_io() local
534 &is_zero); in verity_verify_io()
538 if (is_zero) { in verity_verify_io()
A Ddm-verity-fec.c203 bool is_zero; in fec_read_bufs() local
267 &is_zero) == 0) { in fec_read_bufs()
269 if (is_zero) in fec_read_bufs()
/linux-6.3-rc2/lib/
A Dvsprintf.c464 bool is_zero = num == 0LL; in number() local
490 else if (!is_zero) in number()
532 if (spec.base == 16 || !is_zero) { in number()

Completed in 21 milliseconds