Searched refs:d16lo (Results 1 – 1 of 1) sorted by relevance
49 unsigned d16lo = (Value >> 2) & 0x3fff; in adjustFixupValue() local50 return (d16hi << 20) | d16lo; in adjustFixupValue()