Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drmp_var.h141 #define _WORD_HIGHPART 0 macro
147 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))
149 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0
151 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
155 (i) = (((u_int32_t)ntohs((w).val[_WORD_HIGHPART])) << 16) | ntohs((w).val[_WORD_LOWPART])
157 { (w).val[_WORD_HIGHPART] = htons((u_int16_t) ((i >> 16) & 0xffff)); \