Home
last modified time | relevance | path

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

12

/include/asm-generic/bitops/
Dconst_hweight.h7 #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 …]
Darch_hweight.h6 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/
Dmdsmap.h37 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/
Dcfi_endian.h50 #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/
Dnfsacl.h27 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()
Dmpi.h71 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 …]
Dbitops.h13 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()
Dmsm_mdp.h58 u32 x, y, w, h; member
Dworkqueue.h283 #define delayed_work_pending(w) \ argument
284 work_pending(&(w)->work)
/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.h15 int w, h; member
Dadf_client.h31 int adf_interface_simple_buffer_alloc(struct adf_interface *intf, u16 w, u16 h,
Dadf.h64 u32 w; member
350 u16 w, u16 h, u32 format,
Domapdss.h250 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/
Dppp-comp.h73 #define DEFLATE_MAKE_OPT(w) ((((w) - 8) << 4) + DEFLATE_METHOD_VAL) argument
Domapfb.h182 __u16 w; member
/include/trace/events/
Dasoc.h179 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/
Dtwofish.h17 u32 s[4][256], w[8], k[32]; member
/include/math-emu/
Dop-8.h32 #define _FP_FRAC_WORD_8(X,w) (X##_f[w]) argument
/include/uapi/video/
Dadf.h118 __u32 w; member
179 __u16 w; member
/include/uapi/drm/
Di810_drm.h116 unsigned int w; member
134 unsigned int w; member
/include/linux/platform_data/
Dvideo-msm_fb.h118 uint32_t stride, uint32_t w, uint32_t h, uint32_t x,
/include/linux/mfd/
Dsi476x-core.h159 #define SI476X_WORK_TO_CORE(w) container_of(to_delayed_work(w), \ argument
/include/uapi/linux/dvb/
Dvideo.h59 int w; member
/include/sound/
Dsoc-dapm.h335 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);

12