Lines Matching refs:a
1750 #define SHMEM_ARRAY_GET(a, i, eb, fb) \ argument
1751 ((a[SHMEM_ARRAY_ENTRY(i, eb)] >> SHMEM_ARRAY_BITPOS(i, eb, fb)) & \
1754 #define SHMEM_ARRAY_SET(a, i, eb, fb, val) \ argument
1756 a[SHMEM_ARRAY_ENTRY(i, eb)] &= ~(SHMEM_ARRAY_MASK(eb) << \
1758 a[SHMEM_ARRAY_ENTRY(i, eb)] |= (((val) & SHMEM_ARRAY_MASK(eb)) << \
1767 #define DCBX_PRI_PG_GET(a, i) \ argument
1768 SHMEM_ARRAY_GET(a, i, DCBX_PRI_PG_BITWIDTH, DCBX_PRI_PG_FBITS)
1769 #define DCBX_PRI_PG_SET(a, i, val) \ argument
1770 SHMEM_ARRAY_SET(a, i, DCBX_PRI_PG_BITWIDTH, DCBX_PRI_PG_FBITS, val)
1773 #define DCBX_PG_BW_GET(a, i) \ argument
1774 SHMEM_ARRAY_GET(a, i, DCBX_BW_PG_BITWIDTH, DCBX_BW_PG_BITWIDTH)
1775 #define DCBX_PG_BW_SET(a, i, val) \ argument
1776 SHMEM_ARRAY_SET(a, i, DCBX_BW_PG_BITWIDTH, DCBX_BW_PG_BITWIDTH, val)