Lines Matching refs:xFE
3066 // (with sign extension) then the result has to be 0xFE.3068 if (((j-i) < 7) && (((s[i] >> (7-(j-i))) & 0xFF) == 0xFE)) i = j;