/linux-4.19.296/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()
|
/linux-4.19.296/lib/ |
D | hweight.c | 14 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 32 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 41 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 50 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|
D | once.c | 14 static void once_deferred(struct work_struct *w) in once_deferred() 27 struct once_work *w; in once_disable_jump() local
|
D | ashrdi3.c | 23 DWunion uu, w; in __ashrdi3() local
|
D | ashldi3.c | 23 DWunion uu, w; in __ashldi3() local
|
D | lshrdi3.c | 24 DWunion uu, w; in __lshrdi3() local
|
D | nodemask.c | 23 int w, bit = NUMA_NO_NODE; in node_random() local
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_trans_space.h | 28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument 39 #define XFS_DAENTER_1B(mp,w) \ argument 41 #define XFS_DAENTER_DBS(mp,w) \ argument 43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument 45 #define XFS_DAENTER_BMAP1B(mp,w) \ argument 47 #define XFS_DAENTER_BMAPS(mp,w) \ argument 49 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument 51 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
|
D | xfs_inode_fork.h | 42 #define XFS_IFORK_PTR(ip,w) \ argument 57 #define XFS_IFORK_SIZE(ip,w) \ argument 63 #define XFS_IFORK_FORMAT(ip,w) \ argument 69 #define XFS_IFORK_FMT_SET(ip,w,n) \ argument 75 #define XFS_IFORK_NEXTENTS(ip,w) \ argument 81 #define XFS_IFORK_NEXT_SET(ip,w,n) \ argument 87 #define XFS_IFORK_MAXEXT(ip, w) \ argument
|
/linux-4.19.296/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
|
/linux-4.19.296/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
|
/linux-4.19.296/drivers/xen/events/ |
D | events_fifo.c | 74 #define BM(w) (unsigned long *)((unsigned long)w & ~0x7UL) argument 75 #define EVTCHN_FIFO_BIT(b, w) \ argument 80 #define BM(w) ((unsigned long *)(w)) argument 81 #define EVTCHN_FIFO_BIT(b, w) EVTCHN_FIFO_ ##b argument 229 event_word_t new, old, w; in clear_masked_cond() local 259 event_word_t new, old, w; in clear_linked() local
|
/linux-4.19.296/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()
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | amd7930_fn.h | 23 #define HIBYTE(w) ((unsigned char)((w & 0xff00) / 256)) argument 24 #define LOBYTE(w) ((unsigned char)(w & 0x00ff)) argument
|
/linux-4.19.296/crypto/ |
D | sm3_generic.c | 65 static void sm3_expand(u32 *t, u32 *w, u32 *wt) in sm3_expand() 83 static void sm3_compress(u32 *w, u32 *wt, u32 *m) in sm3_compress() 137 unsigned int w[68]; in sm3_transform() local
|
/linux-4.19.296/drivers/memory/ |
D | mvebu-devbus.c | 123 struct devbus_write_params *w) in devbus_get_timing_params() 210 struct devbus_write_params *w) in devbus_orion_set_timing_params() 243 struct devbus_write_params *w) in devbus_armada_set_timing_params() 280 struct devbus_write_params w; in mvebu_devbus_probe() local
|
/linux-4.19.296/drivers/clk/samsung/ |
D | clk.h | 131 #define __MUX(_id, cname, pnames, o, s, w, f, mf) \ argument 144 #define MUX(_id, cname, pnames, o, s, w) \ argument 147 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument 172 #define __DIV(_id, cname, pname, o, s, w, f, df, t) \ argument 185 #define DIV(_id, cname, pname, o, s, w) \ argument 188 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument 191 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument
|
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-gpio.c | 581 u8 w[2] = { 1, 0 }; in pca9534_set_gpio() local 616 u8 w[2] = { 1, 0x07 }; /* write protect enabled, signal LEDs off */ in pca9534_init_port_expander() local 655 u8 w = 1; in mxl111sf_probe_port_expander() local
|
/linux-4.19.296/include/net/ |
D | tipc.h | 44 __be32 w[4]; member
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk-utils.c | 10 #define div_mask(w) ((1 << (w)) - 1) argument
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-davinci.c | 167 u16 w; in davinci_i2c_reset_ctrl() local 428 u16 w; in i2c_davinci_xfer_msg() local 588 u16 w = davinci_i2c_read_reg(dev, DAVINCI_I2C_MDR_REG); in terminate_read() local 599 u16 w = davinci_i2c_read_reg(dev, DAVINCI_I2C_MDR_REG); in terminate_write() local 616 u16 w; in i2c_davinci_isr() local
|
/linux-4.19.296/include/crypto/ |
D | twofish.h | 18 u32 s[4][256], w[8], k[32]; member
|
/linux-4.19.296/drivers/cpuidle/ |
D | coupled.c | 278 int w = atomic_read(&coupled->ready_waiting_counts) & WAITING_MASK; in cpuidle_coupled_cpus_waiting() local 290 int w = atomic_read(&coupled->ready_waiting_counts) & WAITING_MASK; in cpuidle_coupled_no_cpus_waiting() local 483 int w; in cpuidle_enter_state_coupled() local
|