Searched refs:_tmp (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | math64.h | 298 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); }) 311 ({ u32 _tmp = (d); div_u64((ll) + _tmp - 1, _tmp); }) 324 ({ u64 _tmp = (divisor); div64_u64((dividend) + _tmp / 2, _tmp); }) 337 ({ u32 _tmp = (divisor); div_u64((u64)(dividend) + _tmp / 2, _tmp); })
|
H A D | math.h | 40 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; }) 104 unsigned long long _tmp = (x) + (__d) / 2; \ 105 do_div(_tmp, __d); \ 106 _tmp; \
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 170 unsigned long _tmp; \ 174 : "=&d" (_tmp) \ 182 unsigned long _tmp; \ 186 : "=&d" (_tmp) \ 248 unsigned long _tmp; in __flush_pages_to_ram() local 252 : "=&d" (_tmp) in __flush_pages_to_ram()
|
/linux/net/caif/ |
H A D | chnl_net.c | 123 struct list_head *_tmp; in close_work() local 126 list_for_each_safe(list_node, _tmp, &chnl_net_list) { in close_work() 518 struct list_head *_tmp; in chnl_exit_module() local 521 list_for_each_safe(list_node, _tmp, &chnl_net_list) { in chnl_exit_module()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_seg6_loop.c | 13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
|
H A D | test_lwt_seg6local.c | 13 ({ void *_tmp = _cursor; _cursor += _len; _tmp; })
|
/linux/drivers/pinctrl/spear/ |
H A D | pinctrl-plgpio.c | 664 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 666 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \ 667 _tmp &= ~_mask; \ 669 _tmp | (plgpio->csave_regs[i].__reg & _mask); \
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_regs.h | 229 u32 _tmp = (a); \ 230 u32 _lo = _tmp & GENMASK(27, 4); \ 231 u32 _hi = (_tmp >> 28) & GENMASK(3, 0); \
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_drv.c | 205 typeof(_dest_array) _tmp; \ 206 _tmp = panthor_get_uobj_array(_uobj_array, \ 209 if (!IS_ERR(_tmp)) \ 210 _dest_array = _tmp; \ 211 PTR_ERR_OR_ZERO(_tmp); \
|
/linux/arch/m68k/ifpsp060/ |
H A D | ilsp.doc | 123 mov.w %cc,_tmp # save off condition codes
|