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

/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Drmp_var.h146 #define _WORD_LOWPART 1 macro
151 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))
153 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0
156 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
159 (i) = (((u_int32_t)ntohs((w).val[_WORD_HIGHPART])) << 16) | ntohs((w).val[_WORD_LOWPART])
162 (w).val[_WORD_LOWPART] = htons((u_int16_t) (i & 0xffff)); \

Completed in 54 milliseconds