Searched refs:ext_ucs2_msb (Results 1 – 1 of 1) sorted by relevance
43 #define ext_ucs2_msb(n) ((uchar_t)(((((ucs2_t)(n))&((ucs2_t)0xff00)))>>8)) macro53 (((*(p))=ext_ucs2_msb(n)),((*((p)+1))=ext_ucs2_lsb(n)))60 ((*((p)+1))=ext_ucs2_msb(n),(*(p))=ext_ucs2_lsb(n))