Home
last modified time | relevance | path

Searched refs:HIWORD (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/board/micronas/vct/
Dsmc_eeprom.c68 #define HIWORD(dword) ((u16)(((u32)(dword)) >> 16)) macro
302 if (!eeprom_write_location(3, LOBYTE(HIWORD(dwLo32)))) in eeprom_save_mac_address()
304 if (!eeprom_write_location(4, HIBYTE(HIWORD(dwLo32)))) in eeprom_save_mac_address()
/external/lzma/CPP/Windows/Control/
DDialog.cpp41 case WM_SIZE: return OnSize(wParam, LOWORD(lParam), HIWORD(lParam)); in OnMessage()
59 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam); in OnCommand()
93 int y = HIWORD(v); in IsDialogSizeOK()
DWindow2.cpp157 if (OnSize(wParam, LOWORD(lParam), HIWORD(lParam))) in OnMessage()
165 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam, result); in OnCommand()
DToolBar.h23 size->cy = HIWORD(val); in GetMaxSize()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp578 …loat)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rc… in doButtonDown()
588 …loat)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rc… in doButtonUp()
636 pData->m_pShell->PVRShellSet(prefPositionY, (int)HIWORD(lParam)); in WndProc()
675 …loat)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rc… in WndProc()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp206 …dst << ", DLL Version: " << HIWORD(version->dwProductVersionMS) << "." << LOWORD(version->dwProduc… in getOSVersionFromDLL()
207 …<< ", DLL Build: " << HIWORD(version->dwProductVersionLS) << "." << LOWORD(version->dwProductVer… in getOSVersionFromDLL()
/external/webrtc/talk/media/devices/
Dgdivideorenderer.cc177 OnSize(LOWORD(lParam), HIWORD(lParam), false); in OnMessage()
181 OnSize(LOWORD(lParam), HIWORD(lParam), true); in OnMessage()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc372 message_event = HIWORD(w_param); in WndProc()
424 HIWORD(l_param), // height of client area. in WndProc()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp115 if (WSAGETSELECTERROR(inLParam) && !(HIWORD(inLParam))) in OnDataReady()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc374 if (BN_CLICKED == HIWORD(wp)) in OnMessage()
377 if (LBN_DBLCLK == HIWORD(wp)) { in OnMessage()
/external/icu/icu4c/source/samples/layout/
Dclayout.c170 context->height = HIWORD(lParam); in WndProc()
Dlayout.cpp168 context->height = HIWORD(lParam); in WndProc()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp235 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
/external/skia/tools/sk_app/win/
DWindow_win.cpp235 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
/external/python/cpython3/PC/
Dlauncher.c1389 maj = HIWORD(version_high); in get_version_info()
1391 rel = HIWORD(version_low); in get_version_info()
/external/libpng/contrib/visupng/
DVisualPng.c217 cyWinSize = HIWORD (lParam); in WndProc()
/external/python/cpython3/Python/
Dsysmodule.c1121 realMajor = HIWORD(ffi->dwProductVersionMS); in sys_getwindowsversion()
1123 realBuild = HIWORD(ffi->dwProductVersionLS); in sys_getwindowsversion()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1642 switch (HIWORD(wParam)) { in SelectPythonDlgProc()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1598 switch (HIWORD(wParam)) { in SelectPythonDlgProc()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc739 WORD wVolumeRight = HIWORD(dwVolume); in WaveOutVolume()