/third_party/backends/backend/ |
H A D | gt68xx_generic.c | 64 req[2] = LOBYTE (distance); in gt68xx_generic_move_relative() 159 req[4] = LOBYTE (params->r_time); in gt68xx_generic_set_exposure_time() 161 req[8] = LOBYTE (params->g_time); in gt68xx_generic_set_exposure_time() 163 req[12] = LOBYTE (params->b_time); in gt68xx_generic_set_exposure_time() 584 req[0x02] = LOBYTE (abs_y0); in gt68xx_generic_setup_scan() 586 req[0x04] = LOBYTE (abs_ys); in gt68xx_generic_setup_scan() 588 req[0x06] = LOBYTE (abs_x0); in gt68xx_generic_setup_scan() 590 req[0x08] = LOBYTE (abs_xs); in gt68xx_generic_setup_scan() 597 req[0x0c] = LOBYTE (xdpi); in gt68xx_generic_setup_scan() 601 req[0x10] = LOBYTE (scan_bp in gt68xx_generic_setup_scan() [all...] |
H A D | hp4200.c | 123 return (unsigned char) LOBYTE (s->regs[reg]); in getreg() 147 lm9830_write_register (s->fd, reg, LOBYTE (s->regs[reg])); in setbits() 157 lm9830_write_register (s->fd, reg, LOBYTE (s->regs[reg])); in clearbits() 295 setreg (s, 0x2b, LOBYTE (0)); /* 0 */ in hp4200_init_registers() 298 setreg (s, 0x2d, LOBYTE (16383)); in hp4200_init_registers() 301 setreg (s, 0x2f, LOBYTE (2)); /* 1 */ in hp4200_init_registers() 304 setreg (s, 0x31, LOBYTE (0)); in hp4200_init_registers() 307 setreg (s, 0x33, LOBYTE (0)); in hp4200_init_registers() 310 setreg (s, 0x35, LOBYTE (32)); in hp4200_init_registers() 313 setreg (s, 0x37, LOBYTE (4 in hp4200_init_registers() [all...] |
H A D | mustek_usb2_asic.c | 165 buf[0] = LOBYTE (reg); in Mustek_SendData() 167 buf[2] = LOBYTE (reg); in Mustek_SendData() 416 DataBuf[0] = LOBYTE (reg); in Mustek_SendData2Byte() 422 DataBuf[2] = LOBYTE (reg); in Mustek_SendData2Byte() 445 LOBYTE (RamAccess->LoStartAddress)); in LLFRamAccess() 452 LOBYTE (RamAccess->HiStartAddress) | ACCESS_GAMMA_RAM); in LLFRamAccess() 460 LOBYTE (RamAccess->HiStartAddress) | ACCESS_GAMMA_RAM); in LLFRamAccess() 467 LOBYTE (RamAccess->HiStartAddress) | ACCESS_DRAM); in LLFRamAccess() 1627 Mustek_SendData (chip, ES01_B8_ChannelRedExpStartPixelLSB, LOBYTE (100)); in LLFMotorMove() 1629 Mustek_SendData (chip, ES01_BA_ChannelRedExpEndPixelLSB, LOBYTE (10 in LLFMotorMove() [all...] |
H A D | mustek_usb2_high.c | 871 *(lpLine + i * 6 + 0) = LOBYTE (g_pGammaTable[wRTempData]); in MustScanner_GetRgb48BitLine() 874 LOBYTE (g_pGammaTable[wGTempData + 65536]); in MustScanner_GetRgb48BitLine() 878 LOBYTE (g_pGammaTable[wBTempData + 131072]); in MustScanner_GetRgb48BitLine() 944 *(lpLine + i * 6 + 4) = LOBYTE (g_pGammaTable[wRTempData]); in MustScanner_GetRgb48BitLine() 947 LOBYTE (g_pGammaTable[wGTempData + 65536]); in MustScanner_GetRgb48BitLine() 951 LOBYTE (g_pGammaTable[wBTempData + 131072]); in MustScanner_GetRgb48BitLine() 1130 LOBYTE (g_pGammaTable[wRTempData]); in MustScanner_GetRgb48BitLine1200DPI() 1134 LOBYTE (g_pGammaTable[wGTempData + 65536]); in MustScanner_GetRgb48BitLine1200DPI() 1138 LOBYTE (g_pGammaTable[wBTempData + 131072]); in MustScanner_GetRgb48BitLine1200DPI() 1190 LOBYTE (g_pGammaTabl in MustScanner_GetRgb48BitLine1200DPI() [all...] |
H A D | rts88xx_lib.c | 469 buffer[3] = LOBYTE (length); in sanei_rts88xx_write_mem() 536 header[3] = LOBYTE (length); in sanei_rts88xx_read_mem() 709 regs[START_LINE] = LOBYTE (ystart); in sanei_rts88xx_set_scan_area() 713 regs[END_LINE] = LOBYTE (yend); in sanei_rts88xx_set_scan_area() 717 regs[START_PIXEL] = LOBYTE (xstart); in sanei_rts88xx_set_scan_area() 721 regs[END_PIXEL] = LOBYTE (xend); in sanei_rts88xx_set_scan_area() 823 header[3] = LOBYTE (len); in sanei_rts88xx_read_data()
|
H A D | hp4200_lm9830.h | 114 #define LOBYTE(w) ((SANE_Byte)((w) & 0xff)) macro
|
H A D | rts8891_low.h | 65 #define LOBYTE(x) ((uint8_t)((x) & 0xFF)) macro
|
H A D | rts88xx_lib.h | 75 #define LOBYTE(x) ((uint8_t)((x) & 0xFF)) macro
|
H A D | artec_eplus48u.c | 521 s->line_buffer[cnt] = LOBYTE (value); in copy_scan_line() 542 s->line_buffer[i + 6] = LOBYTE (value); in copy_scan_line() 554 s->line_buffer[i + 8] = LOBYTE (value); in copy_scan_line() 566 s->line_buffer[i + 10] = LOBYTE (value); in copy_scan_line() 625 s->line_buffer[cnt] = LOBYTE (value); in copy_scan_line() 645 s->line_buffer[i + 2] = LOBYTE (value); in copy_scan_line() 1083 boot_req[2] = LOBYTE (addr); in artec48u_download_firmware() 1345 req[0x02] = LOBYTE (abs_y0); in artec48u_setup_scan() 1347 req[0x04] = LOBYTE (abs_ys); in artec48u_setup_scan() 1349 req[0x06] = LOBYTE (abs_x in artec48u_setup_scan() [all...] |
H A D | gt68xx_gt6816.c | 117 boot_req[2] = LOBYTE (addr); in gt6816_download_firmware()
|
H A D | mustek_usb_low.c | 944 data = LOBYTE (ccd_width); in usb_low_set_ccd_width() 1019 data = LOBYTE (dummy); in usb_low_set_dummy() 1130 data = LOBYTE (chip->byte_width); in usb_low_set_image_byte_width() 1178 data = LOBYTE (chip->byte_width); in usb_low_set_soft_resample() 1212 data = LOBYTE (loop_count); in usb_low_set_cmt_loop_count()
|
H A D | artec_eplus48u.h | 37 #define LOBYTE(w) ((SANE_Byte)(w)) macro
|
H A D | lexmark_low.c | 66 #define LOBYTE(x) ((uint8_t)((x) & 0xFF)) macro 1048 regs[0x60] = LOBYTE (yoffset); in low_simple_scan() 1055 regs[0x62] = LOBYTE (yend); in low_simple_scan() 1058 regs[0x66] = LOBYTE (xoffset); in low_simple_scan() 1061 regs[0x6c] = LOBYTE (xoffset + pixels * regs[0x7a]); in low_simple_scan() 1536 regs[0x60] = LOBYTE (distance - 1); in sanei_lexmark_low_move_fwd() 1538 regs[0x62] = LOBYTE (distance); in sanei_lexmark_low_move_fwd() 2431 regs[0x60] = LOBYTE (vert_start); in low_set_scan_area() 2434 regs[0x62] = LOBYTE (vert_end); in low_set_scan_area() 2442 regs[0x66] = LOBYTE (hor_star in low_set_scan_area() [all...] |
H A D | gt68xx_low.h | 69 #define LOBYTE(w) ((SANE_Byte)(w)) macro
|
H A D | mustek_usb_low.h | 67 #define LOBYTE(w) ((SANE_Byte)(w)) macro
|
H A D | mustek_usb2_asic.h | 59 #ifndef LOBYTE 60 #define LOBYTE(w) (SANE_Byte)((unsigned short)(w) & 0x00ff) macro
|
/third_party/curl/lib/ |
H A D | system_win32.c | 81 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in Curl_win32_init()
|
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/ |
H A D | SystemInfo.cpp | 42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 170 LOBYTE(_WIN32_WINNT_VISTA), 0) 173 LOBYTE(_WIN32_WINNT_WIN7), 0) 176 LOBYTE(_WIN32_WINNT_WIN8), 0) 179 LOBYTE(_WIN32_WINNT_WINBLUE), 0)
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_win32.cpp | 494 #define _IsWindowsVistaOrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0600), LOBYTE(0x0600), 0) // _WIN32_WINNT_VISTA 495 #define _IsWindows8OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0602), LOBYTE(0x0602), 0) // _WIN32_WINNT_WIN8 496 #define _IsWindows8Point1OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0603), LOBYTE(0x0603), 0) // _WIN32_WINNT_WINBLUE 497 #define _IsWindows10OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0A00), LOBYTE(0x0A00), 0) // _WIN32_WINNT_WINTHRESHOLD / _WIN32_WINNT_WIN10
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/curl/tests/server/ |
H A D | util.c | 173 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in win32_init()
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/openssl/ |
H A D | e_os.h | 180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/glfw/deps/mingw/ |
H A D | dinput.h | 347 #define GET_DIDEVICE_TYPE(dwDevType) LOBYTE(dwDevType) 683 #define DIDFT_GETTYPE(n) LOBYTE(n) 984 #define DIEFT_GETTYPE(n) LOBYTE(n)
|