Home
last modified time | relevance | path

Searched defs:big_endian_word (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 ) argument
400 #define GET_BGI_W( big_endian_word ) ( (big_endian_word >> 8) | ((big_endian_word&0xFF) << 8) ) argument