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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_types.h349 #define FIX_LINT(_x) (_x + fix_lint) macro
351 #define FIX_LINT(_x) (_x) macro
370 ((FIX_LINT(_low > _max) || FIX_LINT(_high < _min)) ? \
405 (EFX_EXTRACT64((_oword).eo_u64[0], FIX_LINT(0), FIX_LINT(63), \
407 EFX_EXTRACT64((_oword).eo_u64[1], FIX_LINT(64), FIX_LINT(127), \
411 (EFX_EXTRACT32((_oword).eo_u32[0], FIX_LINT(0), FIX_LINT(3
[all...]

Completed in 280 milliseconds