Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
HDrmp_var.h129 #define _WORD_HIGHPART 0 macro
135 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))
137 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0
139 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
143 (i) = (((u_int32_t)ntohs((w).val[_WORD_HIGHPART])) << 16) | ntohs((w).val[_WORD_LOWPART])
145 { (w).val[_WORD_HIGHPART] = htons((u_int16_t) ((i >> 16) & 0xffff)); \