Searched defs:is_zero (Results 1 – 5 of 5) sorted by relevance
212 pub fn is_zero(self) -> bool { in is_zero() method
357 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in into_unique_or_drop() localVariable456 let is_zero = unsafe { bindings::refcount_dec_and_test(refcount) }; in drop() localVariable
327 bool is_zero = true; in compress_lznt() local
161 static inline bool is_zero(char *start, char *end) in is_zero() function
460 bool is_zero = num == 0LL; in number() local