/include/asm-generic/bitops/ |
D | const_hweight.h | 7 #define __const_hweight8(w) \ argument 8 ( (!!((w) & (1ULL << 0))) + \ 9 (!!((w) & (1ULL << 1))) + \ 10 (!!((w) & (1ULL << 2))) + \ 11 (!!((w) & (1ULL << 3))) + \ 12 (!!((w) & (1ULL << 4))) + \ 13 (!!((w) & (1ULL << 5))) + \ 14 (!!((w) & (1ULL << 6))) + \ 15 (!!((w) & (1ULL << 7))) ) 17 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument [all …]
|
D | arch_hweight.h | 6 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() argument 8 return __sw_hweight32(w); in __arch_hweight32() 11 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() argument 13 return __sw_hweight16(w); in __arch_hweight16() 16 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() argument 18 return __sw_hweight8(w); in __arch_hweight8() 21 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() argument 23 return __sw_hweight64(w); in __arch_hweight64()
|
/include/linux/ceph/ |
D | mdsmap.h | 37 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() argument 39 if (w >= m->m_max_mds) in ceph_mdsmap_get_addr() 41 return &m->m_info[w].addr; in ceph_mdsmap_get_addr() 44 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state() argument 46 BUG_ON(w < 0); in ceph_mdsmap_get_state() 47 if (w >= m->m_max_mds) in ceph_mdsmap_get_state() 49 return m->m_info[w].state; in ceph_mdsmap_get_state() 52 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy() argument 54 if (w >= 0 && w < m->m_max_mds) in ceph_mdsmap_is_laggy() 55 return m->m_info[w].laggy; in ceph_mdsmap_is_laggy()
|
/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 | nfsacl.h | 27 unsigned int w = 16; in nfsacl_size() local 28 w += max(acl_access ? (int)acl_access->a_count : 3, 4) * 12; in nfsacl_size() 30 w += max((int)acl_default->a_count, 4) * 12; in nfsacl_size() 31 return w; in nfsacl_size()
|
D | mpi.h | 71 int mpi_set(MPI w, MPI u); 72 int mpi_set_ui(MPI w, ulong u); 90 int mpi_add_ui(MPI w, MPI u, ulong v); 91 int mpi_add(MPI w, MPI u, MPI v); 92 int mpi_addm(MPI w, MPI u, MPI v, MPI m); 93 int mpi_sub_ui(MPI w, MPI u, ulong v); 94 int mpi_sub(MPI w, MPI u, MPI v); 95 int mpi_subm(MPI w, MPI u, MPI v, MPI m); 98 int mpi_mul_ui(MPI w, MPI u, ulong v); 99 int mpi_mul_2exp(MPI w, MPI u, ulong cnt); [all …]
|
D | bitops.h | 13 extern unsigned int __sw_hweight8(unsigned int w); 14 extern unsigned int __sw_hweight16(unsigned int w); 15 extern unsigned int __sw_hweight32(unsigned int w); 16 extern unsigned long __sw_hweight64(__u64 w); 67 static inline unsigned long hweight_long(unsigned long w) in hweight_long() argument 69 return sizeof(w) == 4 ? hweight32(w) : hweight64(w); in hweight_long()
|
D | msm_mdp.h | 58 u32 x, y, w, h; member
|
D | workqueue.h | 283 #define delayed_work_pending(w) \ argument 284 work_pending(&(w)->work)
|
/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 | 15 int w, h; member
|
D | adf_client.h | 31 int adf_interface_simple_buffer_alloc(struct adf_interface *intf, u16 w, u16 h,
|
D | adf.h | 64 u32 w; member 350 u16 w, u16 h, u32 format,
|
D | omapdss.h | 250 u16 w, u16 h); 696 u16 x, u16 y, u16 w, u16 h); 710 u16 x, u16 y, u16 w, u16 h); 874 void omapdss_rfbi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h);
|
/include/uapi/linux/ |
D | ppp-comp.h | 73 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
|
D | omapfb.h | 182 __u16 w; member
|
/include/trace/events/ |
D | asoc.h | 179 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 181 TP_ARGS(w, val), 184 __string( name, w->name ) 189 __assign_str(name, w->name); 199 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 201 TP_ARGS(w, val) 207 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 209 TP_ARGS(w, val) 215 TP_PROTO(struct snd_soc_dapm_widget *w, int val), 217 TP_ARGS(w, val)
|
/include/crypto/ |
D | twofish.h | 17 u32 s[4][256], w[8], k[32]; member
|
/include/math-emu/ |
D | op-8.h | 32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument
|
/include/uapi/video/ |
D | adf.h | 118 __u32 w; member 179 __u16 w; member
|
/include/uapi/drm/ |
D | i810_drm.h | 116 unsigned int w; member 134 unsigned int w; member
|
/include/linux/platform_data/ |
D | video-msm_fb.h | 118 uint32_t stride, uint32_t w, uint32_t h, uint32_t x,
|
/include/linux/mfd/ |
D | si476x-core.h | 159 #define SI476X_WORK_TO_CORE(w) container_of(to_delayed_work(w), \ argument
|
/include/uapi/linux/dvb/ |
D | video.h | 59 int w; member
|
/include/sound/ |
D | soc-dapm.h | 335 int dapm_reg_event(struct snd_soc_dapm_widget *w, 337 int dapm_regulator_event(struct snd_soc_dapm_widget *w, 339 int dapm_clock_event(struct snd_soc_dapm_widget *w, 418 void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason); 536 int (*power_check)(struct snd_soc_dapm_widget *w);
|