Searched defs:_src (Results 1 – 1 of 1) sorted by relevance
/titanic_52/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 144 #define UL_ASSIGN_HALF(_dst, _src) (void) \ argument 146 #define UL_ASSIGN_WORD(_dst, _src) (void) \ argument 149 #define UL_ASSIGN_LWORD(_dst, _src) (void) memcpy(_dst, (_src), sizeo argument 151 UL_ASSIGN_XWORD(_dst,_src) global() argument 156 UL_ASSIGN_BSWAP_HALF(_dst,_src) global() argument 158 UL_ASSIGN_BSWAP_WORD(_dst,_src) global() argument 161 UL_ASSIGN_BSWAP_LWORD(_dst,_src) global() argument 167 UL_ASSIGN_BSWAP_XWORD(_dst,_src) global() argument 169 UL_ASSIGN_BSWAP_XWORD(_dst,_src) global() argument [all...] |