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

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

Completed in 50 milliseconds