Home
last modified time | relevance | path

Searched refs:_INT_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Disa_defs.h251 #define _INT_ALIGNMENT 4 macro
317 #define _INT_ALIGNMENT 4
406 #define _INT_ALIGNMENT 4
H A Dexec.h143 #if ((_LONG_ALIGNMENT == (2 * _INT_ALIGNMENT)) || \
144 (_POINTER_ALIGNMENT == (2 * _INT_ALIGNMENT)))
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_utils.c129 (((uintptr_t)lp + _INT_ALIGNMENT - 1) & in ibmf_utils_unpack_data()
130 ~(_INT_ALIGNMENT - 1)); in ibmf_utils_unpack_data()
272 (((uintptr_t)lp + _INT_ALIGNMENT - 1) & in ibmf_utils_pack_data()
273 ~(_INT_ALIGNMENT - 1)); in ibmf_utils_pack_data()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c116 (((uintptr_t)lp + _INT_ALIGNMENT - 1) & in usb_parse_data()
117 ~(_INT_ALIGNMENT - 1)); in usb_parse_data()