Lines Matching refs:xff
804 string[0] = (tag >> 24)&0xff;805 string[1] = (tag >> 16)&0xff;806 string[2] = (tag >> 8)&0xff;807 string[3] = tag&0xff;