Searched refs:___n (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ |
H A D | div64.h | 65 uint64_t ___res, ___x, ___t, ___m, ___n = (n); \ 90 ___n /= (___b & -___b); \ 144 ___res = __arch_xprod_64(___m, ___n, ___bias); \
|
/openbmc/linux/include/asm-generic/ |
H A D | div64.h | 76 uint64_t ___res, ___x, ___t, ___m, ___n = (n); \ 101 ___n /= (___b & -___b); \ 155 ___res = __arch_xprod_64(___m, ___n, ___bias); \
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events.c | 78 struct trace_event_file *___n; \ 79 list_for_each_entry_safe(file, ___n, &tr->events, list)
|