Home
last modified time | relevance | path

Searched refs:has_zero (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/asm-generic/
Dword-at-a-time.h41 static inline unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a… in has_zero() function
93 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.19.296/lib/
Dstrnlen_user.c47 if (has_zero(c, &data, &constants)) { in do_strnlen_user()
Dstrncpy_from_user.c42 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user()
Dstring.c207 if (has_zero(c, &data, &constants)) { in strscpy()
/linux-4.19.296/fs/
Dnamei.c1974 } while (!has_zero(a, &adata, &constants)); in hashlen_string()
2003 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name()