Searched refs:__b (Results 1 – 2 of 2) sorted by relevance
186 typeof(b) __b = (b); \187 (void)(&__a == &__b); \188 __a > __b ? (__a - __b) : (__b - __a); \
1540 for (unsigned int __b = 0; \1541 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \1542 __b++)1544 #define __pci_bus_for_each_res1(bus, res, __b) \ argument1545 for (__b = 0; \1546 (res = pci_bus_resource_n(bus, __b)) || __b < PCI_BRIDGE_RESOURCE_NUM; \1547 __b++)2145 for (unsigned int __b = 0; \2146 __b < PCI_NUM_RESOURCES && (res = pci_resource_n(dev, __b)); \2147 __b++)[all …]