Searched refs:S_SIZE (Results 1 – 6 of 6) sorted by relevance
90 S_SIZE, enumerator
57 {X86::S_SIZE, "SIZE"},
178 case X86::S_SIZE: in getRelocType64()
153 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { in pxe_init()186 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) { in pxe_init()
50 #define S_SIZE(s) s, sizeof(s) - 1 macro
1470 #define CXGBE_V_SIZE(x) ((x) << S_SIZE)1471 #define CXGBE_G_SIZE(x) (((x) >> S_SIZE) & CXGBE_M_SIZE)