Searched refs:THREE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h41 #define THREE(x) (uint_t)(((uchar_t *)(x))[3]) macro
44 ((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
46 ((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))
H A Dhsfs_spec.h55 #define THREE(x) (uint_t)(((uchar_t *)(x))[3]) macro
58 ((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
60 ((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))

Completed in 61 milliseconds