/include/asm-generic/bitops/ |
D | const_hweight.h | 8 #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 …]
|
D | arch_hweight.h | 7 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/ |
D | rcuwait.h | 23 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
|
D | devm-helpers.h | 47 struct delayed_work *w, in devm_delayed_work_autocancel() 72 struct work_struct *w, in devm_work_autocancel()
|
D | nfsacl.h | 28 unsigned int w = 16; in nfsacl_size() local
|
D | bitops.h | 77 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long()
|
D | mempolicy.h | 54 } w; member
|
D | workqueue.h | 303 #define delayed_work_pending(w) \ argument
|
/include/linux/mtd/ |
D | cfi_endian.h | 36 #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/ |
D | mdsmap.h | 44 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/ |
D | tipc.h | 44 __be32 w[4]; member
|
D | ip6_fib.h | 248 #define for_each_fib6_walker_rt(w) \ argument 525 struct fib6_walker w; member
|
/include/crypto/ |
D | twofish.h | 18 u32 s[4][256], w[8], k[32]; member
|
/include/video/ |
D | pm3fb.h | 226 #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 …]
|
D | udlfb.h | 16 int w, h; member
|
/include/math-emu/ |
D | op-8.h | 32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument
|
D | op-1.h | 33 #define _FP_FRAC_WORD_1(X,w) (X##_f) argument
|
D | op-2.h | 33 #define _FP_FRAC_WORD_2(X,w) (X##_f##w) argument
|
D | op-4.h | 35 #define _FP_FRAC_WORD_4(X,w) (X##_f[w]) argument
|
/include/uapi/linux/ |
D | ppp-comp.h | 74 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
|
/include/uapi/drm/ |
D | i810_drm.h | 123 unsigned int w; member 141 unsigned int w; member
|
D | virtgpu_drm.h | 114 __u32 w; member
|
/include/uapi/linux/dvb/ |
D | video.h | 49 int w; member
|
/include/sound/ |
D | soc-dapm.h | 781 #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/ |
D | v4l2-tpg.h | 482 unsigned w = 0; in tpg_g_line_width() local 498 unsigned w = 0; in tpg_calc_line_width() local
|