Searched refs:highbyte (Results 1 – 1 of 1) sorted by relevance
64 #define ASSEMBLE_UNALIGNED_UINT16(p,highbyte,lowbyte) \ argument65 (((A_UINT16)(((A_UINT8 *)(p))[(highbyte)])) << 8 | (A_UINT16)(((A_UINT8 *)(p))[(lowbyte)]))