Searched refs:_w (Results 1 - 11 of 11) sorted by relevance

/linux-master/scripts/
H A Drecordmcount.h54 #undef _w macro
93 # define _w w8 macro
131 # define _w w macro
145 return ELF_R_SYM(_w(rp->r_info));
151 rp->r_info = _w(ELF_R_INFO(sym, type));
181 Elf_Addr current_r_offset = _w(rp->r_offset);
272 uint_t const old_shoff = _w(ehdr->e_shoff);
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size);
274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset);
278 uint_t t = 1 + strlen(mc_name) + _w(shst
[all...]
H A Dsorttable.h42 #undef _w macro
67 # define _w w8 macro
91 # define _w w macro
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5.h11 #define WAVE5_SUBSAMPLED_ONE_SIZE(_w, _h) (ALIGN((_w) / 4, 16) * ALIGN((_h) / 4, 8))
12 #define WAVE5_SUBSAMPLED_ONE_SIZE_AVC(_w, _h) (ALIGN((_w) / 4, 32) * ALIGN((_h) / 4, 4))
H A Dwave5-vpuapi.h47 #define WAVE5_DEC_HEVC_BUF_SIZE(_w, _h) (DIV_ROUND_UP(_w, 64) * DIV_ROUND_UP(_h, 64) * 256 + 64)
48 #define WAVE5_DEC_AVC_BUF_SIZE(_w, _h) ((((ALIGN(_w, 256) / 16) * (ALIGN(_h, 16) / 16)) + 16) * 80)
50 #define WAVE5_FBC_LUMA_TABLE_SIZE(_w, _h) (ALIGN(_h, 64) * ALIGN(_w, 256) / 32)
51 #define WAVE5_FBC_CHROMA_TABLE_SIZE(_w, _h) (ALIGN((_h), 64) * ALIGN((_w) / 2, 256) / 32)
52 #define WAVE5_ENC_AVC_BUF_SIZE(_w, _h) (ALIGN(_w, 6
[all...]
/linux-master/drivers/md/bcache/
H A Dbtree.h331 bool _w = l <= (op)->lock; \
333 _w, b); \
336 rw_unlock(_w, _child); \
353 bool _w = insert_lock(op, _b); \
354 rw_lock(_w, _b, _b->level); \
356 _w == insert_lock(op, _b)) { \
359 rw_unlock(_w, _b); \
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h34 struct wilc *_w = w; \
35 list_for_each_entry_srcu(v, &_w->vif_list, list, \
36 srcu_read_lock_held(&_w->srcu))
/linux-master/drivers/hwtracing/intel_th/
H A Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \
231 .writable = (_w) }
/linux-master/drivers/video/fbdev/omap/
H A Dhwa742.c410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\
416 req->par.update.width = _w; \
/linux-master/include/sound/
H A Dsoc.h1131 #define for_each_card_widgets_safe(card, w, _w) \
1132 list_for_each_entry_safe(w, _w, &card->widgets, list)
/linux-master/fs/bcachefs/
H A Dfsck.c656 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i) \
657 for (_i = (_w)->inodes.data; _i < (_w)->inodes.data + (_w)->inodes.nr && \
/linux-master/drivers/usb/musb/
H A Dmusb_core.c2215 struct musb_pending_work *w, *_w; local
2220 list_for_each_entry_safe(w, _w, &musb->pending_list, node) {

Completed in 245 milliseconds