Searched refs:_WORD_HIGHPART (Results 1 – 1 of 1) sorted by relevance
129 #define _WORD_HIGHPART 0 macro135 ((w.val[_WORD_HIGHPART] == 0) && (w.val[_WORD_LOWPART] == 0))137 (w).val[_WORD_HIGHPART] = (w).val[_WORD_LOWPART] = 0139 { (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)); \