Home
last modified time | relevance | path

Searched defs:HIBYTE (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/
H A Drts88xx_lib.h76 #define HIBYTE(x) ((uint8_t)((x) >> 8)) macro
H A Dmustek_usb_low.h66 #define HIBYTE(w) ((SANE_Byte)(((SANE_Word)(w) >> 8) & 0xFF)) macro
H A Drts8891_low.h66 #define HIBYTE(x) ((uint8_t)((x) >> 8)) macro
H A Dartec_eplus48u.h36 #define HIBYTE(w) ((SANE_Byte)(((SANE_Word)(w) >> 8) & 0xFF)) macro
H A Dhp4200_lm9830.h113 #define HIBYTE(w) ((SANE_Byte)(((w) >> 8) & 0xff)) macro
H A Dlexmark_low.c67 #define HIBYTE(x) ((uint8_t)((x) >> 8)) macro
[all...]
H A Dgt68xx_low.h68 #define HIBYTE(w) ((SANE_Byte)(((SANE_Word)(w) >> 8) & 0xFF)) macro
H A Dmustek_usb2_asic.h64 #define HIBYTE(w) (SANE_Byte)((unsigned short)(w)>>8 & 0x00ff) macro

Completed in 11 milliseconds