Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h36 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() function
59 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
138 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.4.14/arch/powerpc/include/asm/
Dword-at-a-time.h36 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() function
59 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
138 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.4.14/include/asm-generic/
Dword-at-a-time.h40 static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() function
92 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.4.14/arch/tile/include/asm/
Dword-at-a-time.h10 static inline unsigned long has_zero(unsigned long val, unsigned long *data, in has_zero() function
/linux-4.4.14/arch/sh/include/asm/
Dword-at-a-time.h26 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.4.14/arch/arm64/include/asm/
Dword-at-a-time.h29 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() function
/linux-4.4.14/arch/alpha/include/asm/
Dword-at-a-time.h21 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero() function
/linux-4.4.14/arch/x86/include/asm/
Dword-at-a-time.h46 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() function
/linux-4.4.14/arch/arm/include/asm/
Dword-at-a-time.h18 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() function
/linux-4.4.14/lib/
Dstrncpy_from_user.c45 if (has_zero(c, &data, &constants)) { in do_strncpy_from_user()
Dstrnlen_user.c54 if (has_zero(c, &data, &constants)) { in do_strnlen_user()
Dstring.c206 if (has_zero(c, &data, &constants)) { in strscpy()
/linux-4.4.14/fs/
Dnamei.c1845 } while (!(has_zero(a, &adata, &constants) | has_zero(b, &bdata, &constants))); in hash_name()