centos man page for upper_32_bits

Query: upper_32_bits

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UPPER_32_BITS(9)						   Driver Basics						  UPPER_32_BITS(9)

NAME
upper_32_bits - return bits 32-63 of a number
SYNOPSIS
upper_32_bits(n);
ARGUMENTS
n the number we're accessing
DESCRIPTION
A basic shift-right of a 64- or 32-bit quantity. Use this to suppress the "right shift count >= width of type" warning when that quantity is 32-bits.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 UPPER_32_BITS(9)
Related Man Pages
bitmap_onto(9) - centos
dpgen_shift(3) - debian
mtbl_varint(3) - debian
__bit(3) - netbsd
bitmap_remap(9) - suse
Similar Topics in the Unix Linux Community
[Solved] Using ULL suffix in C++ code compiled on RHEL6.4