Searched refs:chr (Results 1 – 1 of 1) sorted by relevance
129 #define USHORT_TO_CHARS(chr,shrt) (chr)[0]=(unsigned char)(shrt>>8); \ argument130 (chr)[1]=(unsigned char)(shrt);132 #define UINT_TO_CHARS(chr,ui) (chr)[0]=(unsigned char)(ui>>24); \ argument133 (chr)[1]=(unsigned char)(ui>>16); \134 (chr)[2]=(unsigned char)(ui>>8); \135 (chr)[3]=(unsigned char)(ui);