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