Searched refs:jc2 (Results 1 – 1 of 1) sorted by relevance
136 register unsigned short jc, jc2; in _wansung_to_johap92() local194 jc2 = code & 0xFF; in _wansung_to_johap92()196 return(jc | (jc2 - ((jc2 > 0xEE) ? 0x5E : 0x70))); in _wansung_to_johap92()197 return(jc | jc2); in _wansung_to_johap92()202 jc2 = code & 0xFF; in _wansung_to_johap92()204 return(jc | jc2); in _wansung_to_johap92()205 return(jc | (jc2 - ((jc2 > 0xEE) ? 0x5E : 0x70))); in _wansung_to_johap92()