Searched refs:hn (Results 1 – 1 of 1) sorted by relevance
951 def join_byte(ln, hn): argument952 return (ln & 0x0F) + ((hn & 0x0F) << 4)