Searched defs:UGETDW (Results 1 – 1 of 1) sorted by relevance
68 #define UGETDW(w) ((w)[0] | ((w)[1] << 8) | ((w)[2] << 16) | ((w)[3] << 24)) macro80 #define UGETDW(w) (*(u_int32_t *)(w)) macro