Synopsis
unsigned short __bit_reverse_short(unsigned int x);
Description

__bit_reverse_short swaps the order of all bits of x and returns that as its result.

__bit_reverse_short is an intrinsic function and produces inline code.