HOST_ENDIAN_TO_BFS_INT16
# define HOST_ENDIAN_TO_BFS_INT16(value) (value)
# define HOST_ENDIAN_TO_BFS_INT16(value) __swap_int16(value)