Home
last modified time | relevance | path

Searched defs:GET_BGI_W (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/hxcmod-player/
H A Dhxcmod.c396 #define GET_BGI_W( big_endian_word ) ( big_endian_word ) macro
400 #define GET_BGI_W( big_endian_word ) ( (big_endian_word >> 8) | ((big_endian_word&0xFF) << 8) ) macro