Go to the documentation of this file.
43 #define quvi_lobyte(w) ((quvi_byte)((uint64_t)(w) & 0xff))
44 #define quvi_hibyte(w) ((quvi_byte)((uint64_t)(w) >> 8))
45 #define quvi_loword(l) ((quvi_word)((uint64_t)(l) & 0xffff))
46 #define quvi_hiword(l) ((quvi_word)((uint64_t)(l) >> 16))