Home | History | Annotate | Download | only in priv

Lines Matching refs:toUShort

3038       p = push_word_from_tags(p, toUShort((con >> 12) & 0xF));
3039 p = push_word_from_tags(p, toUShort((con >> 8) & 0xF));
3040 p = push_word_from_tags(p, toUShort((con >> 4) & 0xF));
3041 p = push_word_from_tags(p, toUShort(con & 0xF));