Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HI32
usr/src/uts/sun4/io/px/px_util.h
33
#define HI32(x) ((uint32_t)(((uint64_t)(x)) >> 32))
usr/src/uts/sun4u/sys/pci/pci_types.h
34
#define HI32(x) ((uint32_t)(((uint64_t)(x)) >> 32))
usr/src/uts/sun4u/sys/upa64s.h
36
#define HI32(x) ((uint32_t)(((uint64_t)(x)) >> 32))