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

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c71 #define TWO 2 macro
328 regline(NO, TWO);
573 regline(YES, TWO);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h40 #define TWO(x) (uint_t)(((uchar_t *)(x))[2]) 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.h54 #define TWO(x) (uint_t)(((uchar_t *)(x))[2]) 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 62 milliseconds