Home
last modified time | relevance | path

Searched refs:d_ (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmath.h140 typeof(d) d_ = (d); \ in __STRUCT_FRACT()
142 typeof(x_) q = x_ / d_; \ in __STRUCT_FRACT()
143 typeof(x_) r = x_ % d_; \ in __STRUCT_FRACT()
144 q * n_ + r * n_ / d_; \ in __STRUCT_FRACT()
/linux/tools/testing/selftests/hid/
H A Dvmtest.sh
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh70 LOG_FILE_BASE="$(date +"bpf_selftests.%Y-%m-%d_%H-%M-%S")"
/linux/arch/x86/kernel/
H A Dalternative.c436 #define apply_reloc_n(n_, p_, d_) \ argument
439 v += (d_); \