Home
last modified time | relevance | path

Searched refs:LOWORD (Results 1 – 25 of 25) sorted by relevance

/external/u-boot/board/micronas/vct/
Dsmc_eeprom.c69 #define LOWORD(dword) ((u16)(((u32)(dword)) & 0x0000FFFFUL)) macro
298 if (!eeprom_write_location(1, LOBYTE(LOWORD(dwLo32)))) in eeprom_save_mac_address()
300 if (!eeprom_write_location(2, HIBYTE(LOWORD(dwLo32)))) in eeprom_save_mac_address()
306 if (!eeprom_write_location(5, LOBYTE(LOWORD(dwHi16)))) in eeprom_save_mac_address()
308 if (!eeprom_write_location(6, HIBYTE(LOWORD(dwHi16)))) in eeprom_save_mac_address()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc371 message_id = LOWORD(w_param); in WndProc()
423 LOWORD(l_param), // width of client area. in WndProc()
456 if (LOWORD(w_param) == IDOK || LOWORD(w_param) == IDCANCEL) { in About()
457 EndDialog(dlg, LOWORD(w_param)); in About()
/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()
92 int x = LOWORD(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.h22 size->cx = LOWORD(val); in GetMaxSize()
/external/icu/icu4c/source/samples/layout/
Dclayout.c169 context->width = LOWORD(lParam); in WndProc()
187 switch (LOWORD(wParam)) in WndProc()
268 switch (LOWORD(wParam)) { in WndProc()
Dlayout.cpp167 context->width = LOWORD(lParam); in WndProc()
185 switch (LOWORD(wParam)) in WndProc()
266 switch (LOWORD(wParam)) { in WndProc()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp578 …float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float… in doButtonDown()
588 …float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float… in doButtonUp()
635 pData->m_pShell->PVRShellSet(prefPositionX, (int)LOWORD(lParam)); in WndProc()
675 …float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float… 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/swiftshader/src/Vulkan/
Dmain.cpp34 if(LOWORD(wParam) == IDCANCEL) in DebuggerWaitDialogProc()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp235 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
304 uint16_t numInputs = LOWORD(wParam); in WndProc()
/external/skia/tools/sk_app/win/
DWindow_win.cpp235 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
304 uint16_t numInputs = LOWORD(wParam); in WndProc()
/external/tcpdump/win32/src/
Dether_ntohost.c72 DWORD major_ver = LOBYTE (LOWORD(os_ver)); in is_win9x()
/external/libpng/contrib/visupng/
DVisualPng.c216 cxWinSize = LOWORD (lParam); in WndProc()
243 switch (LOWORD (wParam)) in WndProc()
443 switch (LOWORD (wParam)) in AboutDlgProc()
/external/swiftshader/src/D3D9/
DD3D9.cpp117 if(LOWORD(wParam) == IDCANCEL) in DebuggerWaitDialogProc()
/external/libchrome/base/files/
Dfile_path.cc715 (wchar_t)LOWORD(char_upper_api((LPWSTR)(DWORD_PTR)MAKELONG(*i1, 0))); in CompareIgnoreCase()
717 (wchar_t)LOWORD(char_upper_api((LPWSTR)(DWORD_PTR)MAKELONG(*i2, 0))); in CompareIgnoreCase()
/external/python/cpython3/PC/
Dlauncher.c1390 min = LOWORD(version_high); in get_version_info()
1392 bld = LOWORD(version_low); in get_version_info()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp140 if(LOWORD(wParam) == IDCANCEL) in DebuggerWaitDialogProc()
/external/libpcap/
Dpcap-npf.c1827 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in pcap_lookupdev()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1911 switch (LOWORD(wParam)) { in WndProc()
1932 pBA->OnCommand((CONTROL_ID)LOWORD(wParam)); in WndProc()
/external/python/cpython3/Python/
Dsysmodule.c1122 realMinor = LOWORD(ffi->dwProductVersionMS); in sys_getwindowsversion()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1633 switch (LOWORD(wParam)) { in SelectPythonDlgProc()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1589 switch (LOWORD(wParam)) { in SelectPythonDlgProc()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc738 WORD wVolumeLeft = LOWORD(dwVolume); in WaveOutVolume()