Searched defs:BGE_BSWAP_32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1052 #define BGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \ macro

Completed in 66 milliseconds