Home
last modified time | relevance | path

Searched refs:__d (Results 1 – 18 of 18) sorted by relevance

/linux/tools/include/linux/
A Doverflow.h47 typeof(d) __d = (d); \
49 (void) (&__a == __d); \
50 __builtin_add_overflow(__a, __b, __d); \
56 typeof(d) __d = (d); \
58 (void) (&__a == __d); \
59 __builtin_sub_overflow(__a, __b, __d); \
65 typeof(d) __d = (d); \
67 (void) (&__a == __d); \
68 __builtin_mul_overflow(__a, __b, __d); \
/linux/include/linux/
A Dmath.h88 typeof(divisor) __d = divisor; \
91 (((__x) > 0) == ((__d) > 0))) ? \
92 (((__x) + ((__d) / 2)) / (__d)) : \
93 (((__x) - ((__d) / 2)) / (__d)); \
102 typeof(divisor) __d = divisor; \
103 unsigned long long _tmp = (x) + (__d) / 2; \
104 do_div(_tmp, __d); \
A Doverflow.h65 typeof(d) __d = (d); \
67 (void) (&__a == __d); \
68 __builtin_add_overflow(__a, __b, __d); \
74 typeof(d) __d = (d); \
76 (void) (&__a == __d); \
77 __builtin_sub_overflow(__a, __b, __d); \
83 typeof(d) __d = (d); \
85 (void) (&__a == __d); \
86 __builtin_mul_overflow(__a, __b, __d); \
A Dmath64.h316 s32 __d = (divisor); \
317 ((__x > 0) == (__d > 0)) ? \
318 div_s64((__x + (__d / 2)), __d) : \
319 div_s64((__x - (__d / 2)), __d); \
/linux/tools/perf/
A Dbuiltin-version.c50 #define STATUS(__d, __m) \ argument
52 if (IS_BUILTIN(__d)) \
53 status_print(#__m, #__d, "on"); \
55 status_print(#__m, #__d, "OFF"); \
/linux/drivers/scsi/bfa/
A Dbfa_defs.h637 #define bfa_asic_id_cb(__d) \ argument
638 ((__d) == BFA_PCI_DEVICE_ID_FC_8G2P || \
639 (__d) == BFA_PCI_DEVICE_ID_FC_8G1P)
640 #define bfa_asic_id_ct(__d) \ argument
641 ((__d) == BFA_PCI_DEVICE_ID_CT || \
642 (__d) == BFA_PCI_DEVICE_ID_CT_FC)
643 #define bfa_asic_id_ct2(__d) \ argument
644 ((__d) == BFA_PCI_DEVICE_ID_CT2 || \
645 (__d) == BFA_PCI_DEVICE_ID_CT2_QUAD)
646 #define bfa_asic_id_ctc(__d) \ argument
[all …]
/linux/arch/m68k/include/asm/
A Dbootstd.h107 register long __d __asm__ ("%d4") = (long)d; \
111 "d" (__c), "d" (__d) \
123 register long __d __asm__ ("%d4") = (long)d; \
128 "d" (__c), "d" (__d), "d" (__e) \
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dmemory.h82 u64 __a = (a), __d = (d); \
83 nvkm_wo32((o), __a + 0, lower_32_bits(__d)); \
84 nvkm_wo32((o), __a + 4, upper_32_bits(__d)); \
/linux/drivers/infiniband/hw/mthca/
A Dmthca_dev.h401 void *__d = ((char *) (dest) + (offset)); \
403 case 1: *(u8 *) __d = (source); break; \
404 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
405 case 4: *(__be32 *) __d = cpu_to_be32(source); break; \
406 case 8: *(__be64 *) __d = cpu_to_be64(source); break; \
/linux/lib/
A Dtest_overflow.c301 t __d; \ in test_overflow_shift()
302 bool __of = check_shl_overflow(__a, __s, &__d); \ in test_overflow_shift()
307 } else if (!__of && __d != __e) { \ in test_overflow_shift()
311 pr_warn("got %lld\n", (s64)__d); \ in test_overflow_shift()
313 pr_warn("got %llu\n", (u64)__d); \ in test_overflow_shift()
/linux/arch/alpha/kernel/
A Dsmc37c669.c85 #define SMC37c669_DEVICE_DRQ(__d) \ argument
86 ((SMC37c669_DEVICE_DRQ_MASK) | (__d))
87 #define SMC37c669_IS_DEVICE_DRQ(__d) \ argument
88 (((__d) & (SMC37c669_DEVICE_DRQ_MASK)) == (SMC37c669_DEVICE_DRQ_MASK))
89 #define SMC37c669_RAW_DEVICE_DRQ(__d) \ argument
90 ((__d) & ~(SMC37c669_DEVICE_DRQ_MASK))
/linux/net/core/
A Dflow_offload.c32 struct flow_dissector *__d = (__m)->dissector; \
34 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
35 (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net.h119 __typeof(desc) __d = (desc); \
122 __d->dma_addr_lo = cpu_to_le32(lower_32_bits(__addr)); \
123 __d->dma_addr_hi = upper_32_bits(__addr) & 0xff; \
/linux/drivers/net/wireless/realtek/rtw88/
A Dregd.c18 struct rtw_dev *__d = (_dev); \
19 const struct rtw_regd *__r = &__d->regd; \
20 rtw_dbg(__d, RTW_DBG_REGD, _msg \
/linux/drivers/media/platform/sti/delta/
A Ddelta-ipc.c24 #define to_delta(__d) container_of(__d, struct delta_dev, rpmsg_driver) argument
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dpush.h266 u32 __d = (d); \
267 PUSH_IMMD_HDR(__p, c, m, __d); \
269 PUSH_PRINTF(__p, "%08x-> "#m, __d); \
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dfw.c74 void *__d = ((char *) (dest) + (offset)); \
76 case 1: *(u8 *) __d = (source); break; \
77 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
78 case 4: *(__be32 *) __d = cpu_to_be32(source); break; \
79 case 8: *(__be64 *) __d = cpu_to_be64(source); break; \
/linux/drivers/base/power/
A Ddomain.c32 type (*__routine)(struct device *__d); \

Completed in 64 milliseconds