Searched refs:LOBYTE (Results 1 – 11 of 11) sorted by relevance
/third_party/curl/lib/ |
D | system_win32.c | 72 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in Curl_win32_init()
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/systeminfo/ |
D | SystemInfo.cpp | 42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
|
/third_party/skia/third_party/externals/angle2/src/third_party/systeminfo/ |
D | SystemInfo.cpp | 42 osvi.dwMinorVersion = LOBYTE(_WIN32_WINNT_VISTA); in IsWindowsVistaOrGreater()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 494 #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/ |
D | SDL_windows.c | 123 return IsWindowsVersionOrGreater(HIBYTE(_WIN32_WINNT_VISTA), LOBYTE(_WIN32_WINNT_VISTA), 0); in WIN_IsWindowsVistaOrGreater()
|
/third_party/openssl/ |
D | e_os.h | 233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/curl/tests/server/ |
D | util.c | 180 if(LOBYTE(wsaData.wVersion) != LOBYTE(wVersionRequested) || in win32_init()
|
/third_party/giflib/ |
D | egif_lib.c | 46 #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/ |
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)
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1446 BYTE VkCode = LOBYTE(VkKeyScanA(key_code)); in SendKeyEvent()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 4809 if (2 != LOBYTE(wsd.wVersion) && 2 != HIBYTE(wsd.wVersion)) in MHD_init()
|