HomeSort by relevance Sort by last modified time
    Searched refs:HIWORD (Results 1 - 20 of 20) sorted by null

  /external/lzma/CPP/Windows/Control/
ToolBar.h 23 size->cy = HIWORD(val);
Window2.cpp 157 if (OnSize(wParam, LOWORD(lParam), HIWORD(lParam)))
165 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam, result);
Dialog.cpp 41 case WM_SIZE: return OnSize(wParam, LOWORD(lParam), HIWORD(lParam));
59 return OnCommand(HIWORD(wParam), LOWORD(wParam), lParam);
93 int y = HIWORD(v);
  /external/u-boot/board/micronas/vct/
smc_eeprom.c 68 #define HIWORD(dword) ((u16)(((u32)(dword)) >> 16))
302 if (!eeprom_write_location(3, LOBYTE(HIWORD(dwLo32))))
304 if (!eeprom_write_location(4, HIBYTE(HIWORD(dwLo32))))
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 578 float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rcWinDimensions.bottom) };
588 float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rcWinDimensions.bottom) };
636 pData->m_pShell->PVRShellSet(prefPositionY, (int)HIWORD(lParam));
675 float vec2TouchPosition[2] = { (float)(short)LOWORD(lParam)/(float)(rcWinDimensions.right), (float)(short)HIWORD(lParam)/(float)(rcWinDimensions.bottom) };
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 206 dst << ", DLL Version: " << HIWORD(version->dwProductVersionMS) << "." << LOWORD(version->dwProductVersionMS)
207 << ", DLL Build: " << HIWORD(version->dwProductVersionLS) << "." << LOWORD(version->dwProductVersionLS);
  /external/webrtc/talk/media/devices/
gdivideorenderer.cc 177 OnSize(LOWORD(lParam), HIWORD(lParam), false);
181 OnSize(LOWORD(lParam), HIWORD(lParam), true);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigPropertySheet.cpp 115 if (WSAGETSELECTERROR(inLParam) && !(HIWORD(inLParam)))
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 372 message_event = HIWORD(w_param);
424 HIWORD(l_param), // height of client area.
  /external/icu/icu4c/source/samples/layout/
clayout.c 170 context->height = HIWORD(lParam);
layout.cpp 168 context->height = HIWORD(lParam);
  /external/skia/tools/sk_app/win/
Window_win.cpp 235 window->onResize(LOWORD(lParam), HIWORD(lParam));
  /external/skqp/tools/sk_app/win/
Window_win.cpp 235 window->onResize(LOWORD(lParam), HIWORD(lParam));
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 374 if (BN_CLICKED == HIWORD(wp))
377 if (LBN_DBLCLK == HIWORD(wp)) {
  /external/python/cpython3/PC/
launcher.c     [all...]
  /external/python/cpython3/Python/
sysmodule.c 1121 realMajor = HIWORD(ffi->dwProductVersionMS)
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 217 cyWinSize = HIWORD (lParam);
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 739 WORD wVolumeRight = HIWORD(dwVolume);
    [all...]

Completed in 925 milliseconds