Searched refs:d_ (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | math.h | 140 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-6.15/scripts/dtc/ |
| H A D | checks.c | 42 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ argument 47 .data = (d_), \ 54 #define WARNING(nm_, fn_, d_, ...) \ argument 55 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__) 56 #define ERROR(nm_, fn_, d_, ...) \ argument 57 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__) 58 #define CHECK(nm_, fn_, d_, ...) \ argument 59 CHECK_ENTRY(nm_, fn_, d_, false, false, __VA_ARGS__)
|
| /linux-6.15/tools/testing/selftests/hid/ |
| H A D | vmtest.sh | 24 LOG_FILE_BASE="$(date +"hid_selftests.%Y-%m-%d_%H-%M-%S")"
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 61 LOG_FILE_BASE="$(date +"bpf_selftests.%Y-%m-%d_%H-%M-%S")"
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 455 #define apply_reloc_n(n_, p_, d_) \ argument 458 v += (d_); \
|