Lines Matching refs:FD
852 // Look for a register whose prefix could patch the range [FD..LD]854 uint16_t FD = FDi, LD = LDi; // Switch to unsigned type.855 uint16_t MinL = LD-FD+1;866 // max(0,FD-EL) and FD.867 if (S > FD) // Starts too late.870 uint16_t LowS = (EL < FD) ? FD-EL : 0;