Searched defs:GET_BGI_W (Results 1 – 1 of 1) sorted by relevance
396 #define GET_BGI_W( big_endian_word ) ( big_endian_word ) macro400 #define GET_BGI_W( big_endian_word ) ( (big_endian_word >> 8) | ((big_endian_word&0xFF) << 8) ) macro