Lines Matching refs:XFF
82 #define XFF(x) ((uint32_t)(x))84 #define XFF(x) (x)88 (XFF(lsb) + (XFF(c)<<8) + (XFF(b)<<16) + (XFF(msb)<<24))91 (XFF(lsb) + (XFF(b)<<8) + (XFF(msb)<<16))94 (XFF(lsb) + (XFF(msb)<<8))