Synopsis
unsigned long long __bit_reverse_long_long(unsigned long long x);
Description

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

__bit_reverse_long_long is an intrinsic function and produces inline code.