Home
last modified time | relevance | path

Searched refs:__b (Results 1 – 13 of 13) sorted by relevance

/linux/tools/include/linux/
H A Doverflow.h46 typeof(b) __b = (b); \
48 (void) (&__a == &__b); \
50 __builtin_add_overflow(__a, __b, __d); \
55 typeof(b) __b = (b); \
57 (void) (&__a == &__b); \
59 __builtin_sub_overflow(__a, __b, __d); \
64 typeof(b) __b = (b); \
66 (void) (&__a == &__b); \
68 __builtin_mul_overflow(__a, __b, __d); \
/linux/arch/m68k/include/asm/
H A Dbootstd.h77 register long __b __asm__ ("%d2") = (long)b; \
80 : "0" (__res), "d" (__a), "d" (__b) \
90 register long __b __asm__ ("%d2") = (long)b; \
94 : "0" (__res), "d" (__a), "d" (__b), \
105 register long __b __asm__ ("%d2") = (long)b; \
110 : "0" (__res), "d" (__a), "d" (__b), \
121 register long __b __asm__ ("%d2") = (long)b; \
127 : "0" (__res), "d" (__a), "d" (__b), \
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h98 typeof(b) __b = (b); \
99 ____GUEST_ASSERT(__a == __b, #a " == " #b, "%#lx != %#lx (%s != %s)", \
100 (unsigned long)(__a), (unsigned long)(__b), #a, #b); \
106 typeof(b) __b = (b); \
107 ____GUEST_ASSERT(__a != __b, #a " != " #b, "%#lx == %#lx (%s == %s)", \
108 (unsigned long)(__a), (unsigned long)(__b), #a, #b); \
H A Dtest_util.h63 typeof(b) __b = (b); \
64 test_assert(__a == __b, #a " == " #b, __FILE__, __LINE__, \
66 (unsigned long)(__a), (unsigned long)(__b), #a, #b);\
/linux/include/linux/
H A Dmath.h191 typeof(b) __b = (b); \
192 (void)(&__a == &__b); \
193 __a > __b ? (__a - __b) : (__b - __a); \
H A Dpci.h1600 for (unsigned int __b = 0; \
1601 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1602 __b++)
1604 #define __pci_bus_for_each_res1(bus, res, __b) \ argument
1605 for (__b = 0; \
1606 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \
1607 __b++)
2285 for (unsigned int __b = 0; \
2286 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \
2287 __b++)
[all …]
/linux/arch/sparc/include/asm/
H A Dio.h18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) argument
/linux/security/apparmor/include/
H A Dmatch.h111 BTYPE *__b = (BTYPE *) BLOB; \
114 memcpy(__t, __b, (LEN) * sizeof(BTYPE)); \
117 __t[__i] = NTOHX(&__b[__i]); \
/linux/drivers/media/dvb-frontends/
H A Dstv090x_priv.h66 #define MAKEWORD16(__a, __b) (((__a) << 8) | (__b)) argument
/linux/tools/testing/selftests/bpf/progs/
H A Dcore_reloc_types.h98 int __b; member
100 int __b; member
102 char __b; member
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h818 int __b = SMC_CURRENT_BANK(lp); \
819 if (unlikely((__b & ~0xf0) != (0x3300 | bank))) { \
821 CARDNAME, __b); \
/linux/drivers/parport/
H A Dparport_ip32.c443 unsigned int __b = (b), __m = (m); \
444 if (__b & ~__m) \
447 (p)->name, __func__, #b, __b, __m); \
/linux/kernel/trace/
H A Dring_buffer.c1113 struct ring_buffer_per_cpu *__b = \
1115 atomic_inc(&__b->buffer->record_disabled); \