Searched refs:_tmp (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | math64.h | 341 ({ u64 _tmp = (d); mul_u64_add_u64_div_u64(a, b, _tmp - 1, _tmp); }) 355 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); }) 368 ({ u32 _tmp = (d); div_u64((ll) + _tmp - 1, _tmp); }) 381 ({ u64 _tmp = (divisor); div64_u64((dividend) + _tmp / 2, _tmp); }) 394 ({ u32 _tmp = (divisor); div_u64((u64)(dividend) + _tmp / 2, _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/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 | 667 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 669 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \ 670 _tmp &= ~_mask; \ 672 _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/tools/perf/util/ |
| H A D | synthetic-events.c | 2566 __u64 _tmp; \ in __synthesize_schedstat_cpu() 2567 ch = io__get_dec(io, &_tmp); \ in __synthesize_schedstat_cpu() 2570 cs->_ver._name = _tmp; \ in __synthesize_schedstat_cpu() 2628 __u64 _tmp; \ in __synthesize_schedstat_domain() 2629 ch = io__get_dec(io, &_tmp); \ in __synthesize_schedstat_domain() 2632 ds->_ver._name = _tmp; \ in __synthesize_schedstat_domain()
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 123 mov.w %cc,_tmp # save off condition codes
|