Searched refs:quvi_byte (Results 1 – 4 of 4) sorted by relevance
41 typedef uint8_t quvi_byte; /**< Byte type */ typedef43 #define quvi_lobyte(w) ((quvi_byte)((uint64_t)(w) & 0xff)) /**< Return low byte */44 #define quvi_hibyte(w) ((quvi_byte)((uint64_t)(w) >> 8)) /**< Return high byte */
29 ((quvi_word)(((quvi_byte)((uint64_t)(low) & 0xff)) | \30 ((quvi_word)((quvi_byte) ((uint64_t)(high) & 0xff))) << 8))
282 typedef uint8_t quvi_byte; typedef292 #define quvi_lobyte(w) ((quvi_byte)((uint64_t)(w) & 0xff))293 #define quvi_hibyte(w) ((quvi_byte)((uint64_t)(w) >> 8))
32 ((quvi_word)(((quvi_byte)((uint64_t)(low) & 0xff)) | \33 ((quvi_word)((quvi_byte) ((uint64_t)(high) & 0xff))) << 8))