Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 37) sorted by relevance

12

/include/asm-generic/bitops/
Dconst_hweight.h8 #define __const_hweight8(w) \ argument
19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument
20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument
21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument
26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument
27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument
28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument
29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument
34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument
[all …]
Darch_hweight.h7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32()
12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16()
17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8()
22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
/include/linux/
Drcuwait.h23 static inline void rcuwait_init(struct rcuwait *w) in rcuwait_init()
32 static inline int rcuwait_active(struct rcuwait *w) in rcuwait_active()
45 static inline void prepare_to_rcuwait(struct rcuwait *w) in prepare_to_rcuwait()
50 static inline void finish_rcuwait(struct rcuwait *w) in finish_rcuwait()
56 #define rcuwait_wait_event(w, condition, state) \ argument
Ddevm-helpers.h47 struct delayed_work *w, in devm_delayed_work_autocancel()
72 struct work_struct *w, in devm_work_autocancel()
Dnfsacl.h28 unsigned int w = 16; in nfsacl_size() local
Dbitops.h77 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long()
Dmempolicy.h54 } w; member
Dworkqueue.h303 #define delayed_work_pending(w) \ argument
/include/linux/mtd/
Dcfi_endian.h36 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument
37 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument
38 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) argument
39 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) argument
/include/linux/ceph/
Dmdsmap.h44 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr()
51 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state()
59 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()
/include/net/
Dtipc.h44 __be32 w[4]; member
Dip6_fib.h248 #define for_each_fib6_walker_rt(w) \ argument
525 struct fib6_walker w; member
/include/crypto/
Dtwofish.h18 u32 s[4][256], w[8], k[32]; member
/include/video/
Dpm3fb.h226 #define PM3VideoOverlayWidth_WIDTH(w) (((w) & 0xfff) << 0) argument
555 #define PM3FBDestReadBufferWidth_Width(w) ((w) & 0x0fff) argument
612 #define PM3FBSourceReadBufferWidth_Width(w) ((w) & 0x0fff) argument
626 #define PM3FBSourceReadMode_WrapX(w) (((w) & 0xf) << 16) argument
627 #define PM3FBSourceReadMode_WrapY(w) (((w) & 0xf) << 20) argument
645 #define PM3FBWriteBufferWidth_Width(w) ((w) & 0x0fff) argument
690 #define PM3LBDestReadMode_Width(w) (((w) & 0xfff) << 12) argument
692 #define PM3LBReadFormat_DepthWidth(w) (((w) & 0x3) << 0) argument
693 #define PM3LBReadFormat_StencilWidth(w) (((w) & 0xf) << 2) argument
695 #define PM3LBReadFormat_FCPWidth(w) (((w) & 0xf) << 11) argument
[all …]
Dudlfb.h16 int w, h; member
/include/math-emu/
Dop-8.h32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument
Dop-1.h33 #define _FP_FRAC_WORD_1(X,w) (X##_f) argument
Dop-2.h33 #define _FP_FRAC_WORD_2(X,w) (X##_f##w) argument
Dop-4.h35 #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) argument
/include/uapi/linux/
Dppp-comp.h74 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
/include/uapi/drm/
Di810_drm.h123 unsigned int w; member
141 unsigned int w; member
Dvirtgpu_drm.h114 __u32 w; member
/include/uapi/linux/dvb/
Dvideo.h49 int w; member
/include/sound/
Dsoc-dapm.h781 #define snd_soc_dapm_widget_for_each_path(w, dir, p) \ argument
796 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument
805 #define snd_soc_dapm_widget_for_each_sink_path(w, p) \ argument
814 #define snd_soc_dapm_widget_for_each_source_path(w, p) \ argument
/include/media/tpg/
Dv4l2-tpg.h482 unsigned w = 0; in tpg_g_line_width() local
498 unsigned w = 0; in tpg_calc_line_width() local

12