| /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/mtd/ |
| D | cfi_endian.h | 50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument 51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument 52 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) argument 53 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) argument
|
| /include/linux/ |
| D | rcuwait.h | 27 static inline void rcuwait_init(struct rcuwait *w) in rcuwait_init() 38 #define rcuwait_wait_event(w, condition) \ argument
|
| D | nfsacl.h | 28 unsigned int w = 16; in nfsacl_size() local
|
| D | fscrypt_supp.h | 40 } w; member
|
| D | bitops.h | 51 static __always_inline unsigned long hweight_long(unsigned long w) in hweight_long()
|
| D | mempolicy.h | 57 } w; member
|
| D | workqueue.h | 283 #define delayed_work_pending(w) \ argument
|
| /include/linux/ceph/ |
| D | mdsmap.h | 43 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() 50 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state() 58 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()
|
| /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
|
| D | omapfb.h | 183 __u16 w; member
|
| /include/uapi/drm/ |
| D | i810_drm.h | 123 unsigned int w; member 141 unsigned int w; member
|
| D | virtgpu_drm.h | 103 __u32 w; member
|
| /include/sound/ |
| D | soc-dapm.h | 737 #define snd_soc_dapm_widget_for_each_path(w, dir, p) \ argument 752 #define snd_soc_dapm_widget_for_each_path_safe(w, dir, p, next_p) \ argument 761 #define snd_soc_dapm_widget_for_each_sink_path(w, p) \ argument 770 #define snd_soc_dapm_widget_for_each_source_path(w, p) \ argument
|
| /include/media/ |
| D | v4l2-tpg.h | 449 unsigned w = 0; in tpg_g_line_width() local 465 unsigned w = 0; in tpg_calc_line_width() local
|
| /include/uapi/linux/dvb/ |
| D | video.h | 59 int w; member
|
| /include/linux/mfd/ |
| D | si476x-core.h | 159 #define SI476X_WORK_TO_CORE(w) container_of(to_delayed_work(w), \ argument
|