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