| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_debug.h | 28 static inline void musb_print_csr0(u16 w) in musb_print_csr0() 58 static inline void musb_print_intrtx(u16 w) in musb_print_intrtx() 63 static inline void musb_print_intrrx(u16 w) in musb_print_intrrx() 125 static inline void musb_print_rxmaxp(u16 w) in musb_print_rxmaxp() 130 static inline void musb_print_rxcsr(u16 w) in musb_print_rxcsr() 154 static inline void musb_print_txmaxp(u16 w) in musb_print_txmaxp() 159 static inline void musb_print_txcsr(u16 w) in musb_print_txcsr() 181 #define musb_print_csr0(w) argument 183 #define musb_print_intrtx(w) argument 184 #define musb_print_intrrx(w) argument [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shrotpack.h | 52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) argument 53 #define SCRY(x,y,w,h) (x) argument 54 #define SCRWIDTH(x,y,w,h) (h) argument 55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x)) argument 56 #define STEPDOWN(x,y,w,h) ((w)--) argument 57 #define NEXTY(x,y,w,h) ((x)++) argument 63 #define SCRLEFT(x,y,w,h) (y) argument 64 #define SCRY(x,y,w,h) (pScreen->width - ((x) + (w)) - 1) argument 65 #define SCRWIDTH(x,y,w,h) (h) argument 66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1)) argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | xdmxconfig.c | 289 int w, h; in dmxConfigCanvasUpdate() local 368 dmxConfigSelectCallback(Widget w, XtPointer closure, XtPointer callData) in dmxConfigSelectCallback() 402 dmxConfigGetValueString(char **d, Widget w) in dmxConfigGetValueString() 415 Widget w; in dmxConfigSetupCnamemenu() local 525 dmxConfigPlaceMenu(Widget w, XEvent * event, in dmxConfigPlaceMenu() 551 dmxConfigCanvasInput(Widget w, XtPointer closure, XtPointer callData) in dmxConfigCanvasInput() 615 dmxConfigCanvasResize(Widget w, XtPointer closure, XtPointer callData) in dmxConfigCanvasResize() 621 dmxConfigCanvasExpose(Widget w, XtPointer closure, XtPointer callData) in dmxConfigCanvasExpose() 629 dmxConfigOpenCallback(Widget w, XtPointer closure, XtPointer callData) in dmxConfigOpenCallback() 638 dmxConfigSaveCallback(Widget w, XtPointer closure, XtPointer callData) in dmxConfigSaveCallback() [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | windowstr.h | 179 #define wTrackParent(w,field) ((w)->optional ? \ argument 182 #define wUseDefault(w,field,def) ((w)->optional ? \ argument 186 #define wVisual(w) wTrackParent(w, visual) argument 187 #define wCursor(w) ((w)->cursorIsNone ? None : wTrackParent(w, cursor)) argument 188 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap)) argument 189 #define wDontPropagateMask(w) wUseDefault(w, dontPropagateMask, DontPropagateMasks[(w)->dontPropaga… argument 190 #define wOtherEventMasks(w) wUseDefault(w, otherEventMasks, 0) argument 191 #define wOtherClients(w) wUseDefault(w, otherClients, NULL) argument 192 #define wOtherInputMasks(w) wUseDefault(w, inputMasks, NULL) argument 193 #define wPassiveGrabs(w) wUseDefault(w, passiveGrabs, NULL) argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | mt6359.c | 617 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event() 843 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event() 873 static int mt_rcv_event(struct snd_soc_dapm_widget *w, in mt_rcv_event() 957 static int mt_lo_event(struct snd_soc_dapm_widget *w, in mt_lo_event() 1043 static int mt_adc_clk_gen_event(struct snd_soc_dapm_widget *w, in mt_adc_clk_gen_event() 1083 static int mt_dcc_clk_event(struct snd_soc_dapm_widget *w, in mt_dcc_clk_event() 1118 static int mt_mic_bias_0_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_0_event() 1172 static int mt_mic_bias_1_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_1_event() 1205 static int mt_mic_bias_2_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_2_event() 1256 static int mt_mtkaif_tx_event(struct snd_soc_dapm_widget *w, in mt_mtkaif_tx_event() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_westwood.c | 63 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_init() local 86 static void westwood_filter(struct westwood *w, u32 delta) in westwood_filter() 106 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_pkts_acked() local 119 struct westwood *w = inet_csk_ca(sk); in westwood_update_window() local 148 static inline void update_rtt_min(struct westwood *w) in update_rtt_min() 166 struct westwood *w = inet_csk_ca(sk); in westwood_fast_bw() local 183 struct westwood *w = inet_csk_ca(sk); in westwood_acked_count() local 220 const struct westwood *w = inet_csk_ca(sk); in tcp_westwood_bw_rttmin() local 228 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_ack() local 243 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_event() local
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-dapm.c | 183 static bool dapm_dirty_widget(struct snd_soc_dapm_widget *w) in dapm_dirty_widget() 188 static void dapm_mark_dirty(struct snd_soc_dapm_widget *w, const char *reason) in dapm_mark_dirty() 207 struct snd_soc_dapm_widget *w, enum snd_soc_dapm_direction dir) in dapm_widget_invalidate_paths() 247 static void dapm_widget_invalidate_input_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_input_paths() 264 static void dapm_widget_invalidate_output_paths(struct snd_soc_dapm_widget *w) in dapm_widget_invalidate_output_paths() 303 struct snd_soc_dapm_widget *w; in dapm_mark_endpoints_dirty() local 325 struct snd_soc_dapm_widget *w; in dapm_cnew_widget() local 605 struct snd_soc_dapm_widget *w; in dapm_reset() local 657 struct snd_soc_dapm_widget *w = wcache->widget; in dapm_wcache_lookup() local 678 struct snd_soc_dapm_widget *w) in dapm_wcache_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | iowait.h | 340 static inline u16 iowait_get_desc(struct iowait_work *w) in iowait_get_desc() 355 static inline u32 iowait_get_all_desc(struct iowait *w) in iowait_get_all_desc() 364 static inline void iowait_update_priority(struct iowait_work *w) in iowait_update_priority() 376 static inline void iowait_update_all_priority(struct iowait *w) in iowait_update_all_priority() 382 static inline void iowait_init_priority(struct iowait *w) in iowait_init_priority() 389 static inline void iowait_get_priority(struct iowait *w) in iowait_get_priority() 405 static inline void iowait_queue(bool pkts_sent, struct iowait *w, in iowait_queue() 433 static inline void iowait_starve_clear(bool pkts_sent, struct iowait *w) in iowait_starve_clear() 458 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n) in iowait_inc_wait_count() 470 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w) in iowait_get_tid_work() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | arch_hweight.h | 15 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 31 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 37 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() 43 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex.h | 15 #define debug_rt_mutex_init_waiter(w) do { } while (0) argument 16 #define debug_rt_mutex_free_waiter(w) do { } while (0) argument 23 #define debug_rt_mutex_print_deadlock(w) do { } while (0) argument 24 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument 26 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock() 31 static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, in debug_rt_mutex_detect_deadlock()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | mcf8390.h | 30 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) argument 31 #define RSWAP(w) (w) argument 81 #define BSWAP(w) (w) argument 84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument 95 #define BSWAP(w) (w) argument 98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument 107 #define BSWAP(w) (w) argument 110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_wext.h | 36 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) \ argument 39 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) \ argument 42 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) \ argument 46 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) \ argument 49 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) \ argument 52 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_wext.h | 35 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) iwe_stream_add_event((i), (c), (e), (w), (l)) argument 37 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) iwe_stream_add_point((i), (c), (e), (w), (p)) argument 39 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) iwe_stream_add_value((i), (c), (v), (e), (w), (l)) argument 42 #define IWE_STREAM_ADD_EVENT(i, c, e, w, l) iwe_stream_add_event((c), (e), (w), (l)) argument 44 #define IWE_STREAM_ADD_POINT(i, c, e, w, p) iwe_stream_add_point((c), (e), (w), (p)) argument 46 #define IWE_STREAM_ADD_VALUE(i, c, v, e, w, l) iwe_stream_add_value((c), (v), (e), (w), (l)) argument
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbbltone.c | 34 #define BitsMask(x,w) ((FB_ALLONES << ((x) & FB_MASK)) & \ argument 37 #define Mask(x,w) BitsMask((x)*(w),(w)) argument 39 #define SelMask(b,n,w) ((((b) >> n) & 1) * Mask(n,w)) argument 41 #define C1(b,w) \ argument 44 #define C2(b,w) \ argument 48 #define C4(b,w) \ argument 54 #define C8(b,w) \ argument 181 int w; in fbBltOne() local 402 int w; in fbBltPlane() local
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | arch_hweight.h | 14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | hweight.c | 12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 28 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 36 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 43 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | hweight.c | 13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 30 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 39 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 47 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | walkera0701.c | 62 static inline void walkera0701_parse_frame(struct walkera_dev *w) in walkera0701_parse_frame() 126 struct walkera_dev *w = handler_data; in walkera0701_irq_handler() local 170 struct walkera_dev *w; in timer_handler() local 180 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_open() local 191 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_close() local 202 struct walkera_dev *w = &w_dev; in walkera0701_attach() local 282 struct walkera_dev *w = &w_dev; in walkera0701_detach() local
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpi-add.c | 20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui() 67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add() 134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub() 143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm() 150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
|