Home
last modified time | relevance | path

Searched refs:LOBYTE (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/lib/
Dsystem_win32.c72 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in Curl_win32_init()
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/
DSystemInfo.cpp42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp494 #define _IsWindowsVistaOrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0600), LOBYTE(0x0600), 0) …
495 #define _IsWindows8OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0602), LOBYTE(0x0602), 0) …
496 #define _IsWindows8Point1OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0603), LOBYTE(0x0603), 0) …
497 #define _IsWindows10OrGreater() _IsWindowsVersionOrGreater(HIBYTE(0x0A00), LOBYTE(0x0A00), 0) …
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_windows.c123 return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_VISTA), LOBYTE(_WIN32_WINNT_VISTA), 0); in WIN_IsWindowsVistaOrGreater()
/third_party/openssl/
De_os.h233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/third_party/curl/tests/server/
Dutil.c180 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in win32_init()
/third_party/giflib/
Degif_lib.c46 #define LOBYTE(x) ((x) & 0xff) macro
669 GifExtension[1] = LOBYTE(GCB->DelayTime); in EGifGCBToExtension()
833 c[0] = LOBYTE(Word); in EGifPutWord()
/third_party/flutter/glfw/deps/mingw/
Ddinput.h347 #define GET_DIDEVICE_TYPE(dwDevType) LOBYTE(dwDevType)
683 #define DIDFT_GETTYPE(n) LOBYTE(n)
984 #define DIEFT_GETTYPE(n) LOBYTE(n)
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc1446 BYTE VkCode = LOBYTE(VkKeyScanA(key_code)); in SendKeyEvent()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c4809 if (2 != LOBYTE(wsd.wVersion) && 2 != HIBYTE(wsd.wVersion)) in MHD_init()