Home
last modified time | relevance | path

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

/trueos/libexec/rbootd/
HDrmp_var.h144 #define _WORD_LOWPART 1 macro
149 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))
151 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0
154 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
157 (i) = (((u_int32_t)ntohs((w).val[_WORD_HIGHPART])) << 16) | ntohs((w).val[_WORD_LOWPART])
160 (w).val[_WORD_LOWPART] = htons((u_int16_t) (i & 0xffff)); \